micropython/ports/nrf/modules
David Lechner ca920f7218 py/mpstate: Make exceptions thread-local.
This moves mp_pending_exception from mp_state_vm_t to mp_state_thread_t.
This allows exceptions to be scheduled on a specific thread.

Signed-off-by: David Lechner <david@pybricks.com>
2021-06-19 09:43:44 +10:00
..
ble nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
board all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
machine nrf: Add machine.memXX, and allow boards to customise some features. 2021-05-18 12:01:51 +10:00
music py/mpstate: Make exceptions thread-local. 2021-06-19 09:43:44 +10:00
ubluepy all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
uos nrf: Remove unnecessary includes of mpconfigport.h and its header guard. 2020-09-09 00:13:34 +10:00
utime nrf: Add support for time.ticks_xxx functions using RTC1. 2020-07-08 23:47:02 +10:00