devices.data: add more stm32l1 parts
Fixes some eeprom sizes, and adds all the -a and -x suffix parts. Note that the explicit endings must be listed _before_ the base parts, otherwise the matcher will find the wild card first. Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
parent
3eff201a4b
commit
7ff54cb7f0
@ -167,17 +167,23 @@ stm32l0[78]??8* stm32l0 ROM=64K RAM=20K
|
||||
stm32l0???b* stm32l0 ROM=128K RAM=20K
|
||||
stm32l0???z* stm32l0 ROM=192K RAM=20K
|
||||
|
||||
stm32l100?6* stm32l1 ROM=32K RAM=4K
|
||||
stm32l100?8* stm32l1 ROM=64K RAM=8K
|
||||
stm32l100?b* stm32l1 ROM=128K RAM=10K
|
||||
stm32l100?c* stm32l1 ROM=256K RAM=16K
|
||||
stm32l100?6* stm32l1eep ROM=32K RAM=4K EEP=2K
|
||||
stm32l100?8* stm32l1eep ROM=64K RAM=8K EEP=2K
|
||||
stm32l100?b*_a stm32l1eep ROM=128K RAM=16K EEP=2K
|
||||
stm32l100?b* stm32l1eep ROM=128K RAM=10K EEP=2K
|
||||
stm32l100?c* stm32l1eep ROM=256K RAM=16K EEP=4K
|
||||
stm32l15[12]?6*_a stm32l1eep ROM=32K RAM=16K EEP=4K
|
||||
stm32l15[12]?6* stm32l1eep ROM=32K RAM=10K EEP=4K
|
||||
stm32l15[12]?8*_a stm32l1eep ROM=64K RAM=32K EEP=4K
|
||||
stm32l15[12]?8* stm32l1eep ROM=64K RAM=10K EEP=4K
|
||||
stm32l15[12]?b*_a stm32l1eep ROM=128K RAM=32K EEP=4K
|
||||
stm32l15[12]?b* stm32l1eep ROM=128K RAM=16K EEP=4K
|
||||
stm32l15[12]?c* stm32l1eep ROM=256K RAM=32K EEP=8K
|
||||
stm32l15[12]?d*_x stm32l1eep ROM=384K RAM=80K EEP=16K
|
||||
stm32l15[12]?d* stm32l1eep ROM=384K RAM=48K EEP=12K
|
||||
stm32l15[12]?e* stm32l1eep ROM=512K RAM=80K EEP=12K
|
||||
stm32l15[12]?e* stm32l1eep ROM=512K RAM=80K EEP=16K
|
||||
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
|
||||
|
||||
stm32l43??b* stm32l4 ROM=128K RAM=48K RAM2=16K
|
||||
|
Loading…
x
Reference in New Issue
Block a user