diff options
| author | hathach <[email protected]> | 2021-09-29 15:33:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-29 15:33:44 +0700 |
| commit | b5b03e6c7f598a0ba8540d19acf798e35d24faf9 (patch) | |
| tree | 79aab533ca13d3bdff9b30beb62c7205b05c167f /.github | |
| parent | f3c1b2a60da15d0466d3e076726c868989b77b3b (diff) | |
add mm32 to ci build, also re-enable esp32s3
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/build_esp.yml | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ef19b0a0..1ef0bf5ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,7 @@ jobs: - 'lpc18' - 'lpc54' - 'lpc55' + - 'mm32' - 'nrf' - 'rp2040' - 'samd11' diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 25f4e68f8..93d582361 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -18,8 +18,7 @@ jobs: # ESP32-S2 - 'espressif_saola_1' # ESP32-S3 - # latest IDF does not define USB0 in linker - #- 'espressif_addax_1' + - 'espressif_addax_1' steps: - name: Setup Python |
