skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb
This commit is contained in:
@@ -463,7 +463,7 @@ function(family_flash_openocd TARGET)
|
|||||||
# note skip verify since it has issue with rp2040
|
# note skip verify since it has issue with rp2040
|
||||||
add_custom_target(${TARGET}-openocd
|
add_custom_target(${TARGET}-openocd
|
||||||
DEPENDS ${TARGET}
|
DEPENDS ${TARGET}
|
||||||
COMMAND ${OPENOCD} ${OPTION_LIST} -c init -c halt -c "program $<TARGET_FILE:${TARGET}> reset" ${OPTION_LIST2} -c exit
|
COMMAND ${OPENOCD} -c "tcl_port disabled" -c "gdb_port disabled" ${OPTION_LIST} -c init -c halt -c "program $<TARGET_FILE:${TARGET}>" -c reset ${OPTION_LIST2} -c exit
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
@@ -2,7 +2,7 @@ set(MCU_VARIANT nrf52840)
|
|||||||
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
|
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
|
||||||
|
|
||||||
# enable max3421 host driver for this board
|
# enable max3421 host driver for this board
|
||||||
set(MAX3421_HOST 1)
|
# set(MAX3421_HOST 1)
|
||||||
|
|
||||||
function(update_board TARGET)
|
function(update_board TARGET)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
@@ -49,6 +49,7 @@
|
|||||||
"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": {
|
"tests": {
|
||||||
|
"skip": ["dual/host_info_to_device_cdc"],
|
||||||
"dual_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}]
|
"dual_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user