-
Notifications
You must be signed in to change notification settings - Fork 1k
Enable IWDG module for Nucleo-64 F446RE board. #234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
enabled in the first place. It would probably work fine for other boards as well.
Hi, @ghent360 In general, it could be interesting to provide small Arduino API like to to use dedicated feature. |
Hi, @fpistm Or would you rather have Arduino style C++ API? Watchdog.begin(uint16_t reload_time /* seconds */); // starts the watchdog |
welcome. It's an community project. Any contribution are welcome. ;) |
I reverted the HAL config change since the build_opt.h file can serve the same purpose. I added a Watchdog library and an example to expose the IWDG component. |
@fpistm any thoughts on the API proposal? |
Hi @ghent360, |
Signed-off-by: Frederic.Pillon <[email protected]>
To skip use of those cache, define 'UNUSED_ID_CACHE' Signed-off-by: Frederic.Pillon <[email protected]>
day and mask pointers arguments of RTC_GetAlarm() could be NULL Fix unused variable warning Signed-off-by: Frederic.Pillon <[email protected]>
5f641c5
to
cf54e13
Compare
I need to do more tests before release it so I will not have time to validate it properly for 1.3.0. This will be part of the 1.3.1 |
I've reviewed this PR and done tests across several STM32 Series. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#292 will replace this PR
Not sure why it was not enabled in the first place. It would probably work fine for other boards
as well.