Allows mpremote file transfer to work correctly when mpremote is used over the ST-link USB/UART REPL port. Fixes issue #8386. Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
7 lines
181 B
Makefile
7 lines
181 B
Makefile
MCU_SERIES = l1
|
|
CMSIS_MCU = STM32L152xE
|
|
AF_FILE = boards/stm32l152_af.csv
|
|
LD_FILES = boards/stm32l152xe.ld boards/common_basic.ld
|
|
|
|
MICROPY_HW_ENABLE_ISR_UART_FLASH_FUNCS_IN_RAM = 1
|