From 374796c1fdc7121137db001e8e39b9e8e47e0f77 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 7 Apr 2016 23:46:54 +0000 Subject: [PATCH] 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. --- ld/devices.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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