Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
14 changed files with 11 additions and 14 deletions
@ -1,19 +1,15 @@
@@ -1,19 +1,15 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_NRF51X=y |
||||
CONFIG_SOC_NRF51822_QFAA=y |
||||
CONFIG_BOARD_BBC_MICROBIT=y |
||||
|
||||
# enable GPIO |
||||
# Enable GPIO |
||||
CONFIG_GPIO=y |
||||
|
||||
# clock control |
||||
# Clock control |
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y |
||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y |
||||
|
||||
# enable uart driver |
||||
# Enable uart driver |
||||
CONFIG_SERIAL=y |
||||
|
||||
# enable console |
||||
# Enable console |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
board: |
||||
name: bbc_microbit |
||||
vendor: BBC |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in new issue