Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | header: |
Andrew Geissler | 23e0279 | 2023-07-21 09:06:10 -0500 | [diff] [blame] | 2 | version: 14 |
Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 3 | includes: |
| 4 | - ci/base.yml |
| 5 | |
| 6 | # Target is arm64 and SDK is x86-64 to ensure that we exercise both |
| 7 | # architectures |
| 8 | |
| 9 | machine: qemuarm64 |
| 10 | local_conf_header: |
| 11 | toolchains: | |
| 12 | SDKMACHINE = "x86_64" |
| 13 | |
| 14 | target: |
| 15 | - gcc-aarch64-none-elf |
| 16 | - nativesdk-gcc-aarch64-none-elf |
| 17 | - gcc-arm-none-eabi |
| 18 | - nativesdk-gcc-arm-none-eabi |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 19 | - gcc-arm-none-eabi-11.2 |
| 20 | - nativesdk-gcc-arm-none-eabi-11.2 |