Menu

Code Commit Log


Commit Date  
[r630] by evanvennn

INITSYS now handles two true tables for frequency... between 16 and 0.125
Test on 18f2425 (type1 max frq of 8mhz) and 18f26k22 (type2 max frq of 16mhz)
Assumes that testing the ChipMaxMHz = 64 is a valid test for type2 microcontrollers. Looked at 48 and 40 datasheets this look a safe assumption.
Supports IntOsc MaxMhz of >=48 and <48 ... there may me others true tables

2017-09-25 13:33:16 Tree
[r629] by evanvennn

INITSYS now handles two true tables for frequency... between 16 and 0.125
Test on 18f2425 (type1 max frq of 8mhz) and 18f26k22 (type2 max frq of 16mhz)
Assumes that testing the ChipMaxMHz = 64 is a valid test for type2 microcontrollers. Looked at 48 and 40 datasheets this look a safe assumption.
Supports IntOsc MaxMhz of 64 and not 64 ... there may me others true tables

2017-09-25 10:48:42 Tree
[r628] by evanvennn

Revised system.h to set PLLEN correctly and add samevar for IOSFS

2017-09-24 11:18:02 Tree
[r627] by w_cholmondeley

Removing extra #endif in system.h to correct compilation error in previous commit

2017-09-23 12:54:09 Tree
[r626] by w_cholmondeley

Changed system.h to correct internal oscillator speeds on 18F2620, and make use of new compiler directives to partially simplify the code

2017-09-23 12:47:11 Tree
[r625] by w_cholmondeley

New compiler features:
- Added #samevar and #samebit directives - use these to show that two or more system variables (or bits) with different names are actually the same variable and can be used interchangeably. Use any name and the appropriate one for the current chip will be substituted.
- Added ability to set multiple bits in a single assignment command. Add [canskip] at the start to skip any invalid bits. Example: "bit2, bit1, bit0 = 5"

2017-09-23 10:54:27 Tree
[r624] by evanvennn

Baseline v0.98.00 Distribution

2017-09-23 06:47:06 Tree
[r623] by evanvennn

Revised Table handler for OX to &H as 0X caused major issue with Linux build of the compiler.

2017-09-22 08:31:35 Tree
[r622] by w_cholmondeley

Improve If statement error checking: An If without an End If now permits further compilation of If statements in that subroutine to detect further errors.

2017-09-19 08:12:45 Tree
[r621] by w_cholmondeley

Fix for compiler bug: Setting the return value of a function by using it as a subroutine parameter did not work

2017-09-16 17:13:02 Tree
Older >