8f26d181c3
Everything works fine without USB being plugged in but faults (I think) when USB is plugged in. This is switched away from the USB code from the bootloader onto the USB code thats generated by Atmel Studio using the high level classes from ASF. |
||
---|---|---|
.. | ||
asf | ||
boards | ||
tools | ||
.gitignore | ||
frozentest.mpy | ||
frozentest.py | ||
main.c | ||
Makefile | ||
mpconfigport.h | ||
mphalport.c | ||
mphalport.h | ||
qstrdefsport.h | ||
README.md |
SAMD21x18
This port is intended to be a full featured MicroPython port for SAMD21x18 based development boards including the Arduino Zero, Adafruit Feather M0 and Adafruit M0 BLE.
Building for a SAMD21x18 MCU
The Makefile has the ability to build for a SAMD21x18, and by default includes some start-up code and also enables a UART for communication. To build:
$ make CROSS=1
If you previously built the Linux version, you will need to first run
make clean
to get rid of incompatible object files.
Deploying coming soon!