mirror of
https://github.com/micropython/micropython.git
synced 2026-01-11 14:37:15 +01:00
This causes unnecessary constants to no longer be generated. Some constants (like UART_BRR) are different between the F4 and F7
5 lines
104 B
Makefile
5 lines
104 B
Makefile
MCU_SERIES = f7
|
|
CMSIS_MCU = STM32F746xx
|
|
AF_FILE = boards/stm32f746_af.csv
|
|
LD_FILE = boards/stm32f746.ld
|