Menu

Code Commit Log


Commit Date  
[r301] by w_cholmondeley

Added internal error dialog to GCGB. Displays unhandled exceptions to user instead of crashing.

2015-05-12 08:05:38 Tree
[r300] by evanvennn

revised PWM.h.

ADDED #IFDEF for CCP4CON for clarity

Fixed CCPCONCache Variable Problem where PWMOn did not work with PICs with Enhanced CCP1 Module

A. Created CCPCONCache Variable at start of PWM.H
B. Cleared CCPCONCache Variable to 0 to make sure bits 6:7 are Off

Added New PWMOff Sub at end of file (Uses Overloading)
A. Requires Channel Number of 1 to 4
B. If Channel < 1 or > 4 then set to 1
C. Sets each HPWM Channel off independently of others

NOTES:

PWMOn still only works with Channel 1 (Same as previous versions)
and uses #defines for PWMFreq and PWMDuty. If Defines are omitted in
the main program. Then it defaults to 38KHz / 50% Duty

PWMOff with no channel entry only works with channel 1

PWMOff (Channel) works with all 4 channels.

2015-05-02 16:10:54 Tree
[r299] by w_cholmondeley

Altered GCGB to allow array size to be set by a constant

2015-04-21 17:15:12 Tree
[r298] by w_cholmondeley

Fixes for bank and page selection issues in IndCall

2015-04-20 16:46:33 Tree
[r297] by evanvennn

final fixes for HWPWM channel 4 - Tony Golding

2015-04-20 06:27:28 Tree
[r296] by w_cholmondeley

Fix for incorrect internal clock speed on 18F2620, again. Does this break another chip?

2015-04-13 17:05:10 Tree
[r295] by evanvennn

revised to correct hwpwm config and add hwpwm 4

2015-04-11 10:40:40 Tree
[r294] by evanvennn

USART.H corrects baud rate problems with P1C18F25K80 and maybe some others.

The problem was that the BRGH1 bit was not being set because the affected chips have no TX1STA register. They instead have a TXSTA1 register and no alias register name in their respective dat files. This caused the compiler to create an ASM that attempted to set a register that did not exist. Thus the actual register was not set

2015-04-09 07:16:30 Tree
[r293] by w_cholmondeley

Minor adjustment to allow "chip model" text in compilation report to be translated

2015-04-07 10:13:07 Tree
[r292] by evanvennn

Added Chip Model to HTML, TXT and ASM files.
Update date with respect to release date of code

2015-04-07 06:37:00 Tree
Older >