8000 alloc_emergency_exception_buf on esp8266 do not exist · Issue #2431 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
alloc_emergency_exception_buf on esp8266 do not exist #2431
Closed
@muhlpachr

Description

@muhlpachr
>>> import micropython
>>> micropython.alloc_emergency_exception_buf(100)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'alloc_emergency_exception_buf'
>>> dir(micropython)
['__name__', 'mem_info', 'qstr_info', 'stack_use', 'heap_lock', 'heap_unlock']

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0