Merge pull request #7731 from ColtonWilley/zephyr_tls_support

Changes needed for default TLS support in zephyr kernel
This commit is contained in:
JacobBarthelmeh
2024-07-11 16:46:43 -06:00
committed by GitHub
8 changed files with 98 additions and 21 deletions

View File

@@ -9914,7 +9914,7 @@ ProtocolVersion MakeDTLSv1_3(void)
word32 LowResTimer(void)
{
int64_t t;
#if defined(CONFIG_ARCH_POSIX)
#if defined(CONFIG_ARCH_POSIX) && !defined(CONFIG_BOARD_NATIVE_POSIX)
k_cpu_idle();
#endif
t = k_uptime_get(); /* returns current uptime in milliseconds */