File tree 5 files changed +15
-47
lines changed
modules/hal_nxp/mcux/mcux-sdk-ng/middleware
5 files changed +15
-47
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2023-2024 NXP
2
+ # Copyright 2023-2025 NXP
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
@@ -80,15 +80,23 @@ choice BT_NXP_MODULE
80
80
config BT_NXP_NW612
81
81
bool "NW612 firmware for NXP IW612 Chipset"
82
82
help
83
- NXP IW612 Chipset supports Wi-Fi? 802.11a/b/g/n/ac/ax + Bluetooth? 5.3
83
+ NXP IW612 Chipset supports Wi-Fi? 802.11a/b/g/n/ac/ax + Bluetooth? 5.4
84
84
BR/EDR/LE + IEEE802.1.5.4 up to 601 Mbps data rate on Wi-Fi? and 2Mbps
85
85
data rate on Bluetooth?. 4-wire UART@3M baud is supported. PCM for
86
86
audio is also supported.
87
- Details of the module could be fond on https://www.nxp.com/products/
87
+ Details of the module could be found on https://www.nxp.com/products/
88
88
wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-
89
89
dual-band-1x1-wi-fi-6-802-11ax-plus-bluetooth-5-4-plus-802-15-4-tri-
90
90
radio-solution:IW612.
91
91
92
+ config BT_NXP_IW416
93
+ bool "NXP IW416 Chipset"
94
+ help
95
+ NXP IW416 Chipset supports Wi-Fi4 + Bluetooth5.2
96
+ Details of the module could be found on https://www.nxp.com/products/
97
+ wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-
98
+ dual-band-1x1-wi-fi-4-802-11n-plus-bluetooth-5-2-solution:IW416.
99
+
92
100
endchoice # BT_NXP_MODULE
93
101
94
102
endif # BT_H4_NXP_CTLR
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2024 NXP
2
+ * Copyright 2024-2025 NXP
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
@@ -27,12 +27,13 @@ LOG_MODULE_REGISTER(bt_nxp_ctlr);
27
27
28
28
#include "common/bt_str.h"
29
29
30
- #include "bt_nxp_ctlr_fw.h"
31
-
32
30
#define DT_DRV_COMPAT nxp_bt_hci_uart
33
31
34
32
#define FW_UPLOAD_CHANGE_TIMEOUT_RETRY_COUNT 6
35
33
34
+ extern const unsigned char * bt_fw_bin ;
35
+ extern const unsigned int bt_fw_bin_len ;
36
+
36
37
static const struct device * uart_dev = DEVICE_DT_GET (DT_INST_GPARENT (0 ));
37
38
38
39
#if DT_NODE_HAS_PROP (DT_DRV_INST (0 ), sdio_reset_gpios )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,5 +39,3 @@ endif()
39
39
add_subdirectory (${MCUX_SDK_NG_DIR} /middleware/usb
40
40
${CMAKE_CURRENT_BINARY_DIR} /usb
41
41
)
42
-
43
- add_subdirectory_ifdef(CONFIG_BT_H4_NXP_CTLR ${CMAKE_CURRENT_LIST_DIR} /bt_controller)
You can’t perform that action at this time.
0 commit comments