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>
9 lines
227 B
Makefile
9 lines
227 B
Makefile
MCU_SERIES = f4
|
|
CMSIS_MCU = STM32F413xx
|
|
AF_FILE = boards/stm32f413_af.csv
|
|
LD_FILES = boards/stm32f413xh.ld boards/common_ifs.ld
|
|
TEXT0_ADDR = 0x08000000
|
|
TEXT1_ADDR = 0x08060000
|
|
|
|
MICROPY_HW_ENABLE_ISR_UART_FLASH_FUNCS_IN_RAM = 1
|