Skip to content

Commit d40b2c2

Browse files
authored
Enable unstable API and all examples build for rpi_pico (#824)
1 parent 2f7880a commit d40b2c2

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

examples/rpi_pico/CMakeLists.txt

+11-10
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ endif()
8484

8585
declare_cache_var(Z_FEATURE_LINK_SERIAL 1 STRING "Serial support")
8686
if(ZENOH_USB_UART)
87+
declare_cache_var(Z_FEATURE_UNSTABLE_API 1 STRING "Enable unstable API")
8788
declare_cache_var(Z_FEATURE_LINK_SERIAL_USB 1 STRING "Serial USB support")
8889
else()
8990
declare_cache_var(Z_FEATURE_LINK_SERIAL_USB 0 STRING "Serial USB support")
@@ -150,14 +151,14 @@ function(add_example name)
150151
pico_add_extra_outputs(${name})
151152
endfunction()
152153

153-
#add_example(z_get)
154+
add_example(z_get)
154155
add_example(z_pub)
155-
#add_example(z_pub_st)
156-
#add_example(z_pub_thr)
157-
#add_example(z_pull)
158-
#add_example(z_put)
159-
#add_example(z_queryable)
160-
#add_example(z_scout)
161-
#add_example(z_sub)
162-
#add_example(z_sub_st)
163-
#add_example(z_sub_thr)
156+
add_example(z_pub_st)
157+
add_example(z_pub_thr)
158+
add_example(z_pull)
159+
add_example(z_put)
160+
add_example(z_queryable)
161+
add_example(z_scout)
162+
add_example(z_sub)
163+
add_example(z_sub_st)
164+
add_example(z_sub_thr)

0 commit comments

Comments
 (0)