From b4c4b4c3f99ad61cccc16b53de9841a7a3d6cced Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sat, 17 Jun 2017 21:58:46 +0000 Subject: [PATCH] devices.data: add stm32f105x8 Reported-by: Karl Hammar --- ld/devices.data | 1 + 1 file changed, 1 insertion(+) diff --git a/ld/devices.data b/ld/devices.data index f1cbb9e9..a27ef62b 100644 --- a/ld/devices.data +++ b/ld/devices.data @@ -86,6 +86,7 @@ stm32f10[12]?6* stm32f1 ROM=32K RAM=6K stm32f100?8* stm32f1 ROM=64K RAM=8K stm32f10[12]?8* stm32f1 ROM=64K RAM=10K stm32f103?8* stm32f1 ROM=64K RAM=20K +stm32f105?8* stm32f1 ROM=64K RAM=64K stm32f100?b* stm32f1 ROM=128K RAM=8K stm32f10[12]?b* stm32f1 ROM=128K RAM=16K stm32f103?b* stm32f1 ROM=128K RAM=20K