Seems you don't need to specify FCACHE to be on anymore to help out inline assembly.
Looks like it is automatically added now with any optimization level, -O1 and above.
Still, I'll keep the option there just in case you want to limit the size of FCACHE for some reason.
I added option for debug terminal in Spin2 mode (should work with PNut and FastSpin) and also a PST compatible terminal for FastSpin.
For FastSpin, I think it's easiest to set your baud to 230400 when using these.
SpinEdit development pretty much halted when the new PropTool came out. But, somebody just asked to add flash loading to Flex C mode, so just did.
Also copied some options over from the .spin2 mode...
Some other changes: now looks for flexspin.exe instead of fastspin.exe. The flashloader.bin (included in zip) actually works now.
Comments
Also, specifying a port is now optional.
Looks like it is automatically added now with any optimization level, -O1 and above.
Still, I'll keep the option there just in case you want to limit the size of FCACHE for some reason.
You kinda have to with larger programs - Spin Hexagon for example won't compile with the default 96 longs, needs to be 86 longs or less
Looking for someone who can help recompile PWM_32.spin for use on the P2.
Use EDGE for the time being.
Eric has signed exe files that should always work...
For FastSpin, I think it's easiest to set your baud to 230400 when using these.
SpinEdit development pretty much halted when the new PropTool came out. But, somebody just asked to add flash loading to Flex C mode, so just did.
Also copied some options over from the .spin2 mode...
Some other changes: now looks for flexspin.exe instead of fastspin.exe. The flashloader.bin (included in zip) actually works now.