index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
main.c
Age
Commit message (
Expand
)
Author
2017-09-22
Move to ASF4 and introduce SAMD51 support. (#258)
3.0.0-alpha.0
Scott Shawcroft
2017-09-06
atmel-samd: Ensure MTB is off in case we ran a debug build before
Scott Shawcroft
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-08-31
Add ".frozen" to end of sys.path, so that internal frozen modules are visible...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-05
Increase heap size at the expense of stack size, from 16k to 16k+4k.
Dan Halbert
2017-07-28
atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDM
Scott Shawcroft
2017-07-23
Measure and report maximum stack usage. (#175)
Dan Halbert
2017-06-28
shared-bindings: Introduce storage.remount() so you can set root as
Scott Shawcroft
2017-06-28
atmel-samd: Update sys.path with correct root path.
Scott Shawcroft
2017-06-28
atmel-samd: Update sys.path to match that the internal/onboard
Scott Shawcroft
2017-06-26
atmel-samd: Fix running off of the new VFS filesystem including
Scott Shawcroft
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-16
atmel-samd: Introduce board reset mechanic used on CircuitPlayground
1.0.0-rc.1
Scott Shawcroft
2017-06-16
atmel-samd: Add user initiated safe mode and rework board.c for
Scott Shawcroft
2017-05-24
atmel-samd: correctly reset the REPL history on reload. Fixes #141
Scott Shawcroft
2017-05-20
atmel-samd: Enable autoreload by default again.
0.10.1
Scott Shawcroft
2017-05-15
atmel-samd: Fixup autoreset after switching boot to running once.
0.10.0
Scott Shawcroft
2017-05-15
atmel-samd: Add a safe mode which detects hard faults and reboots without run...
Scott Shawcroft
2017-05-12
atmel-samd: Rework boot, main and REPL order.
Scott Shawcroft
2017-05-12
atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...
Scott Shawcroft
2017-05-12
atmel-samd: Pin reset improvements.
Scott Shawcroft
2017-05-05
atmel-samd: Fix sporadic "syntax errors"
Scott Shawcroft
2017-05-02
atmel-samd: Use DMA for SPI flash block transfers.
Scott Shawcroft
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-04-18
atmel-samd: Swap out pulseio for touchio based on FreeTouch.
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
Scott Shawcroft
2017-04-11
atmel-samd: Reset PulseIn correctly on soft reset.
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-27
atmel-samd: Add message for when auto reset is off. Fixes #112
Scott Shawcroft
2017-03-10
Add PulseOut which can pulse a PWMOut for IR remote transmission.
Scott Shawcroft
2017-03-09
atmel-samd: Turn on stack checking so infinite recursion doesn't completely c...
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-19
atmel-samd: Stop calibrating the crystal for Gemma and Trinket. We need the s...
Scott Shawcroft
2017-02-10
atmel-samd: Rework the clock configs to only be crystalless when needed by th...
Scott Shawcroft
2017-01-30
Add frequency changing support to PWMOut.
Scott Shawcroft
2017-01-19
atmel-samd: stop overwriting the flash FS.
Scott Shawcroft
2017-01-19
atmel-samd: Change new flash FS name to CIRCUITPY
Scott Shawcroft
2017-01-19
atmel-samd: Reset the DAC on soft reset. Fixes #80.
Scott Shawcroft
2017-01-19
atmel-samd: Fully reset the ADC state on reset to prevent a crash.
Scott Shawcroft
2017-01-13
atmel-samd: Ensure pin state for first script run because we don't
0.8.2
Scott Shawcroft
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
Scott Shawcroft
2016-12-20
atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.
Scott Shawcroft
2016-12-19
atmel-samd: Save space by not creating default files on the FS and by only ke...
Scott Shawcroft
2016-12-13
atmel-samd: Remove debug output.
Scott Shawcroft
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
2016-12-09
atmel-samd: Add APA102 support and flash more advanced status.
Scott Shawcroft
2016-12-07
atmel-samd: Stop dumping gc info on collect.
Scott Shawcroft
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
[next]