mirror of
https://github.com/micropython/micropython.git
synced 2024-07-26 18:26:56 +01:00
6 lines
129 B
Makefile
6 lines
129 B
Makefile
MCU_SERIES = l4
|
|
CMSIS_MCU = STM32L476xx
|
|
AF_FILE = boards/stm32l476_af.csv
|
|
LD_FILE = boards/stm32l476xg.ld
|
|
TEXT_ADDR = 0x08004000
|