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-12-15
Speed up AnalogIn.value.
Dan Halbert
2017-12-14
Write version info to boot_out.txt.
Dan Halbert
2017-12-13
Fix PDMIn MEMS microphone support (#479)
Dan Halbert
2017-12-05
Fix a couple spelling errors.
Scott Shawcroft
2017-12-05
Introduce reset mechanics to microcontroller.
Scott Shawcroft
2017-12-05
add SPI.write_readinto() - bidirectional SPI
Dan Halbert
2017-11-26
atmel-samd: Added missing adalogger pins (#461)
Stewart
2017-11-17
Add ItsyBitsy M0 support with 1MB flash support (#445)
Limor "Ladyada" Fried
2017-11-07
atmel-samd: Update Feather M0 Express USB PID
Scott Shawcroft
2017-11-07
Add a _stage module (#398)
Radomir Dopieralski
2017-11-01
Add board definition for the uGame handheld console
Radomir Dopieralski
2017-10-22
Supersized Feather M0 Express for 2.x (replace the 2Mbyte SPI flash with an 8...
Dave Astels
2017-10-21
Gracefully reset the gamepad module (#356)
Radomir Dopieralski
2017-10-16
Set DRVSTR on output pins to strong (more current capability).
Dan Halbert
2017-10-16
More io capability on non-Express boards, so call *_reset() routines
Dan Halbert
2017-10-16
Turn on pulseio now that there's room.
Dan Halbert
2017-10-16
Use internal libm for all atmel-samd boards.
Dan Halbert
2017-10-16
1. Use lib/libm for small (non-Express builds) to gain back a lot of flash sp...
Dan Halbert
2017-10-15
Reinit ADC completely on each call to AnalogIn.value.
Dan Halbert
2017-10-15
Suppress A0 (PA02) as a TouchIn-capable pin on CPX.
Dan Halbert
2017-10-12
Don't create a new filesystem if we restart in safe mode. (#319)
Dan Halbert
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-10-03
Add a `gamepad` module for handling buttons in the background. (#295)
Radomir Dopieralski
2017-10-03
Do not allow a *io object to be used after deinit().
Dan Halbert
2017-10-03
Add board file for the hacked Trinket M0 Haxpress (#303)
Radomir Dopieralski
2017-10-02
Make touch more sensitive. Add .raw_value and .threshold attributes.
Dan Halbert
2017-09-29
reset pins on PDMIn deinit(). Fixes #275.
Dan Halbert
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
[next]