Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 17 additions and 18 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: rak4631 |
||||
vendor: RAKwireless |
||||
socs: |
||||
- name: nrf52840 |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: rak4631_nrf52840 |
||||
identifier: rak4631/nrf52840 |
||||
name: RAK4631-NRF52840 |
||||
type: mcu |
||||
arch: arm |
@ -1,7 +1,4 @@
@@ -1,7 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
CONFIG_SOC_SERIES_NRF52X=y |
||||
CONFIG_SOC_NRF52840_QIAA=y |
||||
CONFIG_BOARD_RAK4631_NRF52840=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
Loading…
Reference in new issue