Skip to content

Commit 970f73d

Browse files
committed
support more boards!
1 parent 48fdb14 commit 970f73d

File tree

3,117 files changed

+1277953
-0
lines changed

Some content is hidden

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

3,117 files changed

+1277953
-0
lines changed

boards.txt

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,201 @@ nano33ble.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
140140
nano33ble.debug.server.openocd.scripts.1={programmer.transport_script}
141141
nano33ble.debug.server.openocd.scripts.2=target/nrf52.cfg
142142
nano33ble.debug.cortex-debug.custom.request=attach
143+
144+
##############################################################################################################
145+
146+
ek_ra8d1.name=EK_RA8D1
147+
ek_ra8d1.build.core=arduino
148+
ek_ra8d1.build.crossprefix=arm-zephyr-eabi-
149+
ek_ra8d1.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
150+
151+
ek_ra8d1.menu.debug.false=Standard
152+
ek_ra8d1.menu.debug.true=Debug
153+
154+
ek_ra8d1.menu.debug.false.post_build_arg=
155+
ek_ra8d1.menu.debug.true.post_build_arg=debug
156+
157+
ek_ra8d1.build.variant=ek_ra8d1
158+
ek_ra8d1.build.mcu=cortex-m85+nomve
159+
ek_ra8d1.build.fpu=-mfpu=fpv5-d16
160+
ek_ra8d1.build.architecture=cortex-m85+nomve
161+
ek_ra8d1.compiler.zephyr.arch.define=
162+
163+
ek_ra8d1.build.board={build.variant}
164+
165+
ek_ra8d1.build.float-abi=-mfloat-abi=hard
166+
ek_ra8d1.build.extra_flags=
167+
ek_ra8d1.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
168+
ek_ra8d1.build.architecture=cortex-m85+nomve
169+
ek_ra8d1.build.board=ek_ra8d1
170+
ek_ra8d1.build.extra_ldflags=
171+
ek_ra8d1.compiler.zephyr.arch.define=
172+
ek_ra8d1.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DHSE_VALUE=16000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32H747xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -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
173+
ek_ra8d1.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
174+
#ek_ra8d1.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -msingle-pic-base -mpic-register=r9 -mno-pic-data-is-text-relative -fPIC -mlong-calls
175+
ek_ra8d1.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
176+
ek_ra8d1.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
177+
ek_ra8d1.compiler.zephyr.includes={build.variant.path}/includes.txt
178+
ek_ra8d1.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib
179+
180+
#ek_ra8d1.recipe.hooks.objcopy.postobjcopy.4.pattern=cp {build.variant.path}/flasher.jlink "{build.path}/flasher.jlink"
181+
#ek_ra8d1.recipe.hooks.objcopy.postobjcopy.5.pattern=sed -i 's|SKETCH|"{build.path}/{build.project_name}.llext.dfu.bin"|g' "{build.path}/flasher.jlink"
182+
183+
ek_ra8d1.compiler.zephyr=
184+
ek_ra8d1.vid.0=0x2341
185+
ek_ra8d1.pid.0=0x0077
186+
ek_ra8d1.upload_port.0.vid=0x2341
187+
ek_ra8d1.upload_port.0.pid=0x0077
188+
189+
ek_ra8d1.upload.tool=pyocd
190+
ek_ra8d1.upload.tool.default=pyocd
191+
ek_ra8d1.upload.protocol=
192+
ek_ra8d1.upload.transport=
193+
ek_ra8d1.upload.vid=0x2341
194+
ek_ra8d1.upload.pid=0x0366
195+
ek_ra8d1.upload.interface=0
196+
ek_ra8d1.upload.use_1200bps_touch=false
197+
ek_ra8d1.upload.wait_for_upload_port=false
198+
ek_ra8d1.upload.native_usb=true
199+
ek_ra8d1.upload.maximum_size=1966080
200+
ek_ra8d1.upload.maximum_data_size=523624
201+
ek_ra8d1.upload.address=0x2032000
202+
ek_ra8d1.upload.target=R7FA8D1AH
203+
204+
ek_ra8d1.bootloader.tool=pyocd
205+
ek_ra8d1.bootloader.tool.default=pyocd
206+
ek_ra8d1.bootloader.file=zephyr-ek_ra8d1.elf
207+
ek_ra8d1.bootloader.target=R7FA8D1AH
208+
209+
210+
##############################################################################################################
211+
212+
frdm_mcxn947.name=MCXN947
213+
frdm_mcxn947.build.core=arduino
214+
frdm_mcxn947.build.crossprefix=arm-zephyr-eabi-
215+
frdm_mcxn947.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
216+
217+
frdm_mcxn947.menu.debug.false=Standard
218+
frdm_mcxn947.menu.debug.true=Debug
219+
220+
frdm_mcxn947.menu.debug.false.post_build_arg=
221+
frdm_mcxn947.menu.debug.true.post_build_arg=debug
222+
223+
frdm_mcxn947.build.variant=frdm_mcxn947_mcxn947_cpu0
224+
frdm_mcxn947.build.mcu=cortex-m33
225+
frdm_mcxn947.build.fpu=-mfpu=fpv5-sp-d16
226+
frdm_mcxn947.build.architecture=cortex-m33
227+
frdm_mcxn947.compiler.zephyr.arch.define=
228+
229+
frdm_mcxn947.build.board={build.variant}
230+
231+
frdm_mcxn947.build.float-abi=-mfloat-abi=hard
232+
frdm_mcxn947.build.extra_flags=
233+
frdm_mcxn947.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
234+
frdm_mcxn947.build.board=frdm_mcxn947
235+
frdm_mcxn947.build.extra_ldflags=
236+
frdm_mcxn947.compiler.zephyr.arch.define=
237+
frdm_mcxn947.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DCPU_MCXN947VDF_cm33_core0 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -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
238+
frdm_mcxn947.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
239+
frdm_mcxn947.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
240+
frdm_mcxn947.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
241+
frdm_mcxn947.compiler.zephyr.includes={build.variant.path}/includes.txt
242+
frdm_mcxn947.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib
243+
frdm_mcxn947.compiler.zephyr=
244+
frdm_mcxn947.vid.0=0x1fc9
245+
frdm_mcxn947.pid.0=0x0143
246+
frdm_mcxn947.upload_port.0.vid=0x1fc9
247+
frdm_mcxn947.upload_port.0.pid=0x0143
248+
frdm_mcxn947.upload.address=0x100F0000
249+
frdm_mcxn947.upload.target=mcxn947vdf
250+
251+
frdm_mcxn947.upload.tool=pyocd
252+
frdm_mcxn947.upload.tool.default=pyocd
253+
frdm_mcxn947.upload.protocol=
254+
frdm_mcxn947.upload.transport=
255+
frdm_mcxn947.upload.vid=0x1fc9
256+
frdm_mcxn947.upload.pid=0x0143
257+
frdm_mcxn947.upload.interface=0
258+
frdm_mcxn947.upload.use_1200bps_touch=false
259+
frdm_mcxn947.upload.wait_for_upload_port=false
260+
frdm_mcxn947.upload.native_usb=true
261+
frdm_mcxn947.upload.maximum_size=1966080
262+
frdm_mcxn947.upload.maximum_data_size=523624
263+
264+
frdm_mcxn947.bootloader.tool=pyocd
265+
frdm_mcxn947.bootloader.tool.default=pyocd
266+
frdm_mcxn947.bootloader.file=zephyr-frdm_mcxn947_mcxn947_cpu0.elf
267+
frdm_mcxn947.bootloader.target=mcxn947vdf
268+
269+
270+
##########################################################################################
271+
272+
portentah7.name=Arduino Portenta H7
273+
portentah7.build.core=arduino
274+
portentah7.build.crossprefix=arm-zephyr-eabi-
275+
portentah7.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/
276+
277+
portentah7.menu.debug.false=Standard
278+
portentah7.menu.debug.true=Debug
279+
280+
portentah7.menu.debug.false.post_build_arg=
281+
portentah7.menu.debug.true.post_build_arg=debug
282+
283+
portentah7.build.variant=arduino_portenta_h7
284+
portentah7.build.mcu=cortex-m7
285+
portentah7.build.fpu=-mfpu=fpv5-d16
286+
portentah7.build.architecture=cortex-m7
287+
portentah7.compiler.zephyr.arch.define=-DCORE_CM7
288+
289+
portentah7.build.board={build.variant}
290+
291+
portentah7.build.float-abi=-mfloat-abi=softfp
292+
portentah7.build.extra_flags=
293+
portentah7.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
294+
portentah7.build.architecture=cortex-m7
295+
portentah7.build.board=PORTENTA_H7
296+
portentah7.build.extra_ldflags=
297+
portentah7.compiler.zephyr.defines=-DLL_EXTENSION_BUILD -DCONFIG_ARDUINO_API_SERIAL_BUFFER_SIZE=256 -DHSE_VALUE=25000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=16384 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32H747xx -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -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
298+
portentah7.compiler.zephyr.ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit
299+
portentah7.compiler.zephyr.cflags=-fno-strict-aliasing -fno-printf-return-value -fno-common -mcpu=cortex-m7 -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
300+
portentah7.compiler.zephyr.cxxflags={compiler.zephyr.ldflags} -fdata-sections -ffunction-sections -fno-unwind-tables -fno-strict-aliasing -fno-printf-return-value -fno-common -mcpu=cortex-m7 -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
301+
portentah7.compiler.zephyr.includes={build.variant.path}/includes.txt
302+
portentah7.compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lnosys -nostdlib
303+
portentah7.compiler.zephyr=
304+
portentah7.vid.0=0x2341
305+
portentah7.pid.0=0x005b
306+
portentah7.upload_port.0.vid=0x2341
307+
portentah7.upload_port.0.pid=0x035b
308+
309+
portentah7.upload.tool=dfu-util
310+
portentah7.upload.tool.default=dfu-util
311+
portentah7.upload.protocol=
312+
portentah7.upload.transport=
313+
portentah7.upload.vid=0x2341
314+
portentah7.upload.pid=0x035b
315+
portentah7.upload.interface=0
316+
portentah7.upload.use_1200bps_touch=true
317+
portentah7.upload.wait_for_upload_port=true
318+
portentah7.upload.native_usb=true
319+
portentah7.upload.maximum_size=1966080
320+
portentah7.upload.maximum_data_size=523624
321+
322+
portentah7.upload.address=0x08100000
323+
324+
portentah7.upload.maximum_size=786432
325+
portentah7.upload.maximum_data_size=523624
326+
327+
portentah7.bootloader.tool=dfu-util
328+
portentah7.bootloader.tool.default=dfu-util
329+
portentah7.bootloader.vid=0x2341
330+
portentah7.bootloader.pid=0x035b
331+
portentah7.bootloader.interface=0
332+
portentah7.bootloader.file=zephyr-arduino_portenta_h7.bin
333+
portentah7.bootloader.address=0x08040000
334+
335+
portentah7.debug.tool=gdb
336+
portentah7.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
337+
portentah7.debug.server.openocd.scripts.1={programmer.transport_script}
338+
portentah7.debug.server.openocd.scripts.2=target/stm32h7x_dual_bank.cfg
339+
portentah7.debug.cortex-debug.custom.request=attach
340+
portentah7.debug.svd_file={runtime.platform.path}/svd/STM32H747_CM7.svd

