[Flashforth-devel] PIC18 1.1.2018
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2018-01-01 22:33:04
|
Hi Peter and all, The ff51 branch was merged to master today. The biggest change is the way the return stack is managed. FSR2 is used as the return stack save pointer in task switching and for R> >R R@ R> does not store into the HW return stack, but into the user area reserved for the return stack buffer. So R> does not work for modifying the return address anymore. It can only be used for temporary data storage. Another change is that PAUSE skips the task switch if there are no background tasks to be run. Therefore the newest versions of task.txt and doloop.txt must be used. A more complete table driven SEE is included. BR Mike On 2017-12-30 08:01, Peter Jacobs wrote: > Mike, > > For other hardware projects, I've been happily using FF5.0 on some > PIC24FV32KX30x micros. It appears that your new ff51 branch touches > only pic18 code so, for PIC24 work, I guess that I should continue > with the master branch. > Cheers, > Peter J. |