Enable IWDG module for Nucleo-64 F446RE board.#234
Enable IWDG module for Nucleo-64 F446RE board.#234ghent360 wants to merge 30 commits intostm32duino:masterfrom
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 <frederic.pillon@st.com>
To skip use of those cache, define 'UNUSED_ID_CACHE' Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
day and mask pointers arguments of RTC_GetAlarm() could be NULL Fix unused variable warning Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
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. |
Commit reference:
4a02bfc ("Merge pull request stm32duino#234 from pillo79/license_cleanup", 2024-06-17)
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Not sure why it was not enabled in the first place. It would probably work fine for other boards
as well.