TC, does this mean that We MAYBE able to use the Arduino IDE to compile Baseflight in the near future?
http://blog.arduino.cc/2014/05/15/meet-arduino-zero/
Thanks.
Arduino Zero 32-bit ARM Cortex® M0+ core
-
- Posts: 2261
- Joined: Sat Feb 19, 2011 8:30 pm
-
- Posts: 2261
- Joined: Sat Feb 19, 2011 8:30 pm
-
- Posts: 2261
- Joined: Sat Feb 19, 2011 8:30 pm
Re: Arduino Zero 32-bit ARM Cortex® M0+ core
I may be an odd egg in that I don’t like to use an IDE when developing uC firmware. Generally I rock the text editor and a makefile for 8-bit, adding OpenOCD and GDB when working with ARM. I probably shouldn’t be surprised that there is already OpenOCD support (and by extension GDB support) for the Arduino Zero. In fact, that’s how the Arduino IDE flashes the board. This should have been obvious since the board is really just a breakout for the SAM D21 chip which is already supported.
http://hackaday.com/2014/05/21/arduino- ... beginners/