We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc51c0b commit e6016c2Copy full SHA for e6016c2
drivers/rx/CMakeLists.txt
@@ -152,3 +152,9 @@ if(CONFIG_USE_RX_RDP_CTSU)
152
endif()
153
154
zephyr_compile_definitions_ifdef(CONFIG_INPUT_RENESAS_RX_QE_TOUCH_CFG QE_TOUCH_CONFIGURATION)
155
+
156
+if(CONFIG_HAS_MAPPED_INTERRUPTS)
157
+ zephyr_library_sources(
158
+ rdp/src/r_bsp/mcu/${CONFIG_SOC_SERIES}/mcu_mapped_interrupts.c
159
+ )
160
+endif()
0 commit comments