firmwares/zephyr-ek_ra8d1.elf

1.89 MB
Binary file not shown.
187 KB
Binary file not shown.
3.69 MB
Binary file not shown.

loader/boards/ek_ra8d1.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=480000000

loader/boards/ek_ra8d1.overlay

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#include <zephyr/dt-bindings/adc/adc.h>
2+
3+
&iic1 {
4+
status = "okay";
5+
};
6+
7+
&uart9 {
8+
status = "okay";
9+
};
10+
11+
&flash0 {
12+
partitions {
13+
compatible = "fixed-partitions";
14+
#address-cells = <1>;
15+
#size-cells = <1>;
16+
17+
user_sketch: partition@32000 {
18+
reg = <0x32000 DT_SIZE_K(56)>;
19+
};
20+
};
21+
};
22+
23+
/ {
24+
zephyr,user {
25+
digital-pin-gpios = <&ioport6 0 GPIO_ACTIVE_HIGH>,
26+
<&ioport4 14 GPIO_ACTIVE_HIGH>,
27+
<&ioport1 7 GPIO_ACTIVE_HIGH>;
28+
29+
builtin-led-gpios = <&ioport6 0 GPIO_ACTIVE_HIGH>,
30+
<&ioport4 14 GPIO_ACTIVE_HIGH>,
31+
<&ioport1 7 GPIO_ACTIVE_HIGH>;
32+
33+
serials = <&uart9>;
34+
i2cs = <&iic1>;
35+
spis = <&spi0>;
36+
};
37+
};
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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 MCXN947"
10+
CONFIG_USB_DEVICE_MANUFACTURER="NXP"
11+
CONFIG_USB_DEVICE_VID=0x2341
12+
CONFIG_USB_DEVICE_PID=0x0078
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_NETWORKING=y
22+
CONFIG_NET_IPV6=n
23+
CONFIG_NET_IPV4=y
24+
CONFIG_NET_ARP=y
25+
CONFIG_NET_UDP=y
26+
CONFIG_NET_DHCPV4=y
27+
CONFIG_NET_DHCPV4_OPTION_CALLBACKS=y
28+
CONFIG_DNS_RESOLVER=y
29+
30+
CONFIG_INIT_STACKS=y
31+
32+
CONFIG_NET_MGMT=y
33+
CONFIG_NET_MGMT_EVENT=y
34+
35+
CONFIG_TINYCRYPT=y
36+
CONFIG_TINYCRYPT_AES=y
37+
CONFIG_TINYCRYPT_SHA256=y
38+
CONFIG_TINYCRYPT_SHA256_HMAC=y
39+
CONFIG_TINYCRYPT_AES_CCM=y
40+
CONFIG_TINYCRYPT_AES_CTR=y
41+
CONFIG_TINYCRYPT_AES_CBC=y
42+
CONFIG_TINYCRYPT_AES_CMAC=y
43+
CONFIG_TINYCRYPT_CTR_PRNG=y
44+
CONFIG_ENTROPY_GENERATOR=y
45+
CONFIG_TEST_RANDOM_GENERATOR=y
46+
47+
CONFIG_NET_TX_STACK_SIZE=8192
48+
CONFIG_NET_RX_STACK_SIZE=8192
49+
CONFIG_NET_TCP_WORKQ_STACK_SIZE=8192
50+
CONFIG_NET_MGMT_EVENT_STACK_SIZE=8192
51+
CONFIG_NET_TCP=y
52+
CONFIG_NET_SOCKETS=y
53+
CONFIG_POSIX_API=y
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
&flash {
10+
partitions {
11+
compatible = "fixed-partitions";
12+
#address-cells = <1>;
13+
#size-cells = <1>;
14+
15+
user_sketch: partition@F0000 {
16+
reg = <0xF0000 DT_SIZE_K(56)>;
17+
};
18+
};
19+
};
20+
21+
/ {
22+
zephyr,user {
23+
digital-pin-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>, <&gpio0 27 GPIO_ACTIVE_LOW>, <&gpio1 2 GPIO_ACTIVE_LOW>;
24+
builtin-led-gpios = <&gpio0 10 GPIO_ACTIVE_LOW>, <&gpio0 27 GPIO_ACTIVE_LOW>, <&gpio1 2 GPIO_ACTIVE_LOW>;
25+
serials = <&cdc_acm_uart0>, <&flexcomm4_lpuart4>;
26+
cdc-acm = <&cdc_acm_uart0>;
27+
i2cs = <&flexcomm2_lpi2c2>;
28+
spis = <&flexcomm1_lpspi1>;
29+
};
30+
};

