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-11-05
Fix bad call to mp_arg_check_num
Thea Flowers
2019-11-05
Allow boards to enable the `micropython.native` decorator
Thea Flowers
2019-10-21
Refine _bleio
Scott Shawcroft
2019-10-14
Switch arg check back to allow ignored args for strings
Scott Shawcroft
2019-10-14
Support __bytes
Scott Shawcroft
2019-10-14
restructure nlr.h for udefined archtectures
Jerry Needell
2019-10-10
mp_obj_instance_make_new: clearer way to avoid null pointer dereference
Jeff Epler
2019-10-08
mp_obj_instance_make_new: avoid undefined behavior
Jeff Epler
2019-10-08
mp_bytecode_print_str: avoid undefined behavior
Jeff Epler
2019-10-08
gc_alloc: Remove redundant 'collected' assignment
Jeff Epler
2019-10-08
mp_binary_get_int: avoid undefined behavior
Jeff Epler
2019-10-04
Revert modules with missed dependence
Hierophect
2019-10-03
Add Always Build flag, remove redundancy
Hierophect
2019-09-11
In py/, must guard uses of RUN_BACKGROUND_TASKS
jepler
2019-09-09
stream_readall: This can be long-running, run background tasks
jepler
2019-09-09
py/obj.c: This can be long-running, run background tasks
jepler
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
[next]