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-26
remove unnecessary intermediate mp_obj_subscr wrapper
Roy Hooper
2019-11-26
Make the @micropython.native decorator no-op if support isn't enabled
Thea Flowers
2019-11-24
Merge pull request #2317 from babygrimes/frozen-mpy-bytes-gc_long_lived-crash
Scott Shawcroft
2019-11-23
disable -Wunused-parameter on subscr functions
Roy Hooper
2019-11-23
Merge branch 'master' into new-pixelbuf-api
Roy Hooper
2019-11-23
use base for errors
Roy Hooper
2019-11-23
make ->subscr take an instance to pass when instance_subscr is called from su...
Roy Hooper
2019-11-22
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
2019-11-22
* only make objects long lived if they are on the GC heap
David Grimes
2019-11-22
Merge remote-tracking branch 'adafruit/master' into testing-fixes
Dan Halbert
2019-11-20
Use BluetoothError in _bleio
Scott Shawcroft
2019-11-18
run_background_tasks: Do nothing unless there has been a tick
Jeff Epler
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-11-18
circuitpy_mpconfig.h: Express HOOKS in terms of RUN_BACKGROUND_TASKS
Jeff Epler
2019-11-18
circuitpy_mpconfig.h: Move includes after include-guard
Jeff Epler
2019-11-16
use instance for verbose errors
Roy Hooper
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-28
wip
Dan Halbert
2019-10-21
Refine _bleio
Scott Shawcroft
2019-10-20
Parameterize linker script
Dan Halbert
2019-10-20
fix show and fix step > 1
Roy Hooper
2019-10-15
Merge remote-tracking branch 'adafruit/master' into bonding1
Dan Halbert
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-06
WIP: bonding
Dan Halbert
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
[prev]
[next]