Add current ideas to docu

This commit is contained in:
Florian Hoss 2022-07-25 12:38:22 +02:00
parent a125fb9427
commit 2b3da7d987
5 changed files with 594 additions and 191 deletions

View file

@ -36,4 +36,20 @@
urldate = {2022-07-20},
year = {2022},
url = {https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#wi-fi-driver}
}
}
@online{lwip,
author = {LwIP},
title = {LwIP},
urldate = {2022-07-25},
year = {2022},
url = {https://www.nongnu.org/lwip/2_1_x/index.html}
}
@online{lwip-hook,
author = {LwIP},
title = {LWIP_HOOK_IP4_INPUT},
urldate = {2022-07-25},
year = {2022},
url = {https://www.nongnu.org/lwip/2_1_x/group__lwip__opts__hooks.html#ga9124237c28e2f18f3b28d5be09e9ccb6}
}