Skip to content

Commit 313dfa2

Browse files
committed
pico-sdk: Exclude the watchdog driver.
Review the dependencies to make it unnecessary to pull in the watchdog driver. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 418fa6d commit 313dfa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/hal_rpi_pico/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ if(CONFIG_HAS_RPI_PICO)
6060
${rp2_common_dir}/hardware_clocks/clocks.c
6161
${rp2_common_dir}/hardware_pll/pll.c
6262
${rp2_common_dir}/hardware_xosc/xosc.c
63-
${rp2_common_dir}/hardware_watchdog/watchdog.c
6463
${rp2_common_dir}/hardware_sync_spin_lock/sync_spin_lock.c
6564
${rp2_common_dir}/hardware_ticks/ticks.c
6665
${rp2_common_dir}/pico_bootrom/bootrom.c

0 commit comments

Comments
 (0)