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
/
py
Age
Commit message (
Expand
)
Author
2020-07-22
py/py.mk: Use additional CFLAGS to compile string0.c.
Damien George
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-22
Merge branch 'main' into memmonitor
Scott Shawcroft
2020-07-21
Turn off find when CPYTHON_COMPAT is off
Scott Shawcroft
2020-07-21
Merge remote-tracking branch 'adafruit/main' into bytearray_find
Scott Shawcroft
2020-07-21
Merge pull request #3160 from tannewt/enable_pystack
Scott Shawcroft
2020-07-21
Only add .find without CPYTHON_COMPAT
Scott Shawcroft
2020-07-17
Add cast for mpy-cross warning
Scott Shawcroft
2020-07-17
Get AllocationAlarm working
Scott Shawcroft
2020-07-17
Add memorymonitor module
Scott Shawcroft
2020-07-17
Add find varients to bytearray
Scott Shawcroft
2020-07-17
Enable PYSTACK to keep function state out of the heap
Scott Shawcroft
2020-07-13
Fix to pass mpy-cross build
DavePutz
2020-07-13
more formatting fix
DavePutz
2020-07-13
Fix formatting
DavePutz
2020-07-13
Issue #2949 Run background checks during long multiplications
DavePutz
2020-07-13
Merge pull request #3003 from Flameeyes/master
Scott Shawcroft
2020-07-08
audioio: Remove compatibility code
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-26
sdioio: Add shared-bindings
Jeff Epler
2020-06-26
sdcardio: implement new library for SD card I/O
Jeff Epler
2020-06-25
I2CPeripheral: Rename class and its module
Jeff Epler
2020-06-24
gnss: Implement new library for GNSS
Kamil Tomaszewski
2020-06-22
circuitpy_defns.mk: Sort several lists of source files
Jeff Epler
2020-06-22
_pew: move to common-hal
Jeff Epler
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-06-01
Merge remote-tracking branch 'adafruit/master' into wdt-nrf
Scott Shawcroft
2020-06-01
py.mk: Assume we want all C source files in ulab
Jeff Epler
2020-06-01
py.mk: Assume we want all C files from ulab
Jeff Epler
2020-05-29
Merge remote-tracking branch 'adafruit/master' into wdt-nrf
Scott Shawcroft
2020-05-28
Merge pull request #2968 from jepler/more-efficient-translation
Dan Halbert
2020-05-28
A number of small ESP32S2 fixes:
Scott Shawcroft
2020-05-28
translations: document the compressed format
Jeff Epler
2020-05-28
string compression: save a few bits per string
Jeff Epler
2020-05-27
Revert "add WatchDogTimeout exception"
Sean Cross
2020-05-27
watchdogtimer: refactor to new api
Sean Cross
2020-05-27
add WatchDogTimeout exception
Sean Cross
2020-05-27
watchdog: rename module from `wdt` and move to `microcontroller`
Sean Cross
2020-05-27
wdt: add watchdog support
Sean Cross
2020-05-19
Remove reverse methods from per-board defs
Scott Shawcroft
2020-05-18
Merge remote-tracking branch 'adafruit/master' into esp32s2
Scott Shawcroft
2020-05-18
Merge pull request #2896 from theacodes/add-bytearray-decode
Scott Shawcroft
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft
2020-05-15
Make decode only apply to bytearray and not array as well
Thea Flowers
2020-05-14
Add bytearray.decode() for CPython compatibility
Thea Flowers
2020-05-13
Merge remote-tracking branch 'adafruit/master' into improve_verification
Scott Shawcroft
2020-05-12
Don't build in empty help.c
Scott Shawcroft
2020-05-12
Only enable COUNTIO in full builds
Scott Shawcroft
2020-05-12
Merge branch 'master' into Optical-Encoder-Module
Scott Shawcroft
2020-05-12
Enable vectorio by default where displayio is enabled
warriorofwire
[next]