mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
tools/ci.sh: Update for ports/renesas-ra.
Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
This commit is contained in:
14
tools/ci.sh
14
tools/ci.sh
@@ -249,6 +249,20 @@ function ci_qemu_arm_build {
|
||||
make ${MAKEOPTS} -C ports/qemu-arm -f Makefile.test BOARD=sabrelite test
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
# ports/renesas-ra
|
||||
|
||||
function ci_renesas_ra_setup {
|
||||
ci_gcc_arm_setup
|
||||
}
|
||||
|
||||
function ci_renesas_ra_board_build {
|
||||
make ${MAKEOPTS} -C mpy-cross
|
||||
make ${MAKEOPTS} -C ports/renesas-ra submodules
|
||||
make ${MAKEOPTS} -C ports/renesas-ra BOARD=RA4M1_CLICKER
|
||||
make ${MAKEOPTS} -C ports/renesas-ra BOARD=RA6M2_EK
|
||||
}
|
||||
|
||||
########################################################################################
|
||||
# ports/rp2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user