Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e75323

Browse files
committedFeb 7, 2025·
feat: Udpate testing elfs
1 parent b5119f3 commit 1e75323

File tree

8 files changed

+7
-0
lines changed

8 files changed

+7
-0
lines changed
 

‎espflash/tests/data/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The elf files under this folder have been generated using `esp-generate@0.2.2`:
2+
3+
```
4+
esp-generate --chip=$CHIP --headless $CHIP
5+
cd $CHIP
6+
cargo build --release
7+
```

‎espflash/tests/data/esp32

-1.06 MB
Binary file not shown.

‎espflash/tests/data/esp32c2

-2.38 MB
Binary file not shown.

‎espflash/tests/data/esp32c3

-2.66 MB
Binary file not shown.

‎espflash/tests/data/esp32c6

-2.98 MB
Binary file not shown.

‎espflash/tests/data/esp32h2

-2.89 MB
Binary file not shown.

‎espflash/tests/data/esp32s2

-1.09 MB
Binary file not shown.

‎espflash/tests/data/esp32s3

-1.27 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.