comparison CMakeLists.txt @ 2:0d653f60dec8

Actually get data moving out. Previous shape info caused a hard fault.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 29 Mar 2021 17:39:00 +1030
parents a55e39064a71
children b10097c3383d
comparison
equal deleted inserted replaced
1:b9ec45077bff 2:0d653f60dec8
23 target_link_libraries(${NAME} 23 target_link_libraries(${NAME}
24 pico_stdlib 24 pico_stdlib
25 hardware_pio 25 hardware_pio
26 ) 26 )
27 27
28 bin2elf(${NAME} shaped-trap.dat) 28 #bin2elf(${NAME} shaped-trap.dat)
29 bin2elf(${NAME} sgauss.dat) 29 #bin2elf(${NAME} sgauss.dat)
30 30
31 # create map/bin/hex file etc. 31 # create map/bin/hex file etc.
32 pico_add_extra_outputs(${NAME}) 32 pico_add_extra_outputs(${NAME})
33 33
34 # Set up files for the release packages 34 # Set up files for the release packages