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.
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.