variants/ek_ra8d1/flasher.jlink

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
device R7FA8D1AH
2+
si SWD
3+
speed 4000
4+
connect
5+
loadbin SKETCH 0x2032000
6+
exit

variants/ek_ra8d1/includes.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/lib/libc/common/include
5+
-iwithprefixbefore/llext-edk/include/zephyr/lib/posix/options/getopt/
6+
-iwithprefixbefore/llext-edk/include/zephyr/soc/renesas/ra/common
7+
-iwithprefixbefore/llext-edk/include/zephyr/soc/renesas/ra/common_fsp
8+
-iwithprefixbefore/llext-edk/include/zephyr/soc/renesas/ra/ra8d1/.
9+
-iwithprefixbefore/llext-edk/include/zephyr-arduino-core/include
10+
-iwithprefixbefore/llext-edk/include/modules/hal/cmsis/CMSIS/Core/Include
11+
-iwithprefixbefore/llext-edk/include/zephyr/modules/cmsis/.
12+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/zephyr/ra/ra_cfg/fsp_cfg
13+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8d1
14+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/zephyr/ra/portable
15+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/drivers/ra/fsp/inc
16+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/drivers/ra/fsp/inc/api
17+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/drivers/ra/fsp/inc/instances
18+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/drivers/ra/fsp/src/bsp/mcu/all
19+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/drivers/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include
20+
-iwithprefixbefore/llext-edk/include/modules/hal/renesas/drivers/ra/fsp/src/bsp/mcu/ra8d1

0 commit comments

Comments
 (0)