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
/
mpstate.h
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-02-11
Track first free atb for multiple block sizes.
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-13
py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.
Damien George
2018-04-04
py: Don't include mp_optimise_value or opt_level() if compiler disabled.
Damien George
2018-02-26
py/mpstate.h: Add repl_line state for MICROPY_REPL_EVENT_DRIVEN.
Damien George
2018-02-19
py/gc: Make GC stack pointer a local variable.
Ayke van Laethem
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2017-12-11
py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-23
Measure and report maximum stack usage. (#175)
Dan Halbert
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-10
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
Damien George
2017-03-24
py: Remove MP_STATE_CTX, use MP_STATE_THREAD instead (it's an alias).
Damien George
2017-03-20
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-03-06
py: Move locals/globals dicts to the thread-specific state.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-27
extmod/vfs: Expose mp_vfs_mount_t type.
Damien George
2017-01-27
extmod: Add generic VFS sub-system.
Damien George
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2016-12-15
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Damien George
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-07-21
py/gc: Implement GC running by allocation threshold.
Paul Sokolovsky
2016-07-04
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Paul Sokolovsky
2016-06-28
py: Implement a simple global interpreter lock.
Damien George
2016-06-28
py: Make interning of qstrs thread safe.
Damien George
2016-06-28
py/gc: Make memory manager and garbage collector thread safe.
Damien George
2016-06-28
py: Add basic _thread module, with ability to start a new thread.
Damien George
2016-06-28
py: Add MP_STATE_THREAD to hold state specific to a given thread.
Damien George
2016-02-25
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Damien George
2016-02-15
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
Paul Sokolovsky
2016-01-01
py: Clean up instantiation of dupterm object.
Paul Sokolovsky
2015-12-17
py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.
Damien George
2015-12-16
py/gc: Use size_t instead of mp_uint_t to count things related to heap.
Damien George
2015-12-05
py/modsys: Implement sys.modules.
Paul Sokolovsky
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t.
Damien George
2015-11-17
py/mpstate: Make mp_pending_exception volatile.
Damien George
2015-10-27
extmod/modlwip: slip: Use stream protocol and be port-independent.
Paul Sokolovsky
2015-07-14
py: Improve allocation policy of qstr data.
Damien George
2015-04-25
modsys: Add basic sys.exc_info() implementation.
Paul Sokolovsky
[next]