We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f5301 commit 433c23dCopy full SHA for 433c23d
src/platform/nxp/rt/rw61x/BUILD.gn
@@ -34,7 +34,7 @@ source_set("nxp_ota") {
34
}
35
36
config("nxp_platform_config") {
37
- defines = [ "EXTERNAL_BLEMANAGERIMPL_HEADER=\"platform/nxp/common/ble_zephyr/BLEManagerImpl.h\"" ]
+ defines = [ "EXTERNAL_BLEMANAGERIMPL_HEADER=\"platform/nxp/common/ble_zephyr/BLEManagerImpl.h\"", "CONFIG_BOOT_REASON_SDK_SUPPORT=1" ]
38
include_dirs = [
39
".",
40
"../../common",
@@ -67,6 +67,7 @@ config("nxp_platform_config") {
67
if (chip_enable_wifi && chip_enable_openthread && !chip_enable_secondary_nwk_if) {
68
defines += [ "_NO_GENERIC_THREAD_NETWORK_COMMISSIONING_DRIVER_" ]
69
70
+
71
72
73
static_library("nxp_platform") {
0 commit comments