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 e7ccf82 commit 4e7ed9dCopy full SHA for 4e7ed9d
modules/hal_rpi_pico/CMakeLists.txt
@@ -104,9 +104,11 @@ if(CONFIG_HAS_RPI_PICO)
104
${rp2_common_dir}/hardware_uart/include)
105
106
zephyr_library_sources_ifdef(CONFIG_PICOSDK_USE_FLASH
107
- ${rp2_common_dir}/hardware_flash/flash.c)
+ ${rp2_common_dir}/hardware_flash/flash.c
108
+ ${rp2_common_dir}/hardware_xip_cache/xip_cache.c)
109
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_FLASH
- ${rp2_common_dir}/hardware_flash/include)
110
+ ${rp2_common_dir}/hardware_flash/include
111
+ ${rp2_common_dir}/hardware_xip_cache/include)
112
113
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_PWM
114
${rp2_common_dir}/hardware_pwm/include)
0 commit comments