aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd
AgeCommit message (Expand)Author
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
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
2017-08-31Add ".frozen" to end of sys.path, so that internal frozen modules are visible...Dan Halbert
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
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-22Fix ADC input def for PB07. (#195)Scott Shawcroft
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-10shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...Scott Shawcroft
2017-08-07atmel-samd: Fix crash when fs mount fails and fix mounting internal flash. It...Scott Shawcroft
2017-08-05Allow max stack checking to be used with -flto build by determining topDan Halbert
2017-08-05Increase heap size at the expense of stack size, from 16k to 16k+4k.Dan Halbert
2017-08-03atmel-samd: Add support for a second flash chip so either may be used.Scott Shawcroft
2017-08-03atmel-samd: Clear the error bit after the known buffer overflow and be explic...Scott Shawcroft
2017-07-28atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDMScott Shawcroft
2017-07-23Measure and report maximum stack usage. (#175)Dan Halbert
2017-07-16Fix problems that prevented use of internal frozen modules:Dan Halbert
2017-07-13atmel-samd: Fix potential buffer overflow in UART.c by recalculatingScott 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: Switch streams to non-blocking mode. Fixes #159.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-07-12Fix USB Busy error for kbd hid. Made kbd USB report descriptor beDan Halbert
2017-07-12atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.Scott Shawcroft
2017-06-28shared-bindings: Introduce storage.remount() so you can set root asScott Shawcroft
2017-06-28atmel-samd: Update sys.path with correct root path.Scott Shawcroft
2017-06-28atmel-samd: update boot output location for new mount point.Scott Shawcroft
2017-06-28Change vfs mount ordering such that the root is always last in theScott Shawcroft
2017-06-28atmel-samd: Update sys.path to match that the internal/onboardScott Shawcroft
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft
2017-06-26atmel-samd: Fix running off of the new VFS filesystem includingScott Shawcroft
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott 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