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
Age
Commit message (
Expand
)
Author
2017-10-17
Added Trinket to README.md (#344)
Andon
2017-10-13
Merge pull request #320 from dhalbert/master
Dan Halbert
2017-10-12
TEMPORARY changes to get build to work on all boards. Make space on CPX; turn...
Dan Halbert
2017-10-12
merge 2.x changes into master; touch up Makefile CFLAGS logic
Dan Halbert
2017-10-12
Don't create a new filesystem if we restart in safe mode. (#319)
Dan Halbert
2017-10-12
Replace asf4 tree with submodule repo adafruit/asf4, branch circuitpython.
Dan Halbert
2017-10-10
atmel-samd: Add support for internal filesystems. (#311)
Scott Shawcroft
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-10-08
Update pwm.rst
Alex Vasylenko
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
Update `time` to use SysTick (#274)
Scott Shawcroft
2017-09-29
atmel-samd: Fix CDC by making sure we define (#294)
Scott Shawcroft
2017-09-29
reset pins on PDMIn deinit(). Fixes #275.
Dan Halbert
2017-09-28
Add support for patching newer ASF4 code. (#292)
Scott Shawcroft
2017-09-27
atmel-samd: Port baudrate reset to asf4 so we no longer hose Rosie.
Scott Shawcroft
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-07
updated the http reference for max7219 to use the readthedocs from the adafru...
2.0.0
stable
mrmcwethy
2017-09-06
Added DotStar to line 72
2.0.0-rc.2
KurticusMaximus
2017-09-06
Add Processor to microcontroller documentation TOC (#237)
Dan Halbert
2017-09-06
shared-bindings: Prevent check_lock from being optimized away. (#240)
Scott Shawcroft
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
py: Only load frozen modules when the filename has the prefix. (#235)
Scott Shawcroft
2017-09-05
Reduce depth in toc
Carol Willing
2017-09-05
rename some captions
Carol Willing
2017-09-05
collapse board listings
Carol Willing
2017-09-05
Add a micropython section and edit drivers doc
Carol Willing
2017-09-05
Structure contents to be user facing
Carol Willing
2017-09-05
atmel-samd: Enable 8-bit audio recording support even though it'll be
Scott Shawcroft
2017-09-02
esp8266: restore machine module
Dan Halbert
2017-09-01
Style tweaks based on @willingc's feedback.
2.0.0-rc.1
Scott Shawcroft
2017-09-01
docs: Add beginnings of troubleshooting doc.
Scott Shawcroft
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-09-01
Merge pull request #223 from tannewt/baudrate_fix
Radomir Dopieralski
2017-09-01
atmel-samd: Remember SPI baudrate.
Scott Shawcroft
2017-08-31
py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)
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-29
Update README (#212)
Carol Willing
2017-08-29
shared-bindings: Clarify that UART.read() is slow. (#209)
Scott Shawcroft
2017-08-28
Merge pull request #208 from adafruit/merge-v1.9.2
Scott Shawcroft
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-26
Fix blinky example
Scott Shawcroft
[next]