diff options
| author | hathach <[email protected]> | 2024-08-01 15:24:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-01 15:38:59 +0700 |
| commit | f5d8796a6c59714d3096cf78cd7b4e8e114993a1 (patch) | |
| tree | ba8f43b0f4d6b71df6e6b9f89950aa6c0dc4ae39 | |
| parent | 46fd82299040ff8c572f2b991f5226bf18405ffe (diff) | |
add f072 (fsdev 1k) to hil test
| -rw-r--r-- | .github/workflows/cifuzz.yml | 2 | ||||
| -rw-r--r-- | test/hil/rpi.json | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 622d261a0..d7f1fc066 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -26,7 +26,7 @@ jobs: with: oss-fuzz-project-name: 'tinyusb' language: c++ - fuzz-seconds: 600 + fuzz-seconds: 400 - name: Upload Crash uses: actions/upload-artifact@v4 diff --git a/test/hil/rpi.json b/test/hil/rpi.json index 4d9b0f216..9520f30e2 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -45,6 +45,13 @@ "flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" }, { + "name": "stm32f072disco", + "uid": "3A001A001357364230353532", + "flasher": "jlink", + "flasher_sn": "779541626", + "flasher_args": "-device stm32f072rb" + }, + { "name": "stm32g0b1nucleo", "uid": "4D0038000450434E37343120", "flasher": "openocd", |
