summaryrefslogtreecommitdiff
path: root/atmel-samd/main.c
AgeCommit message (Expand)Author
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
2017-09-06atmel-samd: Ensure MTB is off in case we ran a debug build beforeScott Shawcroft
2017-09-01Fix issue #207, esp8266 file operations problems (#222)Dan Halbert
2017-08-31Add ".frozen" to end of sys.path, so that internal frozen modules are visible...Dan Halbert
2017-08-25atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....Scott Shawcroft
2017-08-05Increase heap size at the expense of stack size, from 16k to 16k+4k.Dan Halbert
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-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 sys.path to match that the internal/onboardScott 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-05-24atmel-samd: correctly reset the REPL history on reload. Fixes #141Scott Shawcroft
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: 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: Pin reset improvements.Scott Shawcroft
2017-05-05atmel-samd: Fix sporadic "syntax errors"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-04-18atmel-samd: Swap out pulseio for touchio based on FreeTouch.Scott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-11atmel-samd: Reset PulseIn correctly on soft reset.Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-27atmel-samd: Add message for when auto reset is off. Fixes #112Scott Shawcroft
2017-03-10Add PulseOut which can pulse a PWMOut for IR remote transmission.Scott Shawcroft
2017-03-09atmel-samd: Turn on stack checking so infinite recursion doesn't completely c...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: 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-01-30Add frequency changing support to PWMOut.Scott Shawcroft
2017-01-19atmel-samd: stop overwriting the flash FS.Scott Shawcroft
2017-01-19atmel-samd: Change new flash FS name to CIRCUITPYScott Shawcroft
2017-01-19atmel-samd: Reset the DAC on soft reset. Fixes #80.Scott Shawcroft
2017-01-19atmel-samd: Fully reset the ADC state on reset to prevent a crash.Scott Shawcroft
2017-01-13atmel-samd: Ensure pin state for first script run because we don't0.8.2Scott Shawcroft
2017-01-12Fixup warnings from merge about undefined macro values, switch toScott Shawcroft
2016-12-20atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.Scott Shawcroft
2016-12-19atmel-samd: Save space by not creating default files on the FS and by only ke...Scott Shawcroft
2016-12-13atmel-samd: Remove debug output.Scott Shawcroft
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-12-07atmel-samd: Stop dumping gc info on collect.Scott Shawcroft
2016-12-07atmel-samd & esp8266: Make sure pins are not already in use.Scott Shawcroft