summaryrefslogtreecommitdiff
path: root/docs/esp32/tutorial/img
diff options
context:
space:
mode:
authorAndrew Leech <andrew.leech@planetinnovation.com.au>2022-08-15 14:21:47 +1000
committerDamien George <damien@micropython.org>2024-09-02 11:30:34 +1000
commit1f5cab9edbd121e2d6338fa14bb7b2572dfe7d90 (patch)
tree8b9ea68c4fdb2de080184b19e2a76d5c56a87d3a /docs/esp32/tutorial/img
parent35b6a66b0b0ea00ad6b4e83f2dcbeffc349f2b04 (diff)
stm32: Add option to put ISR, flash and UART code in RAM.
This allows UART RX to function while flash erase/writes operations are under way, preventing lost serial data so long as it fits in the UART RX buffer. This enables (among other things) mpremote to successfully copy files to boards that use a UART REPL. Enable via the following option placed in `mpconfigboard.mk`: MICROPY_HW_ENABLE_ISR_UART_FLASH_FUNCS_IN_RAM = 1 Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
Diffstat (limited to 'docs/esp32/tutorial/img')
0 files changed, 0 insertions, 0 deletions