David, There is an M0 implementation for Arduino Zero Its’ located in a separate repo .
https://github.com/runtimeinc/mynewt_arduino_zero You can add this to your project.yml file as per instructions http://mynewt.apache.org/os/tutorials/arduino_zero/ to get the directories in your project. repository.mynewt_arduino_zero: type: github vers: 0-latest user: runtimeinc repo: mynewt_arduino_zero From: "David G. Simmons" <[email protected]<mailto:[email protected]>> Reply-To: <[email protected]<mailto:[email protected]>> Date: Thursday, June 9, 2016 at 8:05 AM To: <[email protected]<mailto:[email protected]>> Subject: Cortex M0 ? Is there an existing mynewt configuration for a cortex m0? I’m working on a bsp for the STM32091C-EVAL board, and it would be helpful to have the linker script, etc. if it’s already done. I think I have the rest of the board support figured out … Turns out STM has a nice little tool called STM32CubeMX that you can configure the MCU pins with, and it then writes out the correct configuration/header/src files for you. At least in theory … Thanks! dg -- David G. Simmons (919) 534-5099 Web<https://davidgs.com> • Blog<https://davidgs.com/davidgs_blog> • Linkedin<http://linkedin.com/in/davidgsimmons> • Twitter<http://twitter.com/TechEvangelist1> • GitHub<http://github.com/davidgs> /** Message digitally signed for security and authenticity. * If you cannot read the PGP.sig attachment, please go to * http://www.gnupg.com/ Secure your email!!! * Public key available at keyserver.pgp.com<http://keyserver.pgp.com/> **/ ♺ This email uses 100% recycled electrons. Don't blow it by printing! There are only 2 hard things in computer science: Cache invalidation, naming things, and off-by-one errors.
