File tree Expand file tree Collapse file tree 4 files changed +52
-52
lines changed
modules/hal_nxp/mcux/mcux-sdk-ng Expand file tree Collapse file tree 4 files changed +52
-52
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ if(CONFIG_NXP_RF_IMU)
30
30
set (CONFIG_MCUX_COMPONENT_driver.gdma ON )
31
31
set (CONFIG_MCUX_COMPONENT_component.wireless_imu_adapter ON )
32
32
set (CONFIG_MCUX_PRJSEG_component.osa_interface.osa_macro_used ON )
33
- elseif (CONFIG_SOC_FAMILY_MCXW )
33
+ elseif (CONFIG_SOC_SERIES_MCXW7XX )
34
34
set (CONFIG_MCUX_COMPONENT_component.lists ON )
35
35
set (CONFIG_MCUX_COMPONENT_component.rpmsg_adapter ON )
36
36
zephyr_compile_definitions(HAL_RPMSG_SELECT_ROLE=0U)
37
37
endif ()
38
38
endif ()
39
39
40
- if (CONFIG_SOC_FAMILY_MCXW AND CONFIG_IEEE802154)
40
+ if (CONFIG_SOC_SERIES_MCXW7XX AND CONFIG_IEEE802154)
41
41
set (CONFIG_MCUX_COMPONENT_driver.spc ON )
42
42
set (CONFIG_MCUX_COMPONENT_component.lists ON )
43
43
set (CONFIG_USE_component_osa_zephyr ON )
@@ -51,7 +51,7 @@ if(CONFIG_USE_component_osa_zephyr)
51
51
endif ()
52
52
53
53
# Component definitions
54
- if (CONFIG_NXP_RF_IMU AND CONFIG_SOC_FAMILY_MCXW )
54
+ if (CONFIG_NXP_RF_IMU AND CONFIG_SOC_SERIES_MCXW7XX )
55
55
zephyr_compile_definitions(HAL_RPMSG_SELECT_ROLE=0U)
56
56
endif ()
57
57
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ if(CONFIG_SOC_FAMILY_MCXN OR CONFIG_SOC_FAMILY_MCXA)
185
185
set (CONFIG_MCUX_COMPONENT_driver.mcx_spc ON )
186
186
endif ()
187
187
188
- if (CONFIG_BT_NXP AND CONFIG_SOC_FAMILY_MCXW OR CONFIG_IEEE802154_MCXW)
188
+ if (CONFIG_BT_NXP AND CONFIG_SOC_SERIES_MCXW7XX OR CONFIG_IEEE802154_MCXW)
189
189
set (CONFIG_MCUX_COMPONENT_driver.spc ON )
190
190
endif ()
191
191
Original file line number Diff line number Diff line change @@ -8,52 +8,4 @@ if SOC_FAMILY_MCXW
8
8
config CORTEX_M_SYSTICK
9
9
default n if MCUX_LPTMR_TIMER
10
10
11
- if BT
12
-
13
- config MAIN_STACK_SIZE
14
- default 2560
15
-
16
- config BT_LONG_WQ_STACK_SIZE
17
- default 2560
18
-
19
- config SYSTEM_WORKQUEUE_STACK_SIZE
20
- default 2048
21
-
22
- config BT_BUF_EVT_RX_COUNT
23
- default 16
24
-
25
- config BT_BUF_ACL_TX_COUNT
26
- default 12 if SOC_MCXW727C
27
- default 8 if SOC_MCXW716C
28
-
29
- if SHELL
30
-
31
- config SHELL_STACK_SIZE
32
- default 4096
33
-
34
- endif # SHELL
35
-
36
- # Include intercore messaging component
37
- config NXP_RF_IMU
38
- default y
39
-
40
- # Set the controller's public identity using NXP vendor command
41
- config BT_HCI_SET_PUBLIC_ADDR
42
- default y
43
-
44
- # HCI RX buffers are received in ISR context. RX messages
45
- # need to be queued and processed by a dedicated thread
46
- config HCI_NXP_RX_THREAD
47
- default y
48
-
49
- endif # BT
50
-
51
- if IEEE802154
52
-
53
- # Include intercore messaging component
54
- config NXP_RF_IMU
55
- default y
56
-
57
- endif # IEEE802154
58
-
59
11
endif # SOC_FAMILY_MCXW
Original file line number Diff line number Diff line change @@ -14,4 +14,52 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
14
14
config MCUX_FLASH_K4_API
15
15
default y
16
16
17
+ if BT
18
+
19
+ config MAIN_STACK_SIZE
20
+ default 2560
21
+
22
+ config BT_LONG_WQ_STACK_SIZE
23
+ default 2560
24
+
25
+ config SYSTEM_WORKQUEUE_STACK_SIZE
26
+ default 2048
27
+
28
+ config BT_BUF_EVT_RX_COUNT
29
+ default 16
30
+
31
+ config BT_BUF_ACL_TX_COUNT
32
+ default 12 if SOC_MCXW727C
33
+ default 8 if SOC_MCXW716C
34
+
35
+ if SHELL
36
+
37
+ config SHELL_STACK_SIZE
38
+ default 4096
39
+
40
+ endif # SHELL
41
+
42
+ # Include intercore messaging component
43
+ config NXP_RF_IMU
44
+ default y
45
+
46
+ # Set the controller's public identity using NXP vendor command
47
+ config BT_HCI_SET_PUBLIC_ADDR
48
+ default y
49
+
50
+ # HCI RX buffers are received in ISR context. RX messages
51
+ # need to be queued and processed by a dedicated thread
52
+ config HCI_NXP_RX_THREAD
53
+ default y
54
+
55
+ endif # BT
56
+
57
+ if IEEE802154
58
+
59
+ # Include intercore messaging component
60
+ config NXP_RF_IMU
61
+ default y
62
+
63
+ endif # IEEE802154
64
+
17
65
endif
You can’t perform that action at this time.
0 commit comments