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:
Markus Becker 2020-03-25 16:31:48 +01:00 committed by Ioannis Glaropoulos
commit e5912b074a
3 changed files with 8 additions and 0 deletions

View file

@ -9,7 +9,12 @@ toolchain:
- gnuarmemb - gnuarmemb
- xtools - xtools
supported: supported:
- adc
- usb_device - usb_device
- usb_cdc - usb_cdc
- ble - ble
- ieee802154 - ieee802154
- pwm
- spi
- watchdog
- counter

View file

@ -2,6 +2,8 @@ identifier: nrf52840dk_nrf52840
name: nRF52840-DK-NRF52840 name: nRF52840-DK-NRF52840
type: mcu type: mcu
arch: arm arch: arm
ram: 256
flash: 1024
toolchain: toolchain:
- zephyr - zephyr
- gnuarmemb - gnuarmemb

View file

@ -41,6 +41,7 @@
#elif defined(CONFIG_BOARD_NRF52_PCA10040) || \ #elif defined(CONFIG_BOARD_NRF52_PCA10040) || \
defined(CONFIG_BOARD_NRF52840DK_NRF52840) || \ defined(CONFIG_BOARD_NRF52840DK_NRF52840) || \
defined(CONFIG_BOARD_NRF52840_PCA10059) || \
defined(CONFIG_BOARD_NRF52840_BLIP) || \ defined(CONFIG_BOARD_NRF52840_BLIP) || \
defined(CONFIG_BOARD_NRF52840_PAPYR) || \ defined(CONFIG_BOARD_NRF52840_PAPYR) || \
defined(CONFIG_BOARD_NRF52833_PCA10100) || \ defined(CONFIG_BOARD_NRF52833_PCA10100) || \