Skip to content

Commit 1d680ef

Browse files
committed
targets: add FRDM-RW612
Easiest method to test WiFi APIs is to use a board where WiFi is already supported :) Comes with its own set of issues: * pyocd is not supported, use JLink to flash instead * The .dfu.bin file should be flashed at 0x18323000 * Debug UART (printk) on JLink port, Serial on native USB
1 parent d237729 commit 1d680ef

File tree

1,844 files changed

+697379
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,844 files changed

+697379
-1
lines changed

boards.txt

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,63 @@ portentah7.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
337337
portentah7.debug.server.openocd.scripts.1={programmer.transport_script}
338338
portentah7.debug.server.openocd.scripts.2=target/stm32h7x_dual_bank.cfg
339339
portentah7.debug.cortex-debug.custom.request=attach
340-
portentah7.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
340+
portentah7.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd
341+
342+
##############################################################################################################
343+
344+
frdm_rw612.name=RW612
345+
frdm_rw612.build.core=arduino
346+
frdm_rw612.build.crossprefix=arm-zephyr-eabi-
347+
frdm_rw612.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
348+
349+
frdm_rw612.menu.debug.false=Standard
350+
frdm_rw612.menu.debug.true=Debug
351+
352+
frdm_rw612.menu.debug.false.post_build_arg=
353+
frdm_rw612.menu.debug.true.post_build_arg=debug
354+
355+
frdm_rw612.build.variant=frdm_rw612
356+
frdm_rw612.build.mcu=cortex-m33+nodsp
357+
frdm_rw612.build.fpu=-mfpu=fpv5-sp-d16
358+
frdm_rw612.build.architecture=cortex-m33+nodsp
359+
frdm_rw612.compiler.zephyr.arch.define=
360+
361+
frdm_rw612.build.board={build.variant}
362+
363+
frdm_rw612.build.float-abi=-mfloat-abi=hard
364+
frdm_rw612.build.extra_flags=
365+
frdm_rw612.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
366+
frdm_rw612.build.board=frdm_rw612
367+
frdm_rw612.build.extra_ldflags=
368+
frdm_rw612.compiler.zephyr.arch.define=
369+
frdm_rw612.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DCPU_RW612ETA2I -DRW610 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=122880 -DLPFLEXCOMM_INIT_NOT_USED_IN_DRIVER=1 -DNDEBUG -DPICOLIBC_DOUBLE_PRINTF_SCANF -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -imacros{build.variant.path}/llext-edk/include/zephyr/include/generated/zephyr/autoconf.h -imacros{build.variant.path}/llext-edk/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h
370+
frdm_rw612.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
371+
frdm_rw612.compiler.zephyr.cflags=-fno-strict-aliasing -fno-printf-return-value -fno-common -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop --specs=picolibc.specs -D_POSIX_THREADS -mlong-calls -nodefaultlibs
372+
frdm_rw612.compiler.zephyr.cxxflags={compiler.zephyr.ldflags} -fdata-sections -ffunction-sections -fno-unwind-tables -fno-strict-aliasing -fno-printf-return-value -fno-common -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop --specs=picolibc.specs -D_POSIX_THREADS -mlong-calls -nodefaultlibs
373+
frdm_rw612.compiler.zephyr.includes={build.variant.path}/includes.txt
374+
frdm_rw612.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib
375+
frdm_rw612.compiler.zephyr=
376+
frdm_rw612.vid.0=0x1fc9
377+
frdm_rw612.pid.0=0x0143
378+
frdm_rw612.upload_port.0.vid=0x1fc9
379+
frdm_rw612.upload_port.0.pid=0x0143
380+
frdm_rw612.upload.address=0x18323000
381+
frdm_rw612.upload.target=rw612
382+
383+
frdm_rw612.upload.tool=pyocd
384+
frdm_rw612.upload.tool.default=pyocd
385+
frdm_rw612.upload.protocol=
386+
frdm_rw612.upload.transport=
387+
frdm_rw612.upload.vid=0x1fc9
388+
frdm_rw612.upload.pid=0x0143
389+
frdm_rw612.upload.interface=0
390+
frdm_rw612.upload.use_1200bps_touch=false
391+
frdm_rw612.upload.wait_for_upload_port=false
392+
frdm_rw612.upload.native_usb=true
393+
frdm_rw612.upload.maximum_size=1966080
394+
frdm_rw612.upload.maximum_data_size=523624
395+
396+
frdm_rw612.bootloader.tool=pyocd
397+
frdm_rw612.bootloader.tool.default=pyocd
398+
frdm_rw612.bootloader.file=zephyr-frdm_rw612.elf
399+
frdm_rw612.bootloader.target=rw612

