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ść
7d5ae1ee26
esp-idf
/
components
/
tcpip_adapter
/
CMakeLists.txt
4 wiersze
134 B
CMake
Czysty
Zwykły widok
Historia
Unescape
Escape
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter - provides object oriented access to network intefaces - not limited to default netifs - more generic abstraction to network input output functions - event handler registration removed from component responsibility - backward compatibility layer for legacy tcpip_apapter APIs Closes IDF-39
2019-06-28 14:47:34 +00:00
idf_component_register
(
SRCS
"tcpip_adapter_compat.c"
components: use new component registration api
2019-04-28 07:38:23 +00:00
I
N
C
L
U
D
E
_
D
I
R
S
i
n
c
l
u
d
e
esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter - provides object oriented access to network intefaces - not limited to default netifs - more generic abstraction to network input output functions - event handler registration removed from component responsibility - backward compatibility layer for legacy tcpip_apapter APIs Closes IDF-39
2019-06-28 14:47:34 +00:00
R
E
Q
U
I
R
E
S
e
s
p
_
n
e
t
i
f
)