summaryrefslogtreecommitdiff
path: root/atmel-samd
AgeCommit message (Expand)Author
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2018-02-13Fix builds without status pixel. No need to track its brightness when its una...Scott Shawcroft
2018-02-12Dim the neopixel status LED through the brightness control.Scott Shawcroft
2018-02-12Increase the status LED brightness a bit so that newer DotStarsScott Shawcroft
2018-02-04pIRKey tested w/ hardware - basically a trinket or gemma with only dotstar LE...ladyada
2018-01-30memory type for alt flash fixladyada
2018-01-19Add W25Q16 USON flash support, alternative flash type support for all boardsladyada
2018-01-19Add missing Feather M0 RadioFruit boards: RFM69, RFM9x. (#538)Tony DiCola
2017-12-23PDMIn: Make last DMA buffer be exactly the right length.Dan Halbert
2017-12-23certain odd-sized PDMIn record buffers would crash or not fill properlyDan Halbert
2017-12-21Error in PDMIn filter loop.Dan Halbert
2017-12-20Fix 1200 baud reset.Scott Shawcroft
2017-12-20check twice for bad filesystemDan Halbert
2017-12-20Wait 2 secs before creating new filesystem in case power is jitteryDan Halbert
2017-12-15Speed up AnalogIn.value.Dan Halbert
2017-12-14Write version info to boot_out.txt.Dan Halbert
2017-12-13Fix PDMIn MEMS microphone support (#479)Dan Halbert
2017-12-05Fix a couple spelling errors.Scott Shawcroft
2017-12-05Introduce reset mechanics to microcontroller.Scott Shawcroft
2017-12-05add SPI.write_readinto() - bidirectional SPIDan Halbert
2017-11-26atmel-samd: Added missing adalogger pins (#461)Stewart
2017-11-17Add ItsyBitsy M0 support with 1MB flash support (#445)Limor "Ladyada" Fried
2017-11-07atmel-samd: Update Feather M0 Express USB PIDScott Shawcroft
2017-11-07Add a _stage module (#398)Radomir Dopieralski
2017-11-01Add board definition for the uGame handheld consoleRadomir Dopieralski
2017-10-22Supersized Feather M0 Express for 2.x (replace the 2Mbyte SPI flash with an 8...Dave Astels
2017-10-21Gracefully reset the gamepad module (#356)Radomir Dopieralski
2017-10-16Set DRVSTR on output pins to strong (more current capability).Dan Halbert
2017-10-16More io capability on non-Express boards, so call *_reset() routinesDan Halbert
2017-10-16Turn on pulseio now that there's room.Dan Halbert
2017-10-16Use internal libm for all atmel-samd boards.Dan Halbert
2017-10-161. Use lib/libm for small (non-Express builds) to gain back a lot of flash sp...Dan Halbert
2017-10-15Reinit ADC completely on each call to AnalogIn.value.Dan Halbert
2017-10-15Suppress A0 (PA02) as a TouchIn-capable pin on CPX.Dan Halbert
2017-10-12Don't create a new filesystem if we restart in safe mode. (#319)Dan Halbert
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-10-03Add board file for the hacked Trinket M0 Haxpress (#303)Radomir Dopieralski
2017-10-02Make touch more sensitive. Add .raw_value and .threshold attributes.Dan Halbert
2017-09-29reset pins on PDMIn deinit(). Fixes #275.Dan Halbert
2017-09-19Add Ananlog Pin aliases to trinket_m0 pins.cJerry Needell
2017-09-16Re-initialize ADC before every AnalogIn read. (#255)Dan Halbert
2017-09-12add set_rgb_status_brightness (#246)Asher Lieber
2017-09-06Ctrl-C was causing a soft-reset in REPL.Dan Halbert
2017-09-06atmel-samd: Ensure MTB is off in case we ran a debug build beforeScott Shawcroft
2017-09-05atmel-samd: Enable 8-bit audio recording support even though it'll beScott Shawcroft
2017-09-01Fix issue #207, esp8266 file operations problems (#222)Dan Halbert
2017-09-01atmel-samd: Remember SPI baudrate.Scott Shawcroft
2017-08-31atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)Scott Shawcroft