This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7ebc9a4511
circuitpython
/
atmel-samd
/
boards
/
arduino_zero
/
mpconfigboard.mk
4 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
atmel-samd: Make the Arduino Zero build use a bootloader.
2016-10-14 15:52:38 -04:00
LD_FILE
=
boards/samd21x18-bootloader.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
atmel-samd: Correct USB PIDs. Arduino and Adafruit convention is for user programs to have PIDs starting with 8 and bootloaders starting with 0.
2016-10-05 15:55:48 -04:00
USB_PID
=
0x824D
Reference in New Issue
Copy Permalink