mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-06 11:22:26 +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)
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