From dc29856361aa8568d947db65aa90253c036540ae Mon Sep 17 00:00:00 2001 From: Grégoire Passault Date: Wed, 26 Nov 2014 22:58:20 -0500 Subject: Adding support for NUCLEO-F103RB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Grégoire Passault --- support/make/board-includes/nucleo.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 support/make/board-includes/nucleo.mk (limited to 'support') diff --git a/support/make/board-includes/nucleo.mk b/support/make/board-includes/nucleo.mk new file mode 100644 index 0000000..a2943ce --- /dev/null +++ b/support/make/board-includes/nucleo.mk @@ -0,0 +1,10 @@ +MCU := STM32F103RB +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOA +ERROR_LED_PIN := 5 +MCU_SERIES := stm32f1 +MCU_F1_LINE := performance +# This crap is due to ld-script limitations. If you know of a better +# way to go about this (like some magic ld switches to specify MEMORY +# at the command line), please tell us! +LD_MEM_DIR := sram_20k_flash_128k -- cgit v1.2.3