Menu

Code Commit Log


Commit Date  
[r642] by w_cholmondeley

Floating point support work in progress:
- Can now create Single and Double variables
- Can set these variables to fixed values
- Can copy between variables of the same type (single to single, double to double)
Checking in for safekeeping, much more work needed before any of this is useful. Compiler is still safe to use as before, but do not attempt to use floating point.

2017-10-22 15:47:36 Tree
[r641] by w_cholmondeley

Compiler fix to allow for interrupts on newer PIC18F chips with INTCON0 rather than INTCON register

2017-10-22 04:55:01 Tree
[r640] by w_cholmondeley

Small compiler change to set MVECEN off by default on PIC18F chips with vectored interrupts. Should fix interrupts on the 'K42 series until proper support for vectored interrupts is added.

2017-10-07 16:36:49 Tree
[r639] by w_cholmondeley

Compiler fixes to add 18FxxK42 support:
- movffl instruction now substituted in place of movff where needed
- core16.dat file changed to add movffl and changed lfsr instructions to GCASM
- New 18F26K42 file added, others will need to be generated later

2017-10-05 05:48:59 Tree
[r638] by w_cholmondeley

Hex file compare utility: Added reload button to reload both hex files with single click

2017-10-04 16:13:59 Tree
[r637] by w_cholmondeley

Compiler bug fixed: access bank location corrected for PIC18FxxK42 chips. (K42 support still incomplete)

2017-10-04 16:03:00 Tree
[r636] by evanvennn

Resolved lockup in 16f18855 class of chips because we had a double read in HSerRecieve(). Caused by mapping of registers.

2017-10-04 08:34:44 Tree
[r635] by evanvennn

Revised to correct maths in StrInteger and label clash

2017-09-30 11:11:06 Tree
[r634] by evanvennn

Updated to support CCP/PWM with scripts for CCP1/PWM thru CCP5/PWM

2017-09-30 09:57:56 Tree
[r633] by evanvennn

Updated ILI9341 driver to support OLED Fonts

2017-09-30 08:14:25 Tree
Older >