| 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 Added New PWMOff Sub at end of file (Uses Overloading) NOTES: PWMOn still only works with Channel 1 (Same as previous versions) PWMOff with no channel entry only works with channel 1 PWMOff (Channel) works with all 4 channels. |
2015-05-02 16:10:54 | Tree |
| 2015-04-21 17:15:12 | Tree | |
| 2015-04-20 16:46:33 | Tree | |
| 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 |
| 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. |
2015-04-07 06:37:00 | Tree |