boards: arm: nrf: Add missing ram and flash sizes in a few nRF DKs
Definitions of several nRF DK boards are missing flash and ram sizes. This commit adds those missing entries. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
6014be589e
commit
f66142c535
3 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
ram: 32
|
||||
flash: 256
|
||||
supported:
|
||||
- adc
|
||||
- ble
|
||||
|
|
|
@ -7,6 +7,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
ram: 32
|
||||
flash: 256
|
||||
supported:
|
||||
- ble
|
||||
- nvs
|
||||
|
|
|
@ -2,6 +2,8 @@ identifier: nrf52833dk_nrf52833
|
|||
name: nRF52833-DK-NRF52833
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 128
|
||||
flash: 512
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue