aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd
AgeCommit message (Expand)Author
2017-07-13atmel-samd: Update README and add pinout tables that map MCU namesScott Shawcroft
2017-07-06atmel-samd: Reboot to bootloader when a 1200 baud serial connection is1.0.0-rc.4Scott Shawcroft
2017-07-06atmel-samd: Give the on board flash filesystem a unique volume ID. This is us...Scott Shawcroft
2017-07-05atmel-samd: Add Trinket Rev D support.Scott Shawcroft
2017-07-03atmel-samd: Add TX/RX and SCL/SDA pins names for Gemma M0.Scott Shawcroft
2017-07-03atmel-samd: Switch streams to non-blocking mode. Fixes #159.Scott Shawcroft
2017-07-03atmel-samd: Update Gemma M0 USB device name.Scott Shawcroft
2017-07-03atmel-samd: Update Gemma M0 for release revision.Scott Shawcroft
2017-06-30atmel-samd: Add IR_TX and IR_RX pin names for REMOTEOUT and REMOTEIN to the C...1.0.0-rc.3Scott Shawcroft
2017-06-29Fix USB Busy error for kbd hid. Made kbd USB report descriptor beDan Halbert
2017-06-20atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.1.0.0-rc.2Scott 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-16shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.Scott Shawcroft
2017-06-12atmel-samd: Fix sharing TCCs by statically storing the current period.Scott Shawcroft
2017-06-12atmel-samd: Fix TCC1, its two channels and four wave outputs.Scott Shawcroft
2017-06-09atmel-samd: Set up the tcc_instance when using an already active TCC.Scott Shawcroft
2017-06-09atmel-samd: Reset TCC channel in use array on reset.Scott Shawcroft
2017-06-09atmel-samd: Handle TCC2 correctly. Unlike the other TCCs its 16bitScott Shawcroft
2017-06-08atmel-samd: Fix PWMOut duty_cycle when used with TCC peripherals.Scott 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-25Change the approach for input so that its not included in every single build....Scott Shawcroft
2017-05-25atmel-samd: Add input support. Fixes #143Scott Shawcroft
2017-05-24atmel-samd: correctly reset the REPL history on reload. Fixes #141Scott Shawcroft
2017-05-23Merge pull request #135 from robomike/pinsScott Shawcroft
2017-05-23atmel-samd:renamed spi flash to confuse with the actual spi flashrobomike
2017-05-21Merge branch 'master' into add-ure-et-alDan Halbert
2017-05-20Enable ure, center, partition, frozenset, splitlines, reversed for Express bu...Dan Halbert
2017-05-20atmel-samd: Enable autoreload by default again.0.10.1Scott Shawcroft
2017-05-15atmel-samd: Fixup autoreset after switching boot to running once.0.10.0Scott Shawcroft
2017-05-15atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...Scott Shawcroft
2017-05-15atmel-samd: Add a safe mode which detects hard faults and reboots without run...Scott Shawcroft
2017-05-12atmel-samd: Rework boot, main and REPL order.Scott Shawcroft
2017-05-12atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...Scott Shawcroft
2017-05-12atmel-samd: Fix pin reset to ensure USB and SWD are not reset.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-12atmel-samd: Correctly wait for the SPI DMA transaction to finish.Scott Shawcroft
2017-05-11Rename LEFT_BUTTON -> BUTTON_A, RIGHT_BUTTON -> BUTTON_B.Nicholas H.Tollervey
2017-05-05atmel-samd: Fix sporadic "syntax errors"Scott Shawcroft
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-01Update AudioOut.cLimor "Ladyada" Fried
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: Remove debug prints from TouchInScott Shawcroft
2017-04-20atmel-samd: Update CircuitPlayground Express pins for Rev G.Scott Shawcroft