boards: arm: arduino_nicla_sense_me: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
862efd5a21
commit
16e65f09c4
@@ -1,3 +1,5 @@
|
||||
board:
|
||||
name: nrf52_adafruit_feather
|
||||
vendor: Adafruit Industries LLC
|
||||
socs:
|
||||
- name: nrf52832
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_ARDUINO_NICLA_SENSE_ME
|
||||
bool "Arduino Nicla Sense ME"
|
||||
depends on SOC_NRF52832_QFAA
|
||||
select SOC_NRF52832_QFAA
|
||||
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_ARDUINO_NICLA_SENSE_ME
|
||||
|
||||
config BOARD
|
||||
default "arduino_nicla_sense_me"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52832_QFAA=y
|
||||
CONFIG_BOARD_ARDUINO_NICLA_SENSE_ME=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
CONFIG_HW_STACK_PROTECTION=y
|
||||
3
boards/arduino/arduino_nicla_sense_me/board.yml
Normal file
3
boards/arduino/arduino_nicla_sense_me/board.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
board:
|
||||
name: arduino_nicla_sense_me
|
||||
vendor: Arduino
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user