10000 tools/ci.sh: Update for ports/renesas-ra. · sstobbe/micropython@3a941cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a941cc

Browse files
tools/ci.sh: Update for ports/renesas-ra.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
1 parent e214ae0 commit 3a941cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tools/ci.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,20 @@ function ci_qemu_arm_build {
249249
make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test BOARD=sabrelite test
250250
}
251251

252+
########################################################################################
253+
# ports/renesas-ra
254+
255+
function ci_renesas_ra_setup {
256+
ci_gcc_arm_setup
257+
}
258+
259+
function ci_renesas_ra_board_build {
260+
make ${MAKEOPTS} -C mpy-cross
261+
make ${MAKEOPTS} -C ports/renesas-ra submodules
262+
make ${MAKEOPTS} -C ports/renesas-ra BOARD=RA4M1_CLICKER
263+
make ${MAKEOPTS} -C ports/renesas-ra BOARD=RA6M2_EK
264+
}
265+
252266
########################################################################################
253267
# ports/rp2
254268

0 commit comments

Comments
 (0)
0