From b0c3de8d8516557f1f4ac85c5deb4fb45fb8a10b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 3 Sep 2019 22:23:26 +0000 Subject: devices.data: add missing stm32f301 parts Fixes: https://github.com/libopencm3/libopencm3/issues/1098 --- ld/devices.data | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ld/devices.data b/ld/devices.data index e4236cd8..1c474f70 100644 --- a/ld/devices.data +++ b/ld/devices.data @@ -117,6 +117,8 @@ stm32f2[01][57]?e* stm32f2 ROM=512K RAM=128K stm32f20[57]?f* stm32f2 ROM=768K RAM=128K stm32f2[01][57]?g* stm32f2 ROM=1024K RAM=128K +stm32f301?6* stm32f3 ROM=32K RAM=16K +stm32f301?8* stm32f3 ROM=64K RAM=16K stm32f302?b* stm32f3ccm ROM=128K RAM=24K CCM=8K stm32f302?c* stm32f3ccm ROM=256K RAM=32K CCM=8K stm32f302?8* stm32f3 ROM=64K RAM=16K -- cgit v1.2.3