Menu

Code Commit Log


Commit Date  
[r519] by w_cholmondeley

Fix for insufficient common RAM warning when ReadAD is overloaded
Fix for pagesel being assembled incorrectly on PIC 12F/16F with less than 2048 words of program memory

2016-10-11 13:55:16 Tree
[r518] by evanvennn
2016-10-10 17:11:39 Tree
[r517] by evanvennn

Added CCP5 support with help of Isay Goltman... again

2016-10-10 17:03:11 Tree
[r516] by evanvennn

Added CCP5 support with help of Isay Goltman

2016-10-10 16:45:38 Tree
[r515] by evanvennn

GCB does not load saved calibration data into OSCCAL register on Baseline PIC. Therefore the FOSC is inaccurate when using internal RC oscillator.
Solution: Add following as the FIRST lines in the INITSYS sub in the System.h file
#Ifdef PIC
#Ifdef Var(OSCCAL)
movwf OSCCAL
#Endif
#Endif
This loads the saved calibration data from the last flash memory location at POR or any time the chip is reset.
Bill

2016-10-04 05:57:19 Tree
[r514] by w_cholmondeley

Changed #option tbp to #option NoConfig to make function more obvious (removes config settings)
Altered GCASM to also remove config settings from generated hex file when option selected.
Changed code at reset vector to always support bootloader, adds two words to program size on 16F but these were NOP instructions previously so no impact on total program memory used for program.

2016-09-21 13:16:44 Tree
[r513] by evanvennn

Corrected to support 16f18855 services... if you do not load SPI...then i2c did not work... all fixed.

2016-09-10 16:13:08 Tree
[r512] by evanvennn

Changes to Support TinyBootLoader+ #option TBL

@Hugh. Can you code review please?

2016-09-08 19:27:12 Tree
[r511] by w_cholmondeley

Added support for function overloading

2016-09-01 14:56:45 Tree
[r510] by evanvennn

Cosmetic change only to simplify the release process. The <<>> is updated automatically when the build is being built.

No functional changes.

2016-08-23 07:38:07 Tree
Older >