aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/boards
AgeCommit message (Expand)Author
2017-08-31atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)Scott Shawcroft
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-25atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....Scott Shawcroft
2017-08-23Added ability to freeze multiple directories; freeze neopixel library in cpx ...Dan Halbert
2017-08-03atmel-samd: Add support for a second flash chip so either may be used.Scott Shawcroft
2017-07-28atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDMScott Shawcroft
2017-07-13atmel-samd: Update README and add pinout tables that map MCU namesScott Shawcroft
2017-07-12atmel-samd: Reboot to bootloader when a 1200 baud serial connection isScott Shawcroft
2017-07-12atmel-samd: Add Trinket Rev D support.Scott Shawcroft
2017-07-12atmel-samd: Add TX/RX and SCL/SDA pins names for Gemma M0.Scott Shawcroft
2017-07-12atmel-samd: Update Gemma M0 USB device name.Scott Shawcroft
2017-07-12atmel-samd: Update Gemma M0 for release revision.Scott Shawcroft
2017-07-12atmel-samd: Add IR_TX and IR_RX pin names for REMOTEOUT and REMOTEIN to the C...Scott Shawcroft
2017-06-16atmel-samd: Introduce board reset mechanic used on CircuitPlayground1.0.0-rc.1Scott Shawcroft
2017-06-16atmel-samd: Add user initiated safe mode and rework board.c forScott Shawcroft
2017-06-06atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Arduino's ...Scott Shawcroft
2017-05-29atmel-samd: Correct the USB PID of the CircuitPlayground Express.Scott Shawcroft
2017-05-23atmel-samd:renamed spi flash to confuse with the actual spi flashrobomike
2017-05-12atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...Scott Shawcroft
2017-05-12atmel-samd: Rework SPI flash defines for clarity.Scott Shawcroft
2017-05-12atmel-samd: Pin reset improvements.Scott Shawcroft
2017-05-11Rename LEFT_BUTTON -> BUTTON_A, RIGHT_BUTTON -> BUTTON_B.Nicholas H.Tollervey
2017-05-04atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...Scott Shawcroft
2017-05-03atmel-samd: Use DMA for user SPI.Scott Shawcroft
2017-05-02atmel-samd: Use DMA for SPI flash block transfers.Scott Shawcroft
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft
2017-05-01atmel-samd: Clean up leftovers from QTouch.0.9.7Scott Shawcroft
2017-05-01atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.Scott Shawcroft
2017-04-20atmel-samd: Update CircuitPlayground Express pins for Rev G.Scott Shawcroft
2017-04-18atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.Scott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-11atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...Scott Shawcroft
2017-03-27atmel-samd: Update Feather M0 Express USB pid.0.9.3Scott Shawcroft
2017-03-27Change to official Feather M0 Express branding.Scott Shawcroft
2017-02-27atmel-samd: Add USB HID mouse and keyboard support.Scott Shawcroft
2017-02-26atmel-samd: Use link time optimization to reduce code size of builds whichScott Shawcroft
2017-02-19atmel-samd: Remove support for UART REPL from Arduino Zero.Scott Shawcroft
2017-02-19atmel-samd: Stop calibrating the crystal for Gemma and Trinket. We need the s...Scott Shawcroft
2017-02-10atmel-samd: Rework the clock configs to only be crystalless when needed by th...Scott Shawcroft
2017-02-10SPI tweaks for SD Cards:Scott Shawcroft
2017-02-02atmel-samd: Update internal pins for Feather M0 Express Rev BScott Shawcroft
2017-02-01atmel-samd: Switch Metro back to including bootloader space.Scott Shawcroft
2017-01-30Add frequency changing support to PWMOut.Scott Shawcroft
2017-01-18atmel-samd: Fix PA00 and PA01 sercoms. New CircuitPlayground prototype pinout.Scott Shawcroft
2017-01-12atmel-samd: Split UART pin names into two so that all names startScott Shawcroft
2017-01-08atmel-samd: Update pinouts for prototypes.Scott Shawcroft
2017-01-05atmel-samd: New revs which isolate the SPI for the external flash.Scott Shawcroft
2016-12-21atmel-samd: Change cplay pins to rev B.Scott Shawcroft
2016-12-21atmel-samd: Tweaks for rev B of the prototype circuit playground.Scott Shawcroft