Skip to content

Commit ae22df6

Browse files
authored
Merge branch 'master' into nrf54l15_test
2 parents e13a227 + 73fcd57 commit ae22df6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/build_micropython_xiao_esp32c5.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
make BOARD=ESP32_GENERIC_C5
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
cd lib/micropython
50+
gh pr checkout 17912
51+
make -C mpy-cross
52+
cd ports/esp32
53+
rm -rf build-ESP32_GENERIC
54+
make BOARD=SEEED_XIAO_ESP32C5
55+
env:
56+
GH_TOKEN: ${{ github.token }
4957

5058
- name: Upload firmware
5159
uses: actions/upload-artifact@v4
@@ -60,6 +68,7 @@ jobs:
6068
mv lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/firmware.bin lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/xiao_esp32c5.bin
6169
gh release upload ${{ github.event.release.tag_name }} \
6270
lib/micropython/ports/esp32/build-ESP32_GENERIC_C5/xiao_esp32c5.bin \
71+
6372
--clobber
6473
env:
6574
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ Before building the MicroPython firmware, ensure you have the following:
2626
git clone --recurse-submodules https://github.com/Seeed-Studio/micropython-seeed-boards.git
2727
cd micropython-seeed-boards/lib/micropython
2828
gh pr checkout 18030
29-
```
3029
31-
4. **Dependencies**:
30+
3. **Dependencies**:
3231
- Install required tools: Python 3.10 or later, CMake 3.20.0 or later, and the Zephyr SDK toolchain.
3332
- Verify the installation by building a sample Zephyr application to confirm your setup.
3433

0 commit comments

Comments
 (0)