pico-sdk: Exclude the watchdog driver.
Review the dependencies to make it unnecessary to pull in the watchdog driver. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
905b18f3d7
commit
1d543dead8
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ if(CONFIG_HAS_RPI_PICO)
|
||||||
${rp2_common_dir}/hardware_clocks/clocks.c
|
${rp2_common_dir}/hardware_clocks/clocks.c
|
||||||
${rp2_common_dir}/hardware_pll/pll.c
|
${rp2_common_dir}/hardware_pll/pll.c
|
||||||
${rp2_common_dir}/hardware_xosc/xosc.c
|
${rp2_common_dir}/hardware_xosc/xosc.c
|
||||||
${rp2_common_dir}/hardware_watchdog/watchdog.c
|
|
||||||
${rp2_common_dir}/hardware_sync_spin_lock/sync_spin_lock.c
|
${rp2_common_dir}/hardware_sync_spin_lock/sync_spin_lock.c
|
||||||
${rp2_common_dir}/hardware_ticks/ticks.c
|
${rp2_common_dir}/hardware_ticks/ticks.c
|
||||||
${rp2_common_dir}/pico_bootrom/bootrom.c
|
${rp2_common_dir}/pico_bootrom/bootrom.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue