diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-11-16 11:40:22 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:50 -0400 |
commit | 5f06399e4ca2266841f888d3efd2740a2fdcc6fb (patch) | |
tree | 18efb3431d1b77a13199cb66c5c7e6418b62d621 /support/make | |
parent | cb2f3071fcd49590499888c27c8f325699eafda9 (diff) | |
download | librambutan-5f06399e4ca2266841f888d3efd2740a2fdcc6fb.tar.gz librambutan-5f06399e4ca2266841f888d3efd2740a2fdcc6fb.zip |
target-config.mk: Remove FLASH_SIZE, SRAM_SIZE settings.
Unused.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support/make')
-rw-r--r-- | support/make/target-config.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/support/make/target-config.mk b/support/make/target-config.mk index 98fc4d0..1ca6057 100644 --- a/support/make/target-config.mk +++ b/support/make/target-config.mk @@ -6,8 +6,6 @@ ifeq ($(BOARD), maple) ERROR_LED_PORT := GPIOA ERROR_LED_PIN := 5 DENSITY := STM32_MEDIUM_DENSITY - FLASH_SIZE := 131072 - SRAM_SIZE := 20480 endif ifeq ($(BOARD), maple_native) @@ -16,8 +14,6 @@ ifeq ($(BOARD), maple_native) ERROR_LED_PORT := GPIOC ERROR_LED_PIN := 15 DENSITY := STM32_HIGH_DENSITY - FLASH_SIZE := 524288 - SRAM_SIZE := 65536 endif ifeq ($(BOARD), maple_mini) @@ -26,8 +22,6 @@ ifeq ($(BOARD), maple_mini) ERROR_LED_PORT := GPIOB ERROR_LED_PIN := 1 DENSITY := STM32_MEDIUM_DENSITY - FLASH_SIZE := 131072 - SRAM_SIZE := 20480 endif ifeq ($(BOARD), maple_RET6) @@ -36,8 +30,6 @@ ifeq ($(BOARD), maple_RET6) ERROR_LED_PORT := GPIOA ERROR_LED_PIN := 5 DENSITY := STM32_HIGH_DENSITY - FLASH_SIZE := 524288 - SRAM_SIZE := 65536 endif ifeq ($(BOARD), olimex_stm32_h103) @@ -46,8 +38,6 @@ ifeq ($(BOARD), olimex_stm32_h103) ERROR_LED_PORT := GPIOC ERROR_LED_PIN := 12 DENSITY := STM32_MEDIUM_DENSITY - FLASH_SIZE := 131072 - SRAM_SIZE := 20480 endif # STM32 family-specific configuration values. |