data/method/mongoose/mongoose-master/mip
luozhikun 09a1681920 feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
..
README.md feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
driver_stm32.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
driver_stm32.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
driver_tm4c.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
driver_tm4c.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
driver_w5500.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
mip.c feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00
mip.h feat: 增加method和tool资料 2024-01-29 10:44:43 +08:00

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

Example usage