From 92728fbd1f92123c92a42fcc36f0fc127011e112 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 Mar 2015 15:02:52 -0800 Subject: WIP: board support for STM32F4DISCOVERY (huge F407 chip) --- support/make/board-includes/st_stm32f4discovery.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 support/make/board-includes/st_stm32f4discovery.mk (limited to 'support/make/board-includes') diff --git a/support/make/board-includes/st_stm32f4discovery.mk b/support/make/board-includes/st_stm32f4discovery.mk new file mode 100644 index 0000000..0dc44d9 --- /dev/null +++ b/support/make/board-includes/st_stm32f4discovery.mk @@ -0,0 +1,6 @@ +MCU := STM32F407VG +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOD +ERROR_LED_PIN := 14 +MCU_SERIES := stm32f4 +LD_MEM_DIR := sram_192k_flash_1024k -- cgit v1.2.3