Browse Source

devices.data: add missing stm32f301 parts

Fixes: https://github.com/libopencm3/libopencm3/issues/1098
pull/776/merge
Karl Palsson 5 years ago
parent
commit
b0c3de8d85
  1. 2
      ld/devices.data

2
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

Loading…
Cancel
Save