devices.data: fix case on stm32f072xb
this is the part on the f072 discovery board. The devices.data file is expected to be already lowercased, while the user provided DEVICE= variable is then lowercased.
This commit is contained in:
parent
06aa6f1b16
commit
374796c1fd
@ -74,7 +74,7 @@ stm32f051?4* stm32f0 ROM=16K RAM=8K
|
||||
stm32f051?6* stm32f0 ROM=32K RAM=8K
|
||||
stm32f051?8* stm32f0 ROM=64K RAM=8K
|
||||
stm32f072?8* stm32f0 ROM=64K RAM=16K
|
||||
stm32f07[12]?B* stm32f0 ROM=128K RAM=16K
|
||||
stm32f07[12]?b* stm32f0 ROM=128K RAM=16K
|
||||
|
||||
stm32f10[012]?4* stm32f1 ROM=16K RAM=4K
|
||||
stm32f103?4* stm32f1 ROM=16K RAM=6K
|
||||
|
Loading…
x
Reference in New Issue
Block a user