Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Outline

CircuitPython Firmware for the StackRduino M0 PRO

Set Up Build Environment

git clone https://github.com/adafruit/circuitpython/
cd circuitpython/
git submodule update --init --recursive
make -C mpy-cross
cd circuitpython/ports/atmel-samd/

Build Steps

The default board is debug. You can build a different one using:

make -j8 BOARD=stackrduino_m0_pro

Further instruction: https://learn.adafruit.com/building-circuitpython/build-circuitpython

Updating Firmware

  • Attach StackRduino M0 PRO to your computer via USB.
  • Double Tap 'reset' button to put board into UF2 Bootloader mode
  • Copy firmware.uf2 from the build folder to the USB Drive called "StackRduino".
  • Wait for CircuitPython to be installed (about 5 seconds).
  • Done.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.