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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
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-19
Add Ananlog Pin aliases to trinket_m0 pins.c
Jerry Needell
2017-09-16
Re-initialize ADC before every AnalogIn read. (#255)
Dan Halbert
2017-09-12
add set_rgb_status_brightness (#246)
Asher Lieber
2017-09-06
Ctrl-C was causing a soft-reset in REPL.
Dan Halbert
2017-09-06
atmel-samd: Ensure MTB is off in case we ran a debug build before
Scott Shawcroft
2017-09-05
atmel-samd: Enable 8-bit audio recording support even though it'll be
Scott Shawcroft
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-09-01
atmel-samd: Remember SPI baudrate.
Scott Shawcroft
2017-08-31
atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)
Scott Shawcroft
2017-08-31
Add ".frozen" to end of sys.path, so that internal frozen modules are visible...
Dan Halbert
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-08-22
Fix ADC input def for PB07. (#195)
Scott Shawcroft
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-10
shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...
Scott Shawcroft
2017-08-07
atmel-samd: Fix crash when fs mount fails and fix mounting internal flash. It...
Scott Shawcroft
2017-08-05
Allow max stack checking to be used with -flto build by determining top
Dan Halbert
2017-08-05
Increase heap size at the expense of stack size, from 16k to 16k+4k.
Dan Halbert
2017-08-03
atmel-samd: Add support for a second flash chip so either may be used.
Scott Shawcroft
2017-08-03
atmel-samd: Clear the error bit after the known buffer overflow and be explic...
Scott Shawcroft
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-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-07-13
atmel-samd: Fix potential buffer overflow in UART.c by recalculating
Scott Shawcroft
2017-07-13
atmel-samd: Update README and add pinout tables that map MCU names
Scott Shawcroft
2017-07-12
atmel-samd: Reboot to bootloader when a 1200 baud serial connection is
Scott Shawcroft
2017-07-12
atmel-samd: Add Trinket Rev D support.
Scott Shawcroft
2017-07-12
atmel-samd: Add TX/RX and SCL/SDA pins names for Gemma M0.
Scott Shawcroft
2017-07-12
atmel-samd: Switch streams to non-blocking mode. Fixes #159.
Scott Shawcroft
2017-07-12
atmel-samd: Update Gemma M0 USB device name.
Scott Shawcroft
2017-07-12
atmel-samd: Update Gemma M0 for release revision.
Scott Shawcroft
2017-07-12
atmel-samd: Add IR_TX and IR_RX pin names for REMOTEOUT and REMOTEIN to the C...
Scott Shawcroft
2017-07-12
Fix USB Busy error for kbd hid. Made kbd USB report descriptor be
Dan Halbert
2017-07-12
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
Scott Shawcroft
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 boot output location for new mount point.
Scott Shawcroft
2017-06-28
Change vfs mount ordering such that the root is always last in the
Scott Shawcroft
2017-06-28
atmel-samd: Update sys.path to match that the internal/onboard
Scott Shawcroft
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
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-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
[next]