From a39a5af1cbc6f729f5577c52589538533de7c311 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 29 Nov 2011 02:48:58 -0500 Subject: build system: Add board include files for target-config.mk. target-config.mk is getting a little long with all the boards in it. Break out the board-specific bits into individual files under support/make/board-includes. This has the added benefit that adding a new board requires less dirtying of the working tree, which is nice for jumping around branches with an experimental board. Signed-off-by: Marti Bolivar --- support/make/board-includes/maple_native.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 support/make/board-includes/maple_native.mk (limited to 'support/make/board-includes/maple_native.mk') diff --git a/support/make/board-includes/maple_native.mk b/support/make/board-includes/maple_native.mk new file mode 100644 index 0000000..555d71b --- /dev/null +++ b/support/make/board-includes/maple_native.mk @@ -0,0 +1,6 @@ +MCU := STM32F103ZE +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOC +ERROR_LED_PIN := 15 +DENSITY := STM32_HIGH_DENSITY +TARGET_FLAGS += -D$(DENSITY) -- cgit v1.2.3