File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ cc_binary(
154
154
"@pico-sdk//src/common/pico_usb_reset_interface_headers" ,
155
155
"@pico-sdk//src/rp2350/hardware_regs:otp_data" ,
156
156
"@pico-sdk//src/rp2_common/pico_bootrom:pico_bootrom_headers" ,
157
- "@pico-sdk//src/rp2_common/pico_stdio_usb:reset_interface_headers" ,
158
157
] + select ({
159
158
# MSVC can't handle long strings, so use this manually generated
160
159
# header instead.
Original file line number Diff line number Diff line change @@ -303,8 +303,6 @@ target_compile_definitions(picotool PRIVATE
303
303
)
304
304
# for OTP info
305
305
target_include_directories (picotool PRIVATE ${CMAKE_CURRENT_BINARY_DIR} )
306
- # todo, this is a bit of an abstraction failure; but don't want to rev the SDK just for this right now
307
- target_include_directories (picotool PRIVATE ${PICO_SDK_PATH} /src/rp2_common/pico_stdio_usb/include )
308
306
target_link_libraries (picotool
309
307
pico_binary_info
310
308
boot_uf2_headers
Original file line number Diff line number Diff line change 45
45
#include " elf2uf2.h"
46
46
#include " boot/bootrom_constants.h"
47
47
#include " pico/binary_info.h"
48
- #include " pico/stdio_usb/reset_interface .h"
48
+ #include " pico/usb_reset_interface .h"
49
49
#include " elf.h"
50
50
#include " otp.h"
51
51
#include " model.h"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ cc_library(
17
17
"//elf" ,
18
18
"@libusb" ,
19
19
"@pico-sdk//src/common/boot_picoboot_headers" ,
20
+ "@pico-sdk//src/common/pico_usb_reset_interface_headers" ,
20
21
"@pico-sdk//src/rp2_common/boot_bootrom_headers" ,
21
22
"@pico-sdk//src/rp2_common/pico_bootrom:pico_bootrom_headers" ,
22
- "@pico-sdk//src/rp2_common/pico_stdio_usb:reset_interface_headers" ,
23
23
],
24
24
)
Original file line number Diff line number Diff line change 11
11
12
12
#include "picoboot_connection.h"
13
13
#include "boot/bootrom_constants.h"
14
- #include "pico/stdio_usb/reset_interface .h"
14
+ #include "pico/usb_reset_interface .h"
15
15
16
16
#if ENABLE_DEBUG_LOG
17
17
#include <stdio.h>
You can’t perform that action at this time.
0 commit comments