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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
stackctrl.c
Age
Commit message (
Expand
)
Author
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-05
Allow max stack checking to be used with -flto build by determining top
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-06-20
py: Change asm form to make minimal port happy.
Scott Shawcroft
2017-06-04
Fix broken mp_stack_check: force mp_stack_ctrl_init() and mp_stack_usage() no...
Dan Halbert
2017-02-24
py: Fix recursion exception.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2016-06-28
py: Add MP_STATE_THREAD to hold state specific to a given thread.
Damien George
2016-03-07
py/stackctrl: Add mp_stack_set_top() to explicitly set stack top value.
Paul Sokolovsky
2015-04-03
vm: Support strict stackless mode, with proper exception reporting.
Paul Sokolovsky
2015-02-15
stackctrl: Encode "recursion depth exceeded" message as qstr.
Paul Sokolovsky
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-10
py: Fix function type: () -> (void).
Damien George
2014-08-30
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Damien George
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-06-27
py: Add portable framework to query/check C stack usage.
Paul Sokolovsky