Skip to content

Commit d16a2f4

Browse files
committed
update
1 parent 2d0e5a5 commit d16a2f4

13 files changed

+9
-9
lines changed

.github/workflows/MicroPython_ESP32-N16.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/storage/sdcard/sdcard.py
5151
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
5252
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
53-
mv Micropython/mpconfigboard_ESP32.cmake $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
54-
mv Micropython/sdkconfig_ESP32-N16.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
53+
mv config/micropython/mpconfigboard_ESP32.cmake $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
54+
mv config/micropython/sdkconfig_ESP32-N16.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
5555
5656
- name: Compile the firmware
5757
id: compile

.github/workflows/MicroPython_ESP32-N4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/storage/sdcard/sdcard.py
5151
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
5252
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
53-
mv Micropython/mpconfigboard_ESP32.cmake $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
54-
mv Micropython/sdkconfig_ESP32-N4.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
53+
mv config/micropython/mpconfigboard_ESP32.cmake $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
54+
mv config/micropython/sdkconfig_ESP32-N4.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
5555
5656
- name: Compile the firmware
5757
id: compile

.github/workflows/MicroPython_ESP32-N8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/storage/sdcard/sdcard.py
5151
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
5252
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
53-
mv Micropython/mpconfigboard_ESP32.cmake $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
54-
mv Micropython/sdkconfig_ESP32-N8.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
53+
mv config/micropython/mpconfigboard_ESP32.cmake $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/mpconfigboard.cmake
54+
mv config/micropython/sdkconfig_ESP32-N8.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC/sdkconfig.board
5555
5656
- name: Compile the firmware
5757
id: compile

.github/workflows/MicroPython_ESP32-S3-N16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/python-stdlib/logging/logging.py
5050
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/storage/sdcard/sdcard.py
5151
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
52-
mv Micropython/sdkconfig_ESP32-S3-N16.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
52+
mv config/micropython/sdkconfig_ESP32-S3-N16.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
5353
5454
- name: Compile the firmware
5555
id: compile

.github/workflows/MicroPython_ESP32-S3-N4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/python-stdlib/logging/logging.py
5050
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/storage/sdcard/sdcard.py
5151
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
52-
mv Micropython/sdkconfig_ESP32-S3-N4.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
52+
mv config/micropython/sdkconfig_ESP32-S3-N4.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
5353
5454
- name: Compile the firmware
5555
id: compile

.github/workflows/MicroPython_ESP32-S3-N8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/python-stdlib/logging/logging.py
5050
wget -P $MICROPYTHON/ports/esp32/modules https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/storage/sdcard/sdcard.py
5151
rm -rf $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
52-
mv Micropython/sdkconfig_ESP32-S3-N8.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
52+
mv config/micropython/sdkconfig_ESP32-S3-N8.board $MICROPYTHON/ports/esp32/boards/ESP32_GENERIC_S3/sdkconfig.board
5353
5454
- name: Compile the firmware
5555
id: compile
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)