It integrates now much better with MPLAB.
The files have Windows style end-of-line.
There is configuration files for all
PIC18Fxxxx types I found that should be
able to run FF.
You can just select the processortype in MPLAB
and the right include and configuration file will be used.
But... You have to find the config file and adjust the
clock frequency and configuration bits to your liking.
And there is a user guide of some sort. ug.txt
Other news in FF 3.2:
- User interrupt vector added.
The interrupt routine can be written in assembly or in Forth.
IRQ DI EI ;I
- Added DEFER IS VALUE TO
- Inlining of code words.
INLINE INLINED IN? IN,
- Faster compilation. Dictionary pointers are updated in RAM instead of
EEPROM during compilation state.
- POSTPONE corrected to use LITERAL instead of LIT.
- CON for defining constants as inline literals.
- RDROP replaces UNNEXT
- POSTPONE IMMEDIATE are in the core flash dictionary.
- PROMPT deferred vector.
- SP was wrongly initialised in WARM before the TURNKEY word is
executed. This could cause a crash in the TURNKEY execution
at startup. The SP is now correctly initialised.
- User Guide version 0.1 . Its a text file.
- CASE OF ENDOF ENDCASE
- Timer Interrupt based servo control words.
--
Mikael