summaryrefslogtreecommitdiff
path: root/atmel-samd/main.c
AgeCommit message (Expand)Author
2018-05-07Fix regression preventing remount as readwrite in boot.pyDan Halbert
2018-05-03handle bad power on reset betterDan Halbert
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-14Write version info to boot_out.txt.Dan Halbert
2017-12-05Fix a couple spelling errors.Scott Shawcroft
2017-12-05Introduce reset mechanics to microcontroller.Scott Shawcroft
2017-10-21Gracefully reset the gamepad module (#356)Radomir Dopieralski
2017-10-16More io capability on non-Express boards, so call *_reset() routinesDan Halbert
2017-10-15Reinit ADC completely on each call to AnalogIn.value.Dan Halbert
2017-10-12Don't create a new filesystem if we restart in safe mode. (#319)Dan Halbert
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