Merge pull request #738 from dhylands/except-args
Add support for storing args during an exception raised by an irq.
This commit is contained in:
@@ -278,6 +278,9 @@ int main(int argc, char **argv) {
|
||||
char *heap = malloc(heap_size);
|
||||
gc_init(heap, heap + heap_size);
|
||||
#endif
|
||||
#if MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF
|
||||
mp_init_emergency_exception_buf();
|
||||
#endif
|
||||
|
||||
qstr_init();
|
||||
mp_init();
|
||||
|
||||
Reference in New Issue
Block a user