extra/build_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ set -e
77
./extra/build.sh arduino_portenta_h7//m7 arduino_portenta_h7
88
./extra/build.sh ek_ra8d1 ek_ra8d1
99
./extra/build.sh frdm_mcxn947/mcxn947/cpu0 frdm_mcxn947_mcxn947_cpu0
10+
./extra/build.sh frdm_rw612 frdm_rw612

firmwares/zephyr-frdm_rw612.bin

1.38 MB
Binary file not shown.

firmwares/zephyr-frdm_rw612.elf

11.3 MB
Binary file not shown.

loader/boards/frdm_rw612.conf

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
2+
CONFIG_BUILD_OUTPUT_HEX=y
3+
CONFIG_BUILD_NO_GAP_FILL=y
4+
5+
CONFIG_FLASH=y
6+
7+
#CONFIG_USB_DC_NXP_EHCI=y
8+
CONFIG_USB_DEVICE_STACK=y
9+
CONFIG_USB_DEVICE_PRODUCT="Freedom RW612"
10+
CONFIG_USB_DEVICE_MANUFACTURER="NXP"
11+
CONFIG_USB_DEVICE_VID=0x2341
12+
CONFIG_USB_DEVICE_PID=0x0079
13+
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
14+
15+
CONFIG_USB_CDC_ACM=y
16+
CONFIG_USB_CDC_ACM_RINGBUF_SIZE=512
17+
CONFIG_UART_LINE_CTRL=y
18+
CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
19+
CONFIG_USB_MCUX_THREAD_STACK_SIZE=4096
20+
21+
CONFIG_LLEXT_STORAGE_WRITABLE=y
22+
CONFIG_STACK_USAGE=y
23+
CONFIG_STACK_SENTINEL=y
24+
CONFIG_STACK_CANARIES=y
25+
26+
CONFIG_FPU=y
27+
28+
CONFIG_NET_MGMT=y
29+
CONFIG_NET_MGMT_EVENT=y
30+
31+
CONFIG_TINYCRYPT=y
32+
CONFIG_TINYCRYPT_AES=y
33+
CONFIG_TINYCRYPT_SHA256=y
34+
CONFIG_TINYCRYPT_SHA256_HMAC=y
35+
CONFIG_TINYCRYPT_AES_CCM=y
36+
CONFIG_TINYCRYPT_AES_CTR=y
37+
CONFIG_TINYCRYPT_AES_CBC=y
38+
CONFIG_TINYCRYPT_AES_CMAC=y
39+
CONFIG_TINYCRYPT_CTR_PRNG=y
40+
CONFIG_ENTROPY_GENERATOR=y
41+
CONFIG_TEST_RANDOM_GENERATOR=y
42+
43+
CONFIG_NET_TX_STACK_SIZE=8192
44+
CONFIG_NET_RX_STACK_SIZE=8192
45+
CONFIG_NET_TCP_WORKQ_STACK_SIZE=8192
46+
CONFIG_NET_MGMT_EVENT_STACK_SIZE=8192
47+
CONFIG_NET_TCP=y
48+
CONFIG_NET_SOCKETS=y
49+
CONFIG_POSIX_API=y
50+
51+
CONFIG_EARLY_CONSOLE=y
52+
53+
CONFIG_NETWORKING=y
54+
CONFIG_TEST_RANDOM_GENERATOR=y
55+
56+
CONFIG_MAIN_STACK_SIZE=5200
57+
CONFIG_SHELL_STACK_SIZE=5200
58+
CONFIG_NET_TX_STACK_SIZE=2048
59+
CONFIG_NET_RX_STACK_SIZE=2048
60+
61+
CONFIG_NET_PKT_RX_COUNT=10
62+
CONFIG_NET_PKT_TX_COUNT=10
63+
CONFIG_NET_BUF_RX_COUNT=20
64+
CONFIG_NET_BUF_TX_COUNT=20
65+
CONFIG_NET_MAX_CONTEXTS=10
66+
CONFIG_NET_DHCPV4=y
67+
CONFIG_NET_DHCPV4_OPTION_CALLBACKS=y
68+
69+
CONFIG_NET_IPV4=y
70+
CONFIG_NET_IPV6=n
71+
72+
CONFIG_NET_TCP=y
73+
74+
CONFIG_NET_LOG=y
75+
CONFIG_INIT_STACKS=y
76+
77+
CONFIG_NET_SHELL=y
78+
79+
CONFIG_NET_STATISTICS=y
80+
CONFIG_NET_STATISTICS_PERIODIC_OUTPUT=n
81+
82+
CONFIG_WIFI=y
83+
CONFIG_WIFI_LOG_LEVEL_ERR=y
84+
CONFIG_NET_L2_WIFI_SHELL=y
85+
# printing of scan results puts pressure on queues in new locking
86+
# design in net_mgmt. So, use a higher timeout for a crowded
87+
# environment.
88+
CONFIG_NET_MGMT_EVENT_QUEUE_TIMEOUT=5000
89+
CONFIG_NET_MGMT_EVENT_QUEUE_SIZE=16
90+
91+
92+
CONFIG_WIFI_NXP=y
93+
CONFIG_NXP_RW610=y
94+
CONFIG_NXP_WIFI_SHELL=y
95+
96+
#
97+
# C Library
98+
#
99+
CONFIG_REQUIRES_FULL_LIBC=y
100+
CONFIG_CBPRINTF_FP_SUPPORT=y
101+
102+
# log
103+
CONFIG_WIFI_LOG_LEVEL_DBG=y
104+
CONFIG_THREAD_LOCAL_STORAGE=y
105+
CONFIG_ASSERT=y
106+
CONFIG_ASSERT_LEVEL=2
107+
CONFIG_LOG_MODE_IMMEDIATE=y
108+
CONFIG_LOG_PRINTK=n
109+
110+
# os
111+
CONFIG_THREAD_CUSTOM_DATA=y
112+
CONFIG_EVENTS=y
113+
CONFIG_SYS_HEAP_AUTO=y
114+
CONFIG_HEAP_MEM_POOL_SIZE=122880
115+
CONFIG_SCHED_MULTIQ=y
116+
CONFIG_ZVFS_OPEN_MAX=30
117+
118+
# shell
119+
CONFIG_SHELL_ARGC_MAX=48
120+
CONFIG_WIFI_SHELL_MAX_AP_STA=8
121+
CONFIG_WIFI_MGMT_AP_MAX_NUM_STA=8
122+
CONFIG_SHELL_CMD_BUFF_SIZE=512
123+
124+
# net
125+
CONFIG_NET_L2_ETHERNET=y
126+
CONFIG_NET_DHCPV4_SERVER_ADDR_COUNT=32
127+
CONFIG_NET_IPV4=y
128+
CONFIG_NET_IPV6=y
129+
CONFIG_ETH_MCUX=n
130+
CONFIG_NET_ZPERF=y
131+
CONFIG_NET_ZPERF_MAX_PACKET_SIZE=1500
132+
CONFIG_NET_BUF_LOG=y
133+
CONFIG_NET_PKT_RX_COUNT=60
134+
CONFIG_NET_PKT_TX_COUNT=40
135+
CONFIG_NET_BUF_RX_COUNT=60
136+
CONFIG_NET_BUF_TX_COUNT=80
137+
CONFIG_NET_BUF_DATA_SIZE=1744
138+
CONFIG_NET_TC_TX_COUNT=1
139+
CONFIG_NET_TC_RX_COUNT=1
140+
CONFIG_NET_MGMT_EVENT_QUEUE_SIZE=20
141+
CONFIG_NET_IF_MAX_IPV4_COUNT=2
142+
CONFIG_NET_IF_MAX_IPV6_COUNT=2
143+
CONFIG_DNS_RESOLVER=y
144+
CONFIG_DNS_RESOLVER_MAX_SERVERS=2
145+
CONFIG_NET_SOCKETS_POLL_MAX=14
146+
CONFIG_NET_ZPERF_MAX_SESSIONS=6
147+
CONFIG_NET_IPV4_FRAGMENT=y
148+
CONFIG_NET_IPV4_FRAGMENT_MAX_COUNT=3
149+
CONFIG_NET_IPV4_FRAGMENT_MAX_PKT=7
150+
CONFIG_NET_IPV4_FRAGMENT_TIMEOUT=3
151+
CONFIG_NET_IPV6_FRAGMENT=y
152+
CONFIG_NET_IPV6_FRAGMENT_MAX_COUNT=3
153+
CONFIG_NET_IPV6_FRAGMENT_MAX_PKT=8
154+
CONFIG_NET_IPV6_FRAGMENT_TIMEOUT=3
155+
CONFIG_NET_MAX_CONN=10
156+
CONFIG_NET_DHCPV4_SERVER_ICMP_PROBE_TIMEOUT=100
157+
CONFIG_ETH_DRIVER=n
158+
159+
# net threads priority
160+
CONFIG_NET_TC_THREAD_PRIO_CUSTOM=y
161+
CONFIG_NET_TC_THREAD_PREEMPTIVE=y
162+
CONFIG_NET_TCP_WORKER_PRIO=-16
163+
CONFIG_NET_TC_TX_THREAD_BASE_PRIO=3
164+
CONFIG_NET_TC_RX_THREAD_BASE_PRIO=3
165+
CONFIG_ZPERF_WORK_Q_THREAD_PRIORITY=3
166+
CONFIG_NET_SOCKETS_SERVICE_THREAD_PRIO=3
167+
CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO=y
168+
CONFIG_NET_CONTEXT_PRIORITY=y
169+
CONFIG_NET_MGMT_THREAD_PRIO_CUSTOM=y
170+
CONFIG_NET_MGMT_THREAD_PRIORITY=3
171+
172+
# power management
173+
CONFIG_PM=y
174+
CONFIG_PM_DEVICE=y
175+
CONFIG_PM_LOG_LEVEL_OFF=y
176+
CONFIG_PM_DEVICE_LOG_LEVEL_OFF=y
177+
CONFIG_IDLE_STACK_SIZE=1024
178+
179+
# stack size
180+
CONFIG_SHELL_STACK_SIZE=6144
181+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
182+
CONFIG_NET_MGMT_EVENT_STACK_SIZE=4608
183+
CONFIG_NET_TCP_WORKQ_STACK_SIZE=2048
184+
CONFIG_MAIN_STACK_SIZE=4096
185+
CONFIG_NET_SOCKETS_SERVICE_STACK_SIZE=4096
186+
187+
# optimization level
188+
# refer to Kconfig.zephyr for Optimizations Level
189+
CONFIG_SPEED_OPTIMIZATIONS=y
190+
#CONFIG_SIZE_OPTIMIZATIONS=y
191+
#CONFIG_DEBUG_OPTIMIZATIONS=y
192+
#CONFIG_NO_OPTIMIZATIONS=y
193+
194+
# debug & stats
195+
CONFIG_SYS_HEAP_VALIDATE=y
196+
CONFIG_SYS_HEAP_RUNTIME_STATS=y
197+
#CONFIG_NET_PKT_TXTIME_STATS=y
198+
#CONFIG_NET_PKT_TXTIME_STATS_DETAIL=y
199+
CONFIG_NET_STATISTICS_WIFI=y
200+
CONFIG_NET_STATISTICS_USER_API=y
201+
#CONFIG_NET_STATISTICS_PERIODIC_OUTPUT=y
202+
#CONFIG_NET_BUF_POOL_USAGE=y
203+
#CONFIG_NET_DEBUG_NET_PKT_ALLOC=y
204+
205+
# stack size for -O0
206+
#CONFIG_SHELL_STACK_SIZE=8192
207+
#CONFIG_NET_TCP_WORKQ_STACK_SIZE=4096
208+
#CONFIG_NET_TX_STACK_SIZE=4096
209+
#CONFIG_NET_RX_STACK_SIZE=4096
210+
#CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
211+
#CONFIG_ZPERF_WORK_Q_STACK_SIZE=4096
212+
#CONFIG_MAIN_STACK_SIZE=4096
213+
#CONFIG_IDLE_STACK_SIZE=2048
214+
215+
# comment out for -O0
216+
CONFIG_CODE_DATA_RELOCATION_SRAM=y

