diff options
| author | Ha Thach <[email protected]> | 2021-12-03 00:30:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-03 00:30:09 +0700 |
| commit | 6ecd93eb6051b22c5475a66dc992b5aac0fac96e (patch) | |
| tree | 51f1d6a4a7cc0667308ed32398824729380087b0 /.github | |
| parent | 9bccc8068baf6efef0bd040ec5238369c0a03c0f (diff) | |
| parent | 3e9bb3bee1e835a0d99c3f503c63cf0481b45ce2 (diff) | |
Merge branch 'master' into add_hcd_for_msp_exp432e401y
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_esp.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 15071b178..57dbf33e3 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -18,7 +18,8 @@ jobs: # ESP32-S2 - 'espressif_saola_1' # ESP32-S3 - - 'espressif_addax_1' + #- 'espressif_addax_1' + # S3 compile error with "dangerous relocation: call8: call target out of range: memcpy" steps: - name: Setup Python |
