Skip to content

Commit

Permalink
software composite build
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Feb 26, 2024
1 parent 9dba981 commit 1977ecd
Show file tree
Hide file tree
Showing 3 changed files with 1,286 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/tv-software/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
add_library(tv-software INTERFACE)

target_sources(tv-software INTERFACE ${CMAKE_CURRENT_LIST_DIR}/tv-software.c)

target_link_libraries(tv-software INTERFACE hardware_pio hardware_clocks hardware_dma)

target_include_directories(tv-software INTERFACE
${CMAKE_CURRENT_LIST_DIR}
)

Loading

0 comments on commit 1977ecd

Please sign in to comment.