diff options
| author | hathach <[email protected]> | 2026-03-16 22:33:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-16 22:33:25 +0700 |
| commit | 741132948b10d2410692b46b227da194fefb7238 (patch) | |
| tree | a81a86eaa97d9c37bc675a7a80020bf97da85e9e /test | |
| parent | 8e8bb9a66fb4c822489f76bac434cdf10a45db93 (diff) | |
Unify USB FSDEV driver implementation for various microcontrollers. Replace `FSDEV_BUS_32BIT` with `CFG_TUSB_FSDEV_32BIT`, adjust data/address stride macros, and refactor register/PMU access for consistency across platforms.
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": [ |
