Lines Matching refs:pioasm
75 # Check pioasm is installed, or build it if not installed
80 if (NOT TARGET pioasm AND NOT DEFINED pioasm_FOUND)
81 set(pioasm_INSTALL_DIR ${CMAKE_BINARY_DIR}/pioasm-install)
82 if (NOT pioasm_DIR AND EXISTS ${pioasm_INSTALL_DIR}/pioasm)
83 set(pioasm_DIR ${pioasm_INSTALL_DIR}/pioasm)
85 # Find package - will find installed pioasm, either at pioasm_DIR or system
86 find_package(pioasm ${pioasm_VERSION_REQUIRED} QUIET CONFIG NO_CMAKE_FIND_ROOT_PATH)
91 find_package(pioasm MODULE REQUIRED)
95 if (TARGET pioasm)
98 message("No pioasm found")
157 # PICO_CMAKE_CONFIG: PICO_DEFAULT_PIOASM_OUTPUT_FORMAT, Default output format used by pioasm when using pico_generate_pio_header, type=string, default=c-sdk, group=build
191 COMMAND pioasm -o ${OUTPUT_FORMAT} -v ${VERSION_STRING} ${PIO} ${HEADER}