159d552150
* Fix bug in irq_remove_shared_handler and add test #823 * Add comments to irq_handler_chain.S Co-authored-by: Luke Wren <wren6991@gmail.com>
4 lines
181 B
CMake
4 lines
181 B
CMake
add_executable(hardware_irq_test hardware_irq_test.c)
|
|
|
|
target_link_libraries(hardware_irq_test PRIVATE pico_test hardware_irq hardware_dma)
|
|
pico_add_extra_outputs(hardware_irq_test) |