blob: 25268ddf1c83371ea3184bcc6b70dbf6d596b4b1 [file] [log] [blame]
pico_simple_hardware_target(exception)
pico_mirrored_target_link_libraries(hardware_exception INTERFACE hardware_sync)
if (PICO_RISCV)
target_compile_definitions(hardware_exception INTERFACE PICO_CRT0_NO_ISR_RISCV_MACHINE_EXCEPTION=1)
target_sources(hardware_exception INTERFACE
exception_table_riscv.S
)
endif()