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-12-20
Remove `re` from CPX Displayio build to make space.
Scott Shawcroft
2019-12-16
py.mk: Fix race condition building .mo files
Jeff Epler
2019-12-12
merge from master
Dan Halbert
2019-12-12
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
Damien George
2019-12-12
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
Damien George
2019-12-12
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Damien George
2019-12-11
Merge remote-tracking branch 'adafruit/master' into ld-cleanup
Dan Halbert
2019-12-10
merge from upstream
Dan Halbert
2019-12-10
working on all ports
Dan Halbert
2019-12-10
gc_free: give a better error when freeing outside of VM
Jeff Epler
2019-12-10
audiocore: Add MP3File using Adafruit_MP3 library
Jeff Epler
2019-12-09
Merge pull request #2353 from jepler/audiosample-protocol
Scott Shawcroft
2019-12-06
atmel-samd working
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-12-05
proto: Use %q format-string shortcut
Jeff Epler
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-12-02
Merge pull request #2345 from jepler/compressed-unicode
Scott Shawcroft
2019-12-02
makeqstrdata: reclaim some more bytes on some translations
Jeff Epler
2019-12-02
makeqstrdata: fix printing of 'increased length' message
Jeff Epler
2019-12-02
translation: Compress as unicode, not bytes
Jeff Epler
2019-11-29
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
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-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-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-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
[next]