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
|
- gnuarmemb
|
||||||
- xtools
|
- xtools
|
||||||
ram: 32
|
ram: 32
|
||||||
|
flash: 256
|
||||||
supported:
|
supported:
|
||||||
- adc
|
- adc
|
||||||
- ble
|
- ble
|
||||||
|
|
|
@ -7,6 +7,7 @@ toolchain:
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
- xtools
|
- xtools
|
||||||
ram: 32
|
ram: 32
|
||||||
|
flash: 256
|
||||||
supported:
|
supported:
|
||||||
- ble
|
- ble
|
||||||
- nvs
|
- nvs
|
||||||
|
|
|
@ -2,6 +2,8 @@ identifier: nrf52833dk_nrf52833
|
||||||
name: nRF52833-DK-NRF52833
|
name: nRF52833-DK-NRF52833
|
||||||
type: mcu
|
type: mcu
|
||||||
arch: arm
|
arch: arm
|
||||||
|
ram: 128
|
||||||
|
flash: 512
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue