Skip to content

Commit

Permalink
feat: added samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsan committed Sep 11, 2024
1 parent 118a3c8 commit 5351302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakelists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ cmake_minimum_required(VERSION 3.5)
add_subdirectory(examples/http_server)
add_subdirectory(examples/mqtt_client)
add_subdirectory(examples/nrf_dfu_master)
add_subdirectory(examples/tcp_server)
add_subdirectory(examples/tcp_client)
add_subdirectory(examples/uart)
add_subdirectory(tests)

0 comments on commit 5351302

Please sign in to comment.