Add example which uses the in-built 'DMA sniff' capability to check a CRC32

This commit is contained in:
andygpz11
2023-02-10 17:11:00 +00:00
committed by GitHub
parent 42ffd518c9
commit 827cb43b3a
4 changed files with 113 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ if (NOT PICO_NO_HARDWARE)
add_subdirectory(channel_irq)
add_subdirectory(control_blocks)
add_subdirectory(hello_dma)
add_subdirectory(sniff_crc)
endif ()