summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2024-03-21 15:46:41 +1100
committerDamien George <damien@micropython.org>2024-03-22 12:14:27 +1100
commitacbdbcd95e6d953b08f0642a844c1808323e0b7c (patch)
treef05ae1b959b70a454969b569e343188838948764 /py
parent71044a4186bda22477e7daf98e718c144d22d519 (diff)
esp32: Workaround IDF issue placing ISR ringbuf functions in IRAM.
This workaround makes sure that all ringbuf functions that may be called from an ISR are placed in IRAM. See https://github.com/espressif/esp-idf/issues/13378 Note that this means that all esp32-og builds get non-ISR ringbuf functions placed in flash now, whereas previously it was just the spiram variant. This might be a good thing (e.g. free up some IRAM for native/viper). Fixes issue #14005. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions