Browse Source

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.
pull/689/merge
Karl Palsson 9 years ago
parent
commit
374796c1fd
  1. 2
      ld/devices.data

2
ld/devices.data

@ -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…
Cancel
Save