Initial Release
This commit is contained in:
5
dma/CMakeLists.txt
Normal file
5
dma/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
if (NOT PICO_NO_HARDWARE)
|
||||
add_subdirectory(channel_irq)
|
||||
add_subdirectory(control_blocks)
|
||||
add_subdirectory(hello_dma)
|
||||
endif ()
|
||||
Reference in New Issue
Block a user