From dee88e422839ee0b2c5c17841feabc41fcc6b8ed Mon Sep 17 00:00:00 2001 From: Gregwar Date: Thu, 20 Feb 2014 22:39:04 +0100 Subject: Adding support for cm900 and opencm904 boards (robotis) 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/cm900.mk | 10 ++++++++++ support/make/board-includes/opencm904.mk | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 support/make/board-includes/cm900.mk create mode 100644 support/make/board-includes/opencm904.mk (limited to 'support') diff --git a/support/make/board-includes/cm900.mk b/support/make/board-includes/cm900.mk new file mode 100644 index 0000000..f9a09ac --- /dev/null +++ b/support/make/board-includes/cm900.mk @@ -0,0 +1,10 @@ +MCU := STM32F103C8 +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOB +ERROR_LED_PIN := 2 +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 diff --git a/support/make/board-includes/opencm904.mk b/support/make/board-includes/opencm904.mk new file mode 100644 index 0000000..f3a4aa7 --- /dev/null +++ b/support/make/board-includes/opencm904.mk @@ -0,0 +1,10 @@ +MCU := STM32F103CB +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOB +ERROR_LED_PIN := 9 +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