fabfacf3d7
USB serial and mass storage works, and the REPL is also available via the UART through the on-board ST-LINK.
7 lines
155 B
Makefile
7 lines
155 B
Makefile
MCU_SERIES = h7
|
|
CMSIS_MCU = STM32H743xx
|
|
MICROPY_FLOAT_IMPL = double
|
|
AF_FILE = boards/stm32h743_af.csv
|
|
LD_FILE = boards/stm32h743.ld
|
|
TEXT_ADDR = 0x08040000
|