extract debug_log into its own static library; expose log_view iterator instead of raw ring_buffer
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
add_subdirectory(w6300)
|
||||
add_subdirectory(debug_log)
|
||||
|
||||
add_library(limen STATIC
|
||||
src/arp.cpp
|
||||
@@ -23,6 +24,7 @@ target_compile_options(limen PRIVATE -Wall -Wextra -Wno-unused-parameter)
|
||||
|
||||
target_link_libraries(limen PUBLIC
|
||||
w6300
|
||||
debug_log
|
||||
pico_stdlib
|
||||
pico_sha256
|
||||
pico_unique_id
|
||||
|
||||
Reference in New Issue
Block a user