Skip to content

Commit

Permalink
Enable unstable API and all examples build for rpi_pico
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 9, 2024
1 parent 2f7880a commit 11ccfc2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions examples/rpi_pico/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ endif()

declare_cache_var(Z_FEATURE_LINK_SERIAL 1 STRING "Serial support")
if(ZENOH_USB_UART)
declare_cache_var(Z_FEATURE_UNSTABLE_API 1 STRING "Enable unstable API")
declare_cache_var(Z_FEATURE_LINK_SERIAL_USB 1 STRING "Serial USB support")
else()
declare_cache_var(Z_FEATURE_LINK_SERIAL_USB 0 STRING "Serial USB support")
Expand Down Expand Up @@ -150,14 +151,14 @@ function(add_example name)
pico_add_extra_outputs(${name})
endfunction()

#add_example(z_get)
add_example(z_get)
add_example(z_pub)
#add_example(z_pub_st)
#add_example(z_pub_thr)
#add_example(z_pull)
#add_example(z_put)
#add_example(z_queryable)
#add_example(z_scout)
#add_example(z_sub)
#add_example(z_sub_st)
#add_example(z_sub_thr)
add_example(z_pub_st)
add_example(z_pub_thr)
add_example(z_pull)
add_example(z_put)
add_example(z_queryable)
add_example(z_scout)
add_example(z_sub)
add_example(z_sub_st)
add_example(z_sub_thr)

0 comments on commit 11ccfc2

Please sign in to comment.