Mercurial > ~darius > hgwebdir.cgi > modulator
comparison CMakeLists.txt @ 3:b10097c3383d
DMA test data repeatedly into PIO FIFO
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 29 Mar 2021 18:05:05 +1030 |
parents | 0d653f60dec8 |
children | 2db42eaba3c8 |
comparison
equal
deleted
inserted
replaced
2:0d653f60dec8 | 3:b10097c3383d |
---|---|
20 | 20 |
21 pico_generate_pio_header(${NAME} ${CMAKE_CURRENT_LIST_DIR}/dac.pio) | 21 pico_generate_pio_header(${NAME} ${CMAKE_CURRENT_LIST_DIR}/dac.pio) |
22 | 22 |
23 target_link_libraries(${NAME} | 23 target_link_libraries(${NAME} |
24 pico_stdlib | 24 pico_stdlib |
25 hardware_dma | |
26 hardware_irq | |
25 hardware_pio | 27 hardware_pio |
26 ) | 28 ) |
27 | 29 |
28 #bin2elf(${NAME} shaped-trap.dat) | 30 #bin2elf(${NAME} shaped-trap.dat) |
29 #bin2elf(${NAME} sgauss.dat) | 31 #bin2elf(${NAME} sgauss.dat) |