This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
298729b904
esp-idf
/
components
/
cxx
/
test
/
CMakeLists.txt
4 wiersze
119 B
CMake
Czysty
Zwykły widok
Historia
Unescape
Escape
components: use new component registration api
2019-04-28 07:38:23 +00:00
idf_component_register
(
SRC_DIRS
"."
test: declare requirements and include dirs private
2020-03-22 10:30:24 +00:00
P
R
I
V
_
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
cmock: added cmock as component * changing dependencies from unity->cmock * added component.mk and Makefile.projbuild * ignore test dir in gen_esp_err_to_name.py * added some brief introduction of CMock in IDF
2020-08-05 02:16:32 +00:00
P
R
I
V
_
R
E
Q
U
I
R
E
S
c
m
o
c
k
)