Merge pull request #10295 from lealem47/hal_xtime

Allow custom time functions on STM32
This commit is contained in:
Daniel Pouzzner
2026-05-04 13:22:50 -05:00
committed by GitHub
+4 -2
View File
@@ -2289,8 +2289,10 @@ extern void uITRON4_free(void *p) ;
#ifndef STM32_HAL_TIMEOUT
#define STM32_HAL_TIMEOUT 0xFF
#endif
/* bypass certificate date checking, due to lack of properly configured RTC source */
#ifndef HAL_RTC_MODULE_ENABLED
/* bypass certificate date checking, due to lack of properly
* configured RTC source */
#if !defined(HAL_RTC_MODULE_ENABLED) && !defined(XTIME) && \
!defined(USER_TIME)
#define NO_ASN_TIME
#endif