devices.data: add all missing stm32f3 parts

Filled missing variants, added missing families, corrected one or two
mistakes in ccm availability

Fixes: https://github.com/libopencm3/libopencm3/pull/1109
This commit is contained in:
Karl Palsson 2019-10-03 11:37:47 +00:00
parent 66e6a2092e
commit b5d66ee63f

View File

@ -117,19 +117,35 @@ stm32f2[01][57]?e* stm32f2 ROM=512K RAM=128K
stm32f20[57]?f* stm32f2 ROM=768K RAM=128K stm32f20[57]?f* stm32f2 ROM=768K RAM=128K
stm32f2[01][57]?g* stm32f2 ROM=1024K RAM=128K stm32f2[01][57]?g* stm32f2 ROM=1024K RAM=128K
stm32f301?6* stm32f3 ROM=32K RAM=16K stm32f30[12]?6* stm32f3 ROM=32K RAM=16K
stm32f301?8* stm32f3 ROM=64K RAM=16K stm32f30[12]?8* stm32f3 ROM=64K RAM=16K
stm32f302?b* stm32f3ccm ROM=128K RAM=24K CCM=8K stm32f302?b* stm32f3 ROM=128K RAM=32K
stm32f302?c* stm32f3ccm ROM=256K RAM=32K CCM=8K stm32f302?c* stm32f3 ROM=256K RAM=40K
stm32f302?8* stm32f3 ROM=64K RAM=16K stm32f302?d* stm32f3 ROM=384K RAM=64K
stm32f302?e* stm32f3 ROM=512K RAM=64K
stm32f303?6* stm32f3ccm ROM=32K RAM=12K CCM=4K stm32f303?6* stm32f3ccm ROM=32K RAM=12K CCM=4K
stm32f303?8* stm32f3ccm ROM=64K RAM=12K CCM=4K stm32f303?8* stm32f3ccm ROM=64K RAM=12K CCM=4K
stm32f303?b* stm32f3ccm ROM=128K RAM=32K CCM=8K stm32f303?b* stm32f3ccm ROM=128K RAM=32K CCM=8K
stm32f3[01]3?c* stm32f3ccm ROM=256K RAM=40K CCM=8K stm32f3[01]3?c* stm32f3ccm ROM=256K RAM=40K CCM=8K
stm32f3[01]3?d* stm32f3ccm ROM=384K RAM=64K CCM=16K
stm32f3[01]3?e* stm32f3ccm ROM=512K RAM=64K CCM=16K
stm32f334?3* stm32f3ccm ROM=16K RAM=12K CCM=4K
stm32f334?6* stm32f3ccm ROM=32K RAM=12K CCM=4K
stm32f334?8* stm32f3ccm ROM=64K RAM=12K CCM=4K
stm32f318?8* stm32f3 ROM=64K RAM=16K
stm32f328?8* stm32f3ccm ROM=64K RAM=12K CCM=4K
stm32f358?c* stm32f3ccm ROM=256K RAM=40K CCM=8K
stm32f378?c* stm32f3 ROM=256K RAM=32K
stm32f398?e* stm32f3ccm ROM=512K RAM=64K CCM=16K
stm32f373?8* stm32f3 ROM=64K RAM=16K stm32f373?8* stm32f3 ROM=64K RAM=16K
stm32f373?b* stm32f3 ROM=128K RAM=24K stm32f373?b* stm32f3 ROM=128K RAM=24K
stm32f373?c* stm32f3 ROM=256K RAM=32K stm32f373?c* stm32f3 ROM=256K RAM=32K
stm32f3[78]3?8* stm32f3 ROM=256K RAM=32K stm32f3[78]3?8* stm32f3 ROM=64K RAM=16K
stm32f3[78]3?b* stm32f3 ROM=128K RAM=24K
stm32f3[78]3?c* stm32f3 ROM=256K RAM=32K
stm32f401?b* stm32f4 ROM=128K RAM=64K stm32f401?b* stm32f4 ROM=128K RAM=64K
stm32f401?c* stm32f4 ROM=256K RAM=64K stm32f401?c* stm32f4 ROM=256K RAM=64K