Skip to content

Commit 2076f2e

Browse files
iabdalkaderdpgeorge
authored andcommitted
tools/autobuild: Add nrf port to autobuild scripts.
1 parent 74794d4 commit 2076f2e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tools/autobuild/autobuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ cd ../esp32
7474
(source ${IDF_PATH_V44}/export.sh && build_esp32_boards ${FW_TAG} ${LOCAL_FIRMWARE})
7575
cd ../mimxrt
7676
build_mimxrt_boards ${FW_TAG} ${LOCAL_FIRMWARE}
77+
cd ../nrf
78+
build_nrf_boards ${FW_TAG} ${LOCAL_FIRMWARE}
7779
cd ../renesas-ra
7880
build_renesas_ra_boards ${FW_TAG} ${LOCAL_FIRMWARE}
7981
cd ../rp2

tools/autobuild/build-boards.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ function build_mimxrt_boards {
103103
build_boards modmimxrt.c $1 $2 bin hex
104104
}
105105

106+
function build_nrf_boards {
107+
build_boards nrfx_glue.h $1 $2 bin hex
108+
}
109+
106110
function build_renesas_ra_boards {
107111
build_boards ra_it.c $1 $2 hex
108112
}

0 commit comments

Comments
 (0)