Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2016-04-08 02:46:54 +0300
committerKarl Palsson <karlp@tweak.net.au>2016-08-19 01:07:36 +0300
commit374796c1fdc7121137db001e8e39b9e8e47e0f77 (patch)
treeeb663391b1866d79d2e36a1888d84756b4176f94 /ld/devices.data
parent06aa6f1b16f5377f4977beead3371cdf312861fd (diff)
devices.data: fix case on stm32f072xb
this is the part on the f072 discovery board. The devices.data file is expected to be already lowercased, while the user provided DEVICE= variable is then lowercased.
Diffstat (limited to 'ld/devices.data')
-rw-r--r--ld/devices.data2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/devices.data b/ld/devices.data
index a92dfd59..a79d748e 100644
--- a/ld/devices.data
+++ b/ld/devices.data
@@ -74,7 +74,7 @@ stm32f051?4* stm32f0 ROM=16K RAM=8K
stm32f051?6* stm32f0 ROM=32K RAM=8K
stm32f051?8* stm32f0 ROM=64K RAM=8K
stm32f072?8* stm32f0 ROM=64K RAM=16K
-stm32f07[12]?B* stm32f0 ROM=128K RAM=16K
+stm32f07[12]?b* stm32f0 ROM=128K RAM=16K
stm32f10[012]?4* stm32f1 ROM=16K RAM=4K
stm32f103?4* stm32f1 ROM=16K RAM=6K