hwdef: remove 'HAL_WATCHDOG_ENABLED_DEFAULT true' from periphs

this is the default for peripherals
This commit is contained in:
Peter Barker 2024-11-24 13:30:34 +11:00 committed by Peter Barker
parent 9835fe80d6
commit eedb8ae617
4 changed files with 0 additions and 12 deletions

View File

@ -19,9 +19,6 @@ env AP_PERIPH 1
define STM32_ST_USE_TIMER 5
define CH_CFG_ST_RESOLUTION 32
# enable watchdog
define HAL_WATCHDOG_ENABLED_DEFAULT true
# crystal frequency
OSCILLATOR_HZ 16000000

View File

@ -20,9 +20,6 @@ env AP_PERIPH 1
STM32_ST_USE_TIMER 5
# enable watchdog
define HAL_WATCHDOG_ENABLED_DEFAULT true
# crystal frequency
OSCILLATOR_HZ 16000000

View File

@ -20,9 +20,6 @@ env AP_PERIPH 1
STM32_ST_USE_TIMER 5
# enable watchdog
define HAL_WATCHDOG_ENABLED_DEFAULT true
# crystal frequency
OSCILLATOR_HZ 16000000

View File

@ -18,9 +18,6 @@ define HAL_STORAGE_SIZE 800
# setup build for a peripheral firmware
env AP_PERIPH 1
# enable watchdog
define HAL_WATCHDOG_ENABLED_DEFAULT true
# crystal frequency
OSCILLATOR_HZ 8000000