File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ example_auto_set_url(pio_squarewave)
15
15
# generate .hex file and .pio.h file for the RP2040 datasheet (to make sure
16
16
# the datasheet always shows the output of the latest pioasm version)
17
17
add_custom_target (pio_squarewave_datasheet DEPENDS
18
- Pioasm
19
18
${CMAKE_CURRENT_LIST_DIR} /generated/squarewave.hex
20
19
${CMAKE_CURRENT_LIST_DIR} /generated/squarewave.pio.h
21
20
${CMAKE_CURRENT_LIST_DIR} /generated/squarewave_wrap.pio.h
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pico_add_extra_outputs(pio_ws2812_parallel)
27
27
example_auto_set_url (pio_ws2812_parallel )
28
28
29
29
# Additionally generate python and hex pioasm outputs for inclusion in the RP2040 datasheet
30
- add_custom_target (pio_ws2812_datasheet DEPENDS Pioasm ${CMAKE_CURRENT_LIST_DIR} /generated/ws2812.py )
30
+ add_custom_target (pio_ws2812_datasheet DEPENDS ${CMAKE_CURRENT_LIST_DIR} /generated/ws2812.py )
31
31
add_custom_command (OUTPUT ${CMAKE_CURRENT_LIST_DIR} /generated/ws2812.py
32
32
DEPENDS ${CMAKE_CURRENT_LIST_DIR} /ws2812.pio
33
33
COMMAND Pioasm -o python ${CMAKE_CURRENT_LIST_DIR} /ws2812.pio ${CMAKE_CURRENT_LIST_DIR} /generated/ws2812.py
You can’t perform that action at this time.
0 commit comments