diff --git a/boards/arm/stm32wb/flipperzero/configs/nsh/defconfig b/boards/arm/stm32wb/flipperzero/configs/nsh/defconfig index 98b80f8d30c..31d1bdd129f 100644 --- a/boards/arm/stm32wb/flipperzero/configs/nsh/defconfig +++ b/boards/arm/stm32wb/flipperzero/configs/nsh/defconfig @@ -7,6 +7,7 @@ # # CONFIG_ARCH_LEDS is not set # CONFIG_NX_DISABLE_1BPP is not set +# CONFIG_STM32WB_USE_LEGACY_PINMAP is not set CONFIG_ARCH="arm" CONFIG_ARCH_BOARD="flipperzero" CONFIG_ARCH_BOARD_FLIPPERZERO=y diff --git a/boards/arm/stm32wb/nucleo-wb55rg/configs/ble/defconfig b/boards/arm/stm32wb/nucleo-wb55rg/configs/ble/defconfig index b8c22875dbd..f2bea510902 100644 --- a/boards/arm/stm32wb/nucleo-wb55rg/configs/ble/defconfig +++ b/boards/arm/stm32wb/nucleo-wb55rg/configs/ble/defconfig @@ -6,6 +6,7 @@ # modifications. # # CONFIG_NET_IPv4 is not set +# CONFIG_STM32WB_USE_LEGACY_PINMAP is not set CONFIG_ALLOW_BSD_COMPONENTS=y CONFIG_ARCH="arm" CONFIG_ARCH_BOARD="nucleo-wb55rg" diff --git a/boards/arm/stm32wb/nucleo-wb55rg/configs/nimble/defconfig b/boards/arm/stm32wb/nucleo-wb55rg/configs/nimble/defconfig index 9a90c7753ee..1d15daeeab7 100644 --- a/boards/arm/stm32wb/nucleo-wb55rg/configs/nimble/defconfig +++ b/boards/arm/stm32wb/nucleo-wb55rg/configs/nimble/defconfig @@ -7,6 +7,7 @@ # # CONFIG_NET_IPv4 is not set # CONFIG_NIMBLE_PORTING_EXAMPLE is not set +# CONFIG_STM32WB_USE_LEGACY_PINMAP is not set # CONFIG_WIRELESS_BLUETOOTH_HOST is not set CONFIG_ALLOW_BSD_COMPONENTS=y CONFIG_ARCH="arm" diff --git a/boards/arm/stm32wb/nucleo-wb55rg/configs/nsh/defconfig b/boards/arm/stm32wb/nucleo-wb55rg/configs/nsh/defconfig index 0e2af22c947..9d36c749947 100644 --- a/boards/arm/stm32wb/nucleo-wb55rg/configs/nsh/defconfig +++ b/boards/arm/stm32wb/nucleo-wb55rg/configs/nsh/defconfig @@ -5,6 +5,7 @@ # You can then do "make savedefconfig" to generate a new defconfig file that includes your # modifications. # +# CONFIG_STM32WB_USE_LEGACY_PINMAP is not set CONFIG_ARCH="arm" CONFIG_ARCH_BOARD="nucleo-wb55rg" CONFIG_ARCH_BOARD_NUCLEO_WB55RG=y