mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Link with double tap library.
This commit is contained in:
parent
77731e7e01
commit
479a7e7e05
@ -35,6 +35,10 @@ target_compile_definitions(${MICROPY_TARGET} PRIVATE
|
|||||||
${OMV_BOARD_MODULES_DEFINITIONS}
|
${OMV_BOARD_MODULES_DEFINITIONS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries(${MICROPY_TARGET}
|
||||||
|
pico_bootsel_via_double_reset
|
||||||
|
)
|
||||||
|
|
||||||
# Linker script
|
# Linker script
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT ${BUILD}/rp2.ld
|
OUTPUT ${BUILD}/rp2.ld
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user