Skip to content

Commit 0bf234d

Browse files
committed
S3
1 parent 871eacf commit 0bf234d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build_boards.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
strategy:
2424
matrix:
2525
board_type: [
26-
'MICROLITE',
26+
# 'MICROLITE',
2727
# 'MICROLITE_C3',
2828
# 'MICROLITE_C3_USB',
2929
# 'MICROLITE_S2_SPIRAM',
30-
# 'MICROLITE_S3',
30+
'MICROLITE_S3',
3131
# 'MICROLITE_S3_SPIRAM',
32-
# 'MICROLITE_S3_SPIRAM_OCTAL',
32+
'MICROLITE_S3_SPIRAM_OCTAL',
3333
# 'MICROLITE_SPIRAM',
3434
# 'MICROLITE_SPIRAM_16M',
3535
# 'MICROLITE_SPIRAM_CAM'

scripts/build_and_check.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ pushd boards/${BOARD} >/dev/null
5353
rm -rf build
5454

5555

56-
# cd ../../third_party/micropython/ports/esp32
57-
5856
# Inject flags so that:
5957
# • C builds drop -Werror=stringop-overflow
6058
# • C++ builds retain -fno-rtti
@@ -64,5 +62,3 @@ idf.py build -DCMAKE_C_FLAGS="-Wno-error=stringop-overflow -Wno-stringop-overflo
6462
chmod +x ../../scripts/assemble-unified-image-esp.sh
6563
../../scripts/assemble-unified-image-esp.sh ../../third_party/micropython/ports/esp32
6664
popd >/dev/null
67-
68-
# (No need for a final echo/say here—it's handled by the EXIT trap.)

0 commit comments

Comments
 (0)