This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 74ffdb0b4930142f3995a998e12fb18cd300cd2e
Author: raiden00pl <raide...@railab.me>
AuthorDate: Thu Mar 2 18:06:32 2023 +0100

    boards/nrf52: update sdc configs
---
 boards/arm/nrf52/nrf52832-dk/configs/sdc/defconfig | 1 +
 boards/arm/nrf52/nrf52840-dk/configs/sdc/defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/boards/arm/nrf52/nrf52832-dk/configs/sdc/defconfig 
b/boards/arm/nrf52/nrf52832-dk/configs/sdc/defconfig
index 8a170c5914..4f3aa2b218 100644
--- a/boards/arm/nrf52/nrf52832-dk/configs/sdc/defconfig
+++ b/boards/arm/nrf52/nrf52832-dk/configs/sdc/defconfig
@@ -29,6 +29,7 @@ CONFIG_MM_REGIONS=2
 CONFIG_NET=y
 CONFIG_NETDEV_LATEINIT=y
 CONFIG_NET_BLUETOOTH=y
+CONFIG_NRF52_SDC_CENTRAL=y
 CONFIG_NRF52_SDC_PUB_ADDR=0x010203040506
 CONFIG_NRF52_SOFTDEVICE_CONTROLLER=y
 CONFIG_NRF52_UART0=y
diff --git a/boards/arm/nrf52/nrf52840-dk/configs/sdc/defconfig 
b/boards/arm/nrf52/nrf52840-dk/configs/sdc/defconfig
index d681776487..633e2815cf 100644
--- a/boards/arm/nrf52/nrf52840-dk/configs/sdc/defconfig
+++ b/boards/arm/nrf52/nrf52840-dk/configs/sdc/defconfig
@@ -29,6 +29,7 @@ CONFIG_MM_REGIONS=2
 CONFIG_NET=y
 CONFIG_NETDEV_LATEINIT=y
 CONFIG_NET_BLUETOOTH=y
+CONFIG_NRF52_SDC_CENTRAL=y
 CONFIG_NRF52_SDC_PUB_ADDR=0x010203040506
 CONFIG_NRF52_SOFTDEVICE_CONTROLLER=y
 CONFIG_NRF52_UART0=y

Reply via email to