loader/boards/frdm_rw612.overlay

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
&zephyr_udc0 {
2+
status = "okay";
3+
cdc_acm_uart0: cdc_acm_uart0 {
4+
compatible = "zephyr,cdc-acm-uart";
5+
status = "okay";
6+
};
7+
};
8+
9+
&flexspi {
10+
w25q512jvfiq: w25q512jvfiq@0 {
11+
partitions {
12+
user_sketch: partition@323000 {
13+
label = "image-1";
14+
reg = <0x00323000 DT_SIZE_M(3)>;
15+
};
16+
};
17+
};
18+
};
19+
20+
/ {
21+
zephyr,user {
22+
digital-pin-gpios = <&hsgpio0 12 GPIO_ACTIVE_LOW>;
23+
builtin-led-gpios = <&hsgpio0 12 GPIO_ACTIVE_LOW>;
24+
serials = <&cdc_acm_uart0>;
25+
cdc-acm = <&cdc_acm_uart0>;
26+
i2cs = <&arduino_i2c>;
27+
spis = <&flexcomm1>;
28+
};
29+
};

variants/frdm_rw612/includes.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
-iwithprefixbefore/llext-edk/include/zephyr/include/generated/zephyr
2+
-iwithprefixbefore/llext-edk/include/zephyr/include
3+
-iwithprefixbefore/llext-edk/include/zephyr/include/generated
4+
-iwithprefixbefore/llext-edk/include/zephyr/soc/nxp/rw
5+
-iwithprefixbefore/llext-edk/include/zephyr/lib/libc/common/include
6+
-iwithprefixbefore/llext-edk/include/zephyr/include/zephyr/posix
7+
-iwithprefixbefore/llext-edk/include/zephyr/lib/posix/options/getopt/
8+
-iwithprefixbefore/llext-edk/include/zephyr/soc/nxp/rw/.
9+
-iwithprefixbefore/llext-edk/include/zephyr/subsys/usb/device
10+
-iwithprefixbefore/llext-edk/include/zephyr/subsys/net/l2
11+
-iwithprefixbefore/llext-edk/include/zephyr/subsys/net/lib/dns/.
12+
-iwithprefixbefore/llext-edk/include/zephyr/subsys/shell/modules/kernel_service/thread/../
13+
-iwithprefixbefore/llext-edk/include/modules/hal/cmsis/CMSIS/Core/Include
14+
-iwithprefixbefore/llext-edk/include/zephyr/modules/cmsis/.
15+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/devices/RW612
16+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/devices/RW612/drivers
17+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/incl
18+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/incl/wifidriver
19+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/incl/wlcmgr
20+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/incl/port/osa
21+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/incl/port/net/zephyr
22+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/port/osa
23+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/port/net/zephyr
24+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/sdio_nxp_abs/incl
25+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/firmware_dnld
26+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/fwdnld_intf_abs
27+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifidriver
28+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifidriver/incl
29+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifi_bt_firmware
30+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifi_bt_firmware/8987
31+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifi_bt_firmware/IW416
32+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifi_bt_firmware/nw61x
33+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/wifi_bt_firmware/8801
34+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/wifi_nxp/cli
35+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/components/osa/
36+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/components/lists/
37+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/components/wifi_bt_module/AzureWave/tx_pwr_limits/
38+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/components/wifi_bt_module/Murata/tx_pwr_limits/
39+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/components/rpmsg/
40+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/common
41+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/lpc_gpio
42+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/pint
43+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/inputmux
44+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexcomm
45+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexcomm/i2c
46+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/ostimer
47+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexcomm
48+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexcomm/spi
49+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexcomm
50+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexcomm/usart
51+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/trng
52+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexspi
53+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/flexspi
54+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/imu
55+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/drivers/cache/cache64
56+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/mcux-sdk-middleware-usb/device
57+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/mcux-sdk-middleware-usb/phy
58+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/middleware/mcux-sdk-middleware-usb/include
59+
-iwithprefixbefore/llext-edk/include/modules/hal/nxp/mcux/mcux-sdk/components/osa
60+
-iwithprefixbefore/llext-edk/include/zephyr/modules/hal_nxp/usb/.
61+
-iwithprefixbefore/llext-edk/include/zephyr/modules/hal_nxp/.
62+
-iwithprefixbefore/llext-edk/include/modules/crypto/tinycrypt/lib/include

0 commit comments

Comments
 (0)