From f58ffd4ba786793ac88ffeef9e9b870410f672af Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 3 Feb 2023 00:23:18 +0000 Subject: [PATCH] ld: add stm23l412xx parts Reported: https://github.com/libopencm3/libopencm3/pull/1449 Signed-off-by: Karl Palsson --- ld/devices.data | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ld/devices.data b/ld/devices.data index 57729c05..bc047443 100644 --- a/ld/devices.data +++ b/ld/devices.data @@ -214,6 +214,8 @@ stm32l162?c* stm32l1eep ROM=256K RAM=32K EEP=8K stm32l162?d*_x stm32l1eep ROM=384K RAM=80K EEP=16K stm32l162?d* stm32l1eep ROM=384K RAM=48K EEP=12K +stm32l41??8* stm32l4 ROM=64K RAM=32K RAM2=8K +stm32l41??b* stm32l4 ROM=128K RAM=32K RAM2=8K stm32l43??b* stm32l4 ROM=128K RAM=48K RAM2=16K stm32l4[34]??c* stm32l4 ROM=256K RAM=48K RAM2=16K stm32l451?c* stm32l4 ROM=256K RAM=128K RAM2=32K