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-12-05
add SPI.write_readinto() - bidirectional SPI
Dan Halbert
2017-12-03
update CPX frozen modules to latest versions
Dan Halbert
2017-11-26
atmel-samd: Added missing adalogger pins (#461)
Stewart
2017-11-21
Merge pull request #453 from pewpew-game/stage
Dan Halbert
2017-11-21
Fix display orientation for _stage module
Radomir Dopieralski
2017-11-17
Add ItsyBitsy M0 support with 1MB flash support (#445)
Limor "Ladyada" Fried
2017-11-14
Update info about erasing CIRCUITPY to include flash erasers for non-… (#427)
Dan Halbert
2017-11-07
Merge pull request #419 from tannewt/2.x_usb_pids
Dan Halbert
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-06
Merge pull request #413 from dhalbert/fix_round
Dan Halbert
2017-11-06
Fix round(). Don't split a statement with a #pragma. It breaks the compiled o...
Dan Halbert
2017-11-06
esp8266 enable framebuf (#408)
jerryneedell
2017-11-03
Merge pull request #404 from pewpew-game/fix-spi-empty-read-write
Dan Halbert
2017-11-03
Allow empty reads and writes for busio.SPI
Radomir Dopieralski
2017-11-01
Add board definition for the uGame handheld console
Radomir Dopieralski
2017-10-30
Allow writing buffer of length zero to I2C device; it can be used to poll for...
Dan Halbert
2017-10-25
shared-bindings: Check that I2C and SPI reads and writes are given a buffer o...
Scott Shawcroft
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-17
redo time.monotonic() to avoid double precision
2.1.0
Dan Halbert
2017-10-16
Set DRVSTR on output pins to strong (more current capability).
Dan Halbert
2017-10-16
esp8266: add neopixel_write - remove neopixel.py (#339)
jerryneedell
2017-10-16
Merge pull request #336 from tannewt/2.x
Dan Halbert
2017-10-16
Merge pull request #337 from tannewt/fix_pin_reset
Dan Halbert
2017-10-16
esp8266: Actually disable pins when reset on reload.
Scott Shawcroft
2017-10-16
esp8266: Correct SPI functionality when write_value is provided.
Scott Shawcroft
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-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
[next]