kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Enable stdio UART where it's disabled
rodzic
e26677f81a
commit
b088d7286f
|
@ -7,7 +7,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 0)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(${OUTPUT_NAME} pico_stdlib breakout_as7262)
|
||||
|
|
|
@ -7,7 +7,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 0)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(${OUTPUT_NAME} pico_stdlib breakout_as7262 pico_explorer)
|
||||
|
|
|
@ -7,7 +7,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 0)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(${OUTPUT_NAME} pico_stdlib breakout_ltr559)
|
||||
|
|
|
@ -7,7 +7,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 0)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(${OUTPUT_NAME} pico_stdlib breakout_msa301)
|
||||
|
|
|
@ -7,7 +7,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 0)
|
||||
pico_enable_stdio_uart(${OUTPUT_NAME} 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(${OUTPUT_NAME} pico_stdlib breakout_sgp30)
|
||||
|
|
|
@ -5,7 +5,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(unicornplasma 1)
|
||||
pico_enable_stdio_uart(unicornplasma 0)
|
||||
pico_enable_stdio_uart(unicornplasma 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(unicornplasma pico_stdlib hardware_pio hardware_dma pico_unicorn)
|
||||
|
|
|
@ -5,7 +5,7 @@ add_executable(
|
|||
|
||||
# enable usb output, disable uart output
|
||||
pico_enable_stdio_usb(wireless_time 1)
|
||||
pico_enable_stdio_uart(wireless_time 0)
|
||||
pico_enable_stdio_uart(wireless_time 1)
|
||||
|
||||
# Pull in pico libraries that we need
|
||||
target_link_libraries(wireless_time pico_stdlib pico_wireless)
|
||||
|
|
Ładowanie…
Reference in New Issue