mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 07:59:00 +08:00
65873f3dee
- Fix clock guessing - Frames are now read in order, and only host owned descriptors are checked - Read as many frames as possible (but don't loop forever) - Discard bad frames - Fixed incorrect handling of RU bit and exit out of suspended condition - If a frame arrives while processing, it will now generate a new interrupt (formerly it would wait for another frame to arrive as we reset the flag on exit) |
||
---|---|---|
.. | ||
driver_enc28j60.c | ||
driver_stm32.c | ||
driver_stm32.h | ||
driver_tm4c.c | ||
driver_tm4c.h | ||
driver_w5500.c | ||
mip.c | ||
mip.h | ||
README.md |
MIP - a built-in TCP/IP stack for Mongoose Library
This bare-metal embedded TCP/IP stack is designed specifically for Mongoose.
Works with or without RTOS. Makes it possible to implement networking without
any extra software - just drop mongoose.c
and mongoose.h
into your sources,
and you're done!
Implemented drivers
- STM32F4xx
- STM32F7xx
- W5500