File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -346,9 +346,15 @@ function ci_qemu_build_arm_thumb {
346
346
ci_qemu_build_arm_prepare
347
347
make ${MAKEOPTS} -C ports/qemu test_full
348
348
349
- # Test building and running native .mpy with armv7m architecture.
349
+ # Test building native .mpy with all ARM-M architectures.
350
+ ci_native_mpy_modules_build armv6m
350
351
ci_native_mpy_modules_build armv7m
351
- make ${MAKEOPTS} -C ports/qemu test_natmod
352
+ ci_native_mpy_modules_build armv7emsp
353
+ ci_native_mpy_modules_build armv7emdp
354
+
355
+ # Test running native .mpy with armv6m and armv7m architectures.
356
+ make ${MAKEOPTS} -C ports/qemu test_natmod RUN_TESTS_EXTRA=" --arch armv6m"
357
+ make ${MAKEOPTS} -C ports/qemu test_natmod RUN_TESTS_EXTRA=" --arch armv7m"
352
358
}
353
359
354
360
function ci_qemu_build_rv32 {
@@ -442,10 +448,6 @@ function ci_stm32_pyb_build {
442
448
make ${MAKEOPTS} -C ports/stm32/mboot BOARD=PYBV10 CFLAGS_EXTRA=' -DMBOOT_FSLOAD=1 -DMBOOT_VFS_LFS2=1'
443
449
make ${MAKEOPTS} -C ports/stm32/mboot BOARD=PYBD_SF6
444
450
make ${MAKEOPTS} -C ports/stm32/mboot BOARD=STM32F769DISC CFLAGS_EXTRA=' -DMBOOT_ADDRESS_SPACE_64BIT=1 -DMBOOT_SDCARD_ADDR=0x100000000ULL -DMBOOT_SDCARD_BYTE_SIZE=0x400000000ULL -DMBOOT_FSLOAD=1 -DMBOOT_VFS_FAT=1'
445
-
446
- # Test building native .mpy with armv7emsp architecture.
447
- git submodule update --init lib/berkeley-db-1.xx
448
- ci_native_mpy_modules_build armv7emsp
449
451
}
450
452
451
453
function ci_stm32_nucleo_build {
You can’t perform that action at this time.
0 commit comments