Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4bbb74

Browse files
committedApr 28, 2022
cpu/esp32: always include libc_gettimeofday
1 parent c036b6c commit a4bbb74

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎cpu/esp32/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ config CPU_FAM_ESP32
3030
select MODULE_RTT_RTC if HAS_PERIPH_RTT && MODULE_PERIPH_RTC
3131
select MODULE_PS if MODULE_SHELL
3232
select MODULE_PTHREAD if MODULE_LIBSTDCPP && TEST_KCONFIG
33+
select MODULE_LIBC_GETTIMEOFDAY if TEST_KCONFIG
3334
imply MODULE_NEWLIB_NANO
3435

3536
## CPU Models

‎cpu/esp32/Makefile.dep

+2
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,5 @@ endif
107107
ifneq (,$(filter esp_jtag,$(USEMODULE)))
108108
FEATURES_REQUIRED += esp_jtag
109109
endif
110+
111+
USEMODULE += libc_gettimeofday

0 commit comments

Comments
 (0)
Please sign in to comment.