summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-04 22:21:08 +0700
committerhathach <[email protected]>2024-10-10 00:08:45 +0700
commitb2a98eadabf3b48f3d9316b32444f0b9cfbc2d1f (patch)
treea65c9a8eb646dfedcce82c44b2870ea4ddc8c4ba
parentcb5e273e9a9bde61970101191366b3845007eff9 (diff)
add stm32f769disco to hil pool
-rw-r--r--src/portable/synopsys/dwc2/dcd_dwc2.c2
-rw-r--r--test/hil/tinyusb.json36
2 files changed, 24 insertions, 14 deletions
diff --git a/src/portable/synopsys/dwc2/dcd_dwc2.c b/src/portable/synopsys/dwc2/dcd_dwc2.c
index 4fa869241..210ce1bba 100644
--- a/src/portable/synopsys/dwc2/dcd_dwc2.c
+++ b/src/portable/synopsys/dwc2/dcd_dwc2.c
@@ -637,7 +637,7 @@ static void phy_hs_init(dwc2_regs_t* dwc2) {
static bool check_dwc2(dwc2_regs_t* dwc2) {
#if CFG_TUSB_DEBUG >= DWC2_DEBUG
// print guid, gsnpsid, ghwcfg1, ghwcfg2, ghwcfg3, ghwcfg4
- // Run 'dwc2_info.py render-md' and check dwc2_info.md for bit-field value and comparison with other ports
+ // Run 'python dwc2_info.py' and check dwc2_info.md for bit-field value and comparison with other ports
volatile uint32_t const* p = (volatile uint32_t const*) &dwc2->guid;
TU_LOG1("guid, gsnpsid, ghwcfg1, ghwcfg2, ghwcfg3, ghwcfg4\r\n");
for (size_t i = 0; i < 5; i++) {
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index 1eaa08207..2358c3c4f 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -1,6 +1,19 @@
{
"boards": [
{
+ "name": "espressif_s3_devkitm",
+ "uid": "84F703C084E4",
+ "build" : {
+ "flags_on": ["", "CFG_TUD_DWC2_DMA"]
+ },
+ "tests": {
+ "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"]
+ },
+ "flasher": "esptool",
+ "flasher_sn": "3ea619acd1cdeb11a0a0b806e93fd3f1",
+ "flasher_args": "-b 1500000"
+ },
+ {
"name": "feather_nrf52840_express",
"uid": "1F0479CD0F764471",
"flasher": "jlink",
@@ -70,24 +83,21 @@
"flasher_args": "-device stm32f072rb"
},
{
+ "name": "stm32f769disco",
+ "uid": "21002F000F51363531383437",
+ "build" : {
+ "flags_on": ["", "CFG_TUD_DWC2_DMA"]
+ },
+ "flasher": "jlink",
+ "flasher_sn": "000778170924",
+ "flasher_args": "-device stm32f769ni"
+ },
+ {
"name": "stm32g0b1nucleo",
"uid": "4D0038000450434E37343120",
"flasher": "openocd",
"flasher_sn": "066FFF495087534867063844",
"flasher_args": "-f interface/stlink.cfg -f target/stm32g0x.cfg"
- },
- {
- "name": "espressif_s3_devkitm",
- "uid": "84F703C084E4",
- "build" : {
- "flags_on": ["", "CFG_TUD_DWC2_DMA"]
- },
- "tests": {
- "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"]
- },
- "flasher": "esptool",
- "flasher_sn": "3ea619acd1cdeb11a0a0b806e93fd3f1",
- "flasher_args": "-b 921600"
}
],
"boards-skip": [