This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9c67605233
circuitpython
/
atmel-samd
/
boards
/
arduino_zero
/
mpconfigboard.mk
4 lines
64 B
Makefile
Raw
Normal View
History
Unescape
Escape
Blinking the LED works. Clocks should be set up correctly. 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.
2016-08-23 02:48:09 -04:00
LD_FILE
=
boards/samd21x18.ld
atmel-samd: Support composite CDC and mass storage USB device. Be careful to not use the flash file system while using mass storage because both pieces of code attempting to change the fs can corrupt it.
2016-10-05 14:07:29 -04:00
USB_VID
=
0x2341
USB_PID
=
0x024D