File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
125
125
wdt_feat .update_config = 1 ;
126
126
/* Support stopping watchdog timer */
127
127
wdt_feat .disable_watchdog = 1 ;
128
+ /* Accuracy of watchdog timer */
129
+ wdt_feat .clock_typical_frequency = 10000 ;
130
+ wdt_feat .clock_max_frequency = 15000 ;
128
131
129
132
return wdt_feat ;
130
133
}
Original file line number Diff line number Diff line change @@ -124,6 +124,10 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
124
124
wdt_feat .update_config = 1 ;
125
125
/* Support stopping watchdog timer */
126
126
wdt_feat .disable_watchdog = 1 ;
127
+ /* Accuracy of watchdog timer */
128
+ wdt_feat .clock_typical_frequency = 10000 ;
129
+ wdt_feat .clock_max_frequency = 15000 ;
130
+
127
131
128
132
return wdt_feat ;
129
133
}
Original file line number Diff line number Diff line change @@ -130,6 +130,9 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
130
130
wdt_feat .update_config = 1 ;
131
131
/* Support stopping watchdog timer */
132
132
wdt_feat .disable_watchdog = 1 ;
133
+ /* Accuracy of watchdog timer */
134
+ wdt_feat .clock_typical_frequency = 10000 ;
135
+ wdt_feat .clock_max_frequency = 15000 ;
133
136
134
137
return wdt_feat ;
135
138
}
Original file line number Diff line number Diff line change @@ -124,6 +124,9 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
124
124
wdt_feat .update_config = 1 ;
125
125
/* Support stopping watchdog timer */
126
126
wdt_feat .disable_watchdog = 1 ;
127
+ /* Accuracy of watchdog timer */
128
+ wdt_feat .clock_typical_frequency = 10000 ;
129
+ wdt_feat .clock_max_frequency = 14000 ;
127
130
128
131
return wdt_feat ;
129
132
}
You can’t perform that action at this time.
0 commit comments