micropython/.github/workflows
Damien George ef16834887 github/workflows: Add workflow to build and run unix port on MIPS.
This adds a coverage build and running of the test suite on a MIPS 32-bit
big endian architecture.  It uses the feature of qemu to execute foreign
code as though it were native to the system (using qemu user mode).  The
code compiled for MIPS will run under the qemu VM, but all syscalls made by
this code go to the host (Linux) system.

See related #7268 and #7273.

Signed-off-by: Damien George <damien@micropython.org>
2021-05-26 16:33:18 +10:00
..
code_formatting.yml
code_size.yml
commit_formatting.yml
docs.yml github: Add GitHub action to build docs. 2020-06-05 21:42:10 +10:00
ports_cc3200.yml
ports_esp32.yml
ports_esp8266.yml
ports_mimxrt.yml
ports_nrf.yml
ports_powerpc.yml
ports_qemu-arm.yml
ports_rp2.yml
ports_samd.yml
ports_stm32.yml
ports_teensy.yml
ports_unix.yml github/workflows: Add workflow to build and run unix port on MIPS. 2021-05-26 16:33:18 +10:00
ports_windows.yml
ports_zephyr.yml