New info example, overall testing helpers. Improved readme

This commit is contained in:
Scott Penrose
2026-06-08 13:20:25 +10:00
parent ce3e5cad3f
commit 372c177479
12 changed files with 935 additions and 331 deletions
+4
View File
@@ -27,6 +27,10 @@ target_include_directories(meshcore_companion PUBLIC src)
add_executable(meshcore_tty examples-linux/tty_bridge/meshcore_tty.c)
target_link_libraries(meshcore_tty PRIVATE meshcore_companion)
# Linux example: one-shot dump of everything the radio reports, then exit.
add_executable(meshcore_info examples-linux/info/meshcore_info.c)
target_link_libraries(meshcore_info PRIVATE meshcore_companion)
# Host unit test for the codec (no hardware required).
enable_testing()
add_executable(test_codec test/test_codec.c)