summaryrefslogtreecommitdiffstatshomepage
path: root/py/stackctrl.c
Commit message (Expand)AuthorAge
* py/stackctrl: Add gcc pragmas to ignore dangling-pointer warning.Damien George2023-05-04
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.Damien George2017-12-11
* py: Annotate func defs with NORETURN when their corresp decls have it.Damien George2017-11-29
* all: Remove inclusion of internal py header files.Damien George2017-10-04
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George2016-06-28
* py/stackctrl: Add mp_stack_set_top() to explicitly set stack top value.Paul Sokolovsky2016-03-07
* vm: Support strict stackless mode, with proper exception reporting.Paul Sokolovsky2015-04-03
* stackctrl: Encode "recursion depth exceeded" message as qstr.Paul Sokolovsky2015-02-15
* py: Put all global state together in state structures.Damien George2015-01-07
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Fix function type: () -> (void).Damien George2014-12-10
* py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.Damien George2014-08-30
* stackctrl: Add "mp_" prefix.Paul Sokolovsky2014-07-01
* py: Add portable framework to query/check C stack usage.Paul Sokolovsky2014-06-27