From ce615ad7c8a2454e0cb19e9695ff2355f130becd Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Sun, 30 Apr 2017 19:34:54 -0400 Subject: [PATCH] devices.data: stm32f0: add stm32f042x[46] devices --- ld/devices.data | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ld/devices.data b/ld/devices.data index ccda53aa..f1cbb9e9 100644 --- a/ld/devices.data +++ b/ld/devices.data @@ -68,6 +68,8 @@ stm32f03[01]?4* stm32f0 ROM=16K RAM=4K stm32f03[01]?6* stm32f0 ROM=32K RAM=4K stm32f030?8* stm32f0 ROM=64K RAM=8K +stm32f042?4* stm32f0 ROM=16K RAM=6K +stm32f042?6* stm32f0 ROM=32K RAM=6K stm32f050?4* stm32f0 ROM=16K RAM=4K stm32f050?6* stm32f0 ROM=32K RAM=4K stm32f051?4* stm32f0 ROM=16K RAM=8K