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:
Andrzej Głąbek 2022-03-14 13:39:08 +01:00 committed by Carles Cufí
commit f66142c535
3 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ toolchain:
- gnuarmemb
- xtools
ram: 32
flash: 256
supported:
- adc
- ble

View file

@ -7,6 +7,7 @@ toolchain:
- gnuarmemb
- xtools
ram: 32
flash: 256
supported:
- ble
- nvs

View file

@ -2,6 +2,8 @@ identifier: nrf52833dk_nrf52833
name: nRF52833-DK-NRF52833
type: mcu
arch: arm
ram: 128
flash: 512
toolchain:
- zephyr
- gnuarmemb