I have a MacBook how do I program the Propeller 2 Evaluation Board Rev. C ???
Tom.in.Maryland
Posts: 17
in Propeller 2
I have a MacBook how do I program the Propeller 2 Evaluation Board Rev. C ???
Comments
FlexProp would be your best bet
https://forums.parallax.com/discussion/170730/flexprop-a-complete-programming-system-for-p2-and-p1/p1
flexprop is awesome, it comes with a great set of mac cmd line tools that handle compilation, loading and flashing. the tclk/tk editor is perfectly usable.
as for myself, i edit using visual studio code and the Spin2 extension which does syntax highlighting.
i might make a vscode plugin to call the Spin tools. would be fairly easy, the flexprop project has already done all the hard work, just requires a bit of vscode integration.
Andrew