circuitpython/atmel-samd/boards
Scott Shawcroft 0ae344841f atmel-samd & esp8266: Make sure pins are not already in use.
This prevents corrupting previous functional objects by stealing their pins
out from under them. It prevents this by ensuring that pins are in default
state before claiming them. It also verifies pins are released correctly and
reset on soft reset.

Fixes #4, instantiating a second class will fail.
Fixes #29, pins are now reset too.
2016-12-07 15:21:14 -08:00
..
arduino_zero atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
cplay_m0_flash atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
feather_m0_adalogger atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
feather_m0_basic atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
feather_m0_flash atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
gemma_m0 atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
metro_m0_flash atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
trinket_m0 atmel-samd & esp8266: Make sure pins are not already in use. 2016-12-07 15:21:14 -08:00
samd21x18-bootloader-external-flash.ld atmel-samd: Support external flash on the Metro M0 w/Flash. 2016-10-21 15:44:09 -07:00
samd21x18-bootloader.ld atmel-samd: Ensure at least 2k is left for the stack. 2016-10-21 15:43:24 -07:00
samd21x18-external-flash.ld atmel-samd: Add linker file for bootloaderless board with external flash. 2016-10-21 15:44:08 -07:00
samd21x18.ld atmel-samd: Ensure at least 2k is left for the stack. 2016-10-21 15:43:24 -07:00