Skip to content

Commit 924304a

Browse files
committed
Subsection firmware paths
1 parent cbb178c commit 924304a

File tree

86 files changed

+5
-1382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+5
-1382
lines changed

.github/workflows/build_boards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
with:
4343
name: microlite-esp32-${{ matrix.board_type }}-firmware
4444
path: |
45-
./boards/${{ matrix.board_type }}/build/bootloader/bootloader.bin
46-
./boards/${{ matrix.board_type }}/build/partition_table/partition-table.bin
47-
./boards/${{ matrix.board_type }}/build/micropython.bin
48-
./boards/${{ matrix.board_type }}/build/micropython.elf
45+
./firmware/boards/${{ matrix.board_type }}/build/bootloader/bootloader.bin
46+
./firmware/boards/${{ matrix.board_type }}/build/partition_table/partition-table.bin
47+
./firmware/boards/${{ matrix.board_type }}/build/micropython.bin
48+
./firmware/boards/${{ matrix.board_type }}/build/micropython.elf
4949

boards/MICROLITE/CMakeLists.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

boards/MICROLITE/custom-partitions.csv

Lines changed: 0 additions & 10 deletions
This file was deleted.

boards/MICROLITE/main/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

boards/MICROLITE/main/idf_component.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

boards/MICROLITE/main/linker.lf

Lines changed: 0 additions & 39 deletions
This file was deleted.

boards/MICROLITE/mpconfigboard.cmake

Lines changed: 0 additions & 19 deletions
This file was deleted.

boards/MICROLITE/mpconfigboard.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

boards/MICROLITE/sdkconfig.partition

Lines changed: 0 additions & 7 deletions
This file was deleted.

boards/MICROLITE_C3/CMakeLists.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)