mirror of
https://github.com/esp-rs/espflash.git
synced 2026-03-19 22:04:07 +00:00
Add chip detection using security info (#814)
* Add the ability to create a `Chip` from its corresponding chip ID * Attempt to detect chip using security info first, and use magic value if this fails * Update timeouts in HIL workflow * Update `CHANGELOG.md` * Increase more timeouts for HIL
This commit is contained in:
10
.github/workflows/hil.yml
vendored
10
.github/workflows/hil.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
||||
run: timeout 10 bash espflash/tests/scripts/board-info.sh
|
||||
|
||||
- name: flash test
|
||||
run: timeout 25 bash espflash/tests/scripts/flash.sh ${{ matrix.board.mcu }}
|
||||
run: timeout 60 bash espflash/tests/scripts/flash.sh ${{ matrix.board.mcu }}
|
||||
|
||||
- name: monitor test
|
||||
run: timeout 10 bash espflash/tests/scripts/monitor.sh
|
||||
@@ -116,13 +116,13 @@ jobs:
|
||||
timeout 90 bash espflash/tests/scripts/save-image_write-bin.sh ${{ matrix.board.mcu }}
|
||||
|
||||
- name: erase-region test
|
||||
run: timeout 10 bash espflash/tests/scripts/erase-region.sh
|
||||
run: timeout 15 bash espflash/tests/scripts/erase-region.sh
|
||||
|
||||
- name: hold-in-reset test
|
||||
run: timeout 5 bash espflash/tests/scripts/hold-in-reset.sh
|
||||
run: timeout 10 bash espflash/tests/scripts/hold-in-reset.sh
|
||||
|
||||
- name: reset test
|
||||
run: timeout 5 bash espflash/tests/scripts/reset.sh
|
||||
run: timeout 10 bash espflash/tests/scripts/reset.sh
|
||||
|
||||
- name: checksum-md5 test
|
||||
run: timeout 40 bash espflash/tests/scripts/checksum-md5.sh
|
||||
@@ -134,4 +134,4 @@ jobs:
|
||||
run: timeout 20 bash espflash/tests/scripts/write-bin.sh
|
||||
|
||||
- name: read-flash test
|
||||
run: timeout 30 bash espflash/tests/scripts/read-flash.sh
|
||||
run: timeout 60 bash espflash/tests/scripts/read-flash.sh
|
||||
|
||||
Reference in New Issue
Block a user