summaryrefslogtreecommitdiffstatshomepage
path: root/py/stackctrl.h
Commit message (Expand)AuthorAge
* py: Add new cstack API for stack checking, with limit margin macro.Angus Gratton2024-08-14
* py/stackctrl: Prevent unused-var warning when stack checking disabled.Damien George2021-06-05
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/stackctrl: Add mp_stack_set_top() to explicitly set stack top value.Paul Sokolovsky2016-03-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