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
2019-09-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-08-27
Disable bitbangio on Itsy M0
Scott Shawcroft
2019-08-24
move Mixer & MixerVoice from 'audiocore' to 'audiomixer'
sommersoft
2019-08-24
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Add initial Monster M4SK build
Scott Shawcroft
2019-08-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-20
merge from upstream and make translate
Dan Halbert
2019-08-19
Merge pull request #2068 from jepler/audioio-compat
Scott Shawcroft
2019-08-19
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-19
Merge remote-tracking branch 'adafruit/master' into run-background-tasks
Dan Halbert
2019-08-18
make nrf touchio be generic: now available for SAMD51 too
Dan Halbert
2019-08-17
audioio: By default, be compatible with 4.x
Jeff Epler
2019-08-16
Merge pull request #2066 from dhalbert/ble-pairing
Scott Shawcroft
2019-08-14
Fix I2CDisplay lifecycle and splash lifecycle.
Scott Shawcroft
2019-08-11
cicuitpy_mpconfg.h: Define RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-11
cicuitpy_mpconfg.h: Alphebetize and standardize indentation
Jeff Epler
2019-08-10
py: mp_obj_tuple_get: accept any item which can use tuple_getiter
Jeff Epler
2019-08-06
Merge pull request #2042 from jepler/qstr-expansion
Scott Shawcroft
2019-08-06
makeqstrdata: permit longer "compressed" outputs
Jeff Epler
2019-08-05
Merge remote-tracking branch 'adafruit/master' into ble-pairing
Dan Halbert
2019-08-03
bring MixerVoice back to building state; update documentation
sommersoft
2019-08-02
WIP: rework of Characteristic properties; enhance Descriptor; not tested
Dan Halbert
2019-07-31
cleanup adapter.address; add uniquish suffix to BLE device name
Dan Halbert
2019-07-29
PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_
Jeff Epler
2019-07-26
audiopwmio: Add the shared files for this new module
Jeff Epler
2019-07-25
Merge pull request #2010 from jepler/audiocore
Scott Shawcroft
2019-07-25
audiocore: Factor from audioio
Jeff Epler
2019-07-24
Merge pull request #2007 from hierophect/F4xx-port-setup
Scott Shawcroft
2019-07-24
Requested changes, general cleanup
Hierophect
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-07-09
merge from master
Dan Halbert
2019-06-27
Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402
Scott Shawcroft
2019-06-25
Validate raw code and mpy read length
Scott Shawcroft
2019-06-25
Validate portions of mpy load to detect corruption
Scott Shawcroft
2019-06-19
WIP: backup only; not compiled
Dan Halbert
2019-06-18
Don't operate directly on bleio objects in shared-bindings: use common_hal
Dan Halbert
2019-06-13
merge from upstream; WIP redo Address; no more AddressType
Dan Halbert
2019-06-12
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
Dan Halbert
2019-06-12
Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...
Dan Halbert
2019-06-11
Merge remote-tracking branch 'adafruit/master' into vm-computed-goto
Dan Halbert
2019-06-11
Merge latest 4.0.x fixes into master
Dan Halbert
2019-06-11
Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedup
Dan Halbert
2019-06-06
Include display objects in gc.
Dan Halbert
2019-06-04
Add PS/2 support -- ps2io module
Elvis Pfützenreuter
[next]