diff options
| author | Ha Thach <[email protected]> | 2026-03-17 09:48:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-17 09:48:29 +0700 |
| commit | 608bbdd21e02804d7ab7873e351e60c2af085230 (patch) | |
| tree | 5936ac013a3bc8b0ccde51cd9acea2d586ac9046 /test | |
| parent | c1cf1ecef232cdab103390b59c8d17e11bd36505 (diff) | |
| parent | d63f11dbdae5da68338f78708af93ece20254d50 (diff) | |
Merge pull request #3555 from hathach/refactor-fsdev
refactor fsdev
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 8de8c7f32..e8449ba74 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -182,7 +182,8 @@ "name": "jlink", "uid": "779541626", "args": "-device stm32f072rb" - } + }, + "comment": "2x16 access scheme with 1KB USB SRAM" }, { "name": "stm32f723disco", @@ -226,7 +227,8 @@ "name": "openocd", "uid": "066FFF495087534867063844", "args": "-f interface/stlink.cfg -f target/stm32g0x.cfg" - } + }, + "comment": "32-bit scheme, 2KB USB SRAM" } ], "boards-skip": [ |
