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>
10 lines
343 B
Makefile
10 lines
343 B
Makefile
MCU_SERIES = l4
|
|
CMSIS_MCU = STM32L475xx
|
|
# The stm32l475 does not have a LDC controller which is
|
|
# the only difference to the stm32l476 - so reuse some files.
|
|
AF_FILE = boards/stm32l476_af.csv
|
|
LD_FILES = boards/stm32l476xg.ld boards/common_basic.ld
|
|
OPENOCD_CONFIG = boards/openocd_stm32l4.cfg
|
|
|
|
MICROPY_HW_ENABLE_ISR_UART_FLASH_FUNCS_IN_RAM = 1
|