Skip to content
Snippets Groups Projects
Select Git revision
  • a896951a9a8d8585d094e5ee6d7d37ff17d1b73e
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

modmicropython.c

Blame
  • user avatar
    Damien George authored
    micropython.stack_use() returns an integer being the number of bytes used
    on the stack.
    
    micropython.heap_lock() and heap_unlock() can be used to prevent the
    memory manager from allocating anything on the heap.  Calls to these are
    allowed to be nested.
    df4ce930
    History
    modmicropython.c 5.83 KiB