1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/doc.txt

12 lines
356 B
Plaintext
Raw Normal View History

2015-08-03 22:30:46 +02:00
/**
* @defgroup pkg_lwip lwIP network stack
* @ingroup pkg
* @ingroup net
* @brief Provides the lwIP network stack
2019-10-09 12:45:32 +02:00
* @see https://savannah.nongnu.org/projects/lwip/
* @see https://www.nongnu.org/lwip/2_1_x/
*
* lwIP is a lightweight TCP/IP stack primarily for usage with Ethernet.
2019-10-09 12:45:32 +02:00
* It can be used with the @ref net_sock API.
2015-08-03 22:30:46 +02:00
*/