summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-09-29 15:51:22 +0700
committerGitHub <[email protected]>2021-09-29 15:51:22 +0700
commit5b55b0d2594d86dc17c806d51aa7f28679947990 (patch)
tree79aab533ca13d3bdff9b30beb62c7205b05c167f /.github
parent32bdf3b79d27ed9f0851440df35b6a72bcd8bff8 (diff)
parentb5b03e6c7f598a0ba8540d19acf798e35d24faf9 (diff)
Merge pull request #1117 from hathach/zhangslice-master
add mm32 bsp (repalce #897)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
-rw-r--r--.github/workflows/build_esp.yml3
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