add pio-usb host test to hil. fix build as well

This commit is contained in:
hathach
2024-08-22 18:51:32 +07:00
parent 0db42aac71
commit ccf886ca80
2 changed files with 7 additions and 8 deletions

View File

@@ -42,7 +42,7 @@
static uart_inst_t *uart_inst; static uart_inst_t *uart_inst;
#endif #endif
#if CFG_TUH_RPI_PIO_USB || CFG_TUD_RPI_PIO_USB #if (CFG_TUH_ENABLED && CFG_TUH_RPI_PIO_USB) || (CFG_TUD_ENABLED && CFG_TUD_RPI_PIO_USB)
#include "pio_usb.h" #include "pio_usb.h"
#endif #endif
@@ -126,7 +126,7 @@ void stdio_rtt_init(void) {
void board_init(void) void board_init(void)
{ {
#if CFG_TUH_RPI_PIO_USB || CFG_TUD_RPI_PIO_USB #if (CFG_TUH_ENABLED && CFG_TUH_RPI_PIO_USB) || (CFG_TUD_ENABLED && CFG_TUD_RPI_PIO_USB)
// Set the system clock to a multiple of 120mhz for bitbanging USB with pico-usb // Set the system clock to a multiple of 120mhz for bitbanging USB with pico-usb
set_sys_clock_khz(120000, true); set_sys_clock_khz(120000, true);

View File

@@ -14,11 +14,7 @@
"flasher_sn": "E6633861A3978538", "flasher_sn": "E6633861A3978538",
"flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg", "flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg",
"tests": { "tests": {
"dual_attached": [ "dual_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002130"}]
{
"vid_pid": "1a86_55d4", "serial": "52D2002130"
}
]
} }
}, },
{ {
@@ -51,7 +47,10 @@
"uid": "E6614C311B764A37", "uid": "E6614C311B764A37",
"flasher": "openocd", "flasher": "openocd",
"flasher_sn": "E6614103E72C1D2F", "flasher_sn": "E6614103E72C1D2F",
"flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" "flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"",
"tests": {
"dual_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}]
}
}, },
{ {
"name": "stm32f072disco", "name": "stm32f072disco",