boards: arm: Align YAML files nrf52840_pca10059 and nrf52840dk_nrf52840
PWM and other flags were missing for PCA10059. Aligned also RAM and Flash while comparing the files. Signed-off-by: Markus Becker <markus.becker@tridonic.com>
This commit is contained in:
parent
0be9d2b18d
commit
e5912b074a
3 changed files with 8 additions and 0 deletions
|
@ -9,7 +9,12 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- adc
|
||||
- usb_device
|
||||
- usb_cdc
|
||||
- ble
|
||||
- ieee802154
|
||||
- pwm
|
||||
- spi
|
||||
- watchdog
|
||||
- counter
|
||||
|
|
|
@ -2,6 +2,8 @@ identifier: nrf52840dk_nrf52840
|
|||
name: nRF52840-DK-NRF52840
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 256
|
||||
flash: 1024
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#elif defined(CONFIG_BOARD_NRF52_PCA10040) || \
|
||||
defined(CONFIG_BOARD_NRF52840DK_NRF52840) || \
|
||||
defined(CONFIG_BOARD_NRF52840_PCA10059) || \
|
||||
defined(CONFIG_BOARD_NRF52840_BLIP) || \
|
||||
defined(CONFIG_BOARD_NRF52840_PAPYR) || \
|
||||
defined(CONFIG_BOARD_NRF52833_PCA10100) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue