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
/
feather_m0_basic
/
mpconfigboard.mk
4 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add support for REPL on Arduino Zero through EDBG via UART.
2016-08-23 19:47:53 -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
=
0x239A
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
=
0x8015
Reference in New Issue
Copy Permalink