Skip to content

Commit a486f51

Browse files
committed
modules: hal_rpi_pico: Add hardware_sha256 to include directories
Add `hardware_sha256/include` to `zephyr_include_directories`. Use the header only. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 6efca1a commit a486f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hal_rpi_pico/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ if(CONFIG_HAS_RPI_PICO)
8282
${rp2_common_dir}/hardware_boot_lock/include
8383
${rp2_common_dir}/hardware_ticks/include
8484
${rp2_common_dir}/hardware_sync_spin_lock/include
85+
${rp2_common_dir}/hardware_sha256/include
8586
${rp2_common_dir}/pico_bootrom/include
8687
${rp2_common_dir}/pico_flash/include
8788
${rp2_common_dir}/pico_platform_compiler/include

0 commit comments

Comments
 (0)