8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e72580 commit e3c880aCopy full SHA for e3c880a
tools/autobuild/autobuild.sh
@@ -74,6 +74,8 @@ cd ../esp32
74
(source ${IDF_PATH_V44}/export.sh && build_esp32_boards ${FW_TAG} ${LOCAL_FIRMWARE})
75
cd ../mimxrt
76
build_mimxrt_boards ${FW_TAG} ${LOCAL_FIRMWARE}
77
+cd ../renesas-ra
78
+build_renesas_ra_boards ${FW_TAG} ${LOCAL_FIRMWARE}
79
cd ../rp2
80
build_rp2_boards ${FW_TAG} ${LOCAL_FIRMWARE}
81
cd ../samd
tools/autobuild/build-boards.sh
@@ -103,6 +103,10 @@ function build_mimxrt_boards {
103
build_boards modmimxrt.c $1 $2 bin hex
104
}
105
106
+function build_renesas_ra_boards {
107
+ build_boards ra_it.c $1 $2 hex
108
+}
109
+
110
function build_rp2_boards {
111
build_boards modrp2.c $1 $2 uf2
112
0 commit comments