This commit is contained in:
2025-02-11 22:21:56 +01:00
commit 287a28f789
51 changed files with 16390 additions and 0 deletions

11
app/CMakeLists.txt Normal file
View File

@@ -0,0 +1,11 @@
# Application configuration
add_executable(
bs
main.c
)
# linking configuration
target_link_libraries(
bs PRIVATE jtag_core
)