mpconfigboard.mk 337 B

123456789
  1. MCU_SERIES = l4
  2. CMSIS_MCU = STM32L475xx
  3. # The stm32l475 does not have a LDC controller which is
  4. # the only diffrence to the stm32l476 - so reuse some files.
  5. AF_FILE = boards/stm32l476_af.csv
  6. LD_FILES = boards/stm32l476xg.ld boards/common_ifs.ld
  7. TEXT0_ADDR = 0x08000000
  8. TEXT1_ADDR = 0x08004000
  9. OPENOCD_CONFIG = boards/openocd_stm32l4.cfg