Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
13 changed files with 16 additions and 17 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: adafruit_feather_nrf52840 |
||||
identifier: adafruit_feather/nrf52840 |
||||
name: Adafruit Feather nRF52840 Express |
||||
type: mcu |
||||
arch: arm |
@ -1,9 +1,5 @@
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52840_QIAA=y |
||||
CONFIG_BOARD_ADAFRUIT_FEATHER_NRF52840=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: adafruit_feather |
||||
vendor: Adafruit Industries LLC |
||||
socs: |
||||
- name: nrf52840 |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Reference in new issue