circuitpython/ports/stm32f4/boards/stm32f411_disco/mpconfigboard.mk

12 lines
243 B
Makefile
Raw Normal View History

2019-06-28 15:36:08 -04:00
USB_VID = 0x239A
USB_PID = 0x802A
USB_PRODUCT = "A glorious potato"
USB_MANUFACTURER = "Adafruit Industries LLC"
MCU_SERIES = f4
CMSIS_MCU = STM32F411xE
2019-07-18 17:17:46 -04:00
LD_FILE = boards/STM32F411VETx_FLASH.ld
2019-06-28 15:36:08 -04:00
TEXT0_ADDR = 0x08000000
TEXT1_ADDR = 0x08020000