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 74794d4 commit 2076f2eCopy full SHA for 2076f2e
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 ../nrf
78
+build_nrf_boards ${FW_TAG} ${LOCAL_FIRMWARE}
79
cd ../renesas-ra
80
build_renesas_ra_boards ${FW_TAG} ${LOCAL_FIRMWARE}
81
cd ../rp2
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_nrf_boards {
107
+ build_boards nrfx_glue.h $1 $2 bin hex
108
+}
109
+
110
function build_renesas_ra_boards {
111
build_boards ra_it.c $1 $2 hex
112
0 commit comments