Skip to content

Commit

Permalink
feat: Udpate testing elfs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Feb 7, 2025
1 parent b5119f3 commit 4cb0ff9
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
build-espflash:
name: Build espflash
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions espflash/tests/data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The elf files under this folder have been generated using `[email protected]`:

```
esp-generate --chip=$CHIP --headless $CHIP
cd $CHIP
cargo build --release
```
Binary file modified espflash/tests/data/esp32
Binary file not shown.
Binary file modified espflash/tests/data/esp32c2
Binary file not shown.
Binary file modified espflash/tests/data/esp32c3
Binary file not shown.
Binary file modified espflash/tests/data/esp32c6
Binary file not shown.
Binary file modified espflash/tests/data/esp32h2
Binary file not shown.
Binary file modified espflash/tests/data/esp32s2
Binary file not shown.
Binary file modified espflash/tests/data/esp32s3
Binary file not shown.

0 comments on commit 4cb0ff9

Please sign in to comment.