10000
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 e214ae0 commit 3a941ccCopy full SHA for 3a941cc
tools/ci.sh
@@ -249,6 +249,20 @@ function ci_qemu_arm_build {
249
make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test BOARD=sabrelite test
250
}
251
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
266
########################################################################################
267
# ports/rp2
268
0 commit comments