2022-09-11 20:42:59 +08:00
|
|
|
# MIP - a built-in TCP/IP stack for Mongoose Library
|
2022-06-12 00:29:45 +08:00
|
|
|
|
|
|
|
This bare-metal embedded TCP/IP stack is designed specifically for Mongoose.
|
2022-09-11 20:42:59 +08:00
|
|
|
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!
|
2022-06-12 00:29:45 +08:00
|
|
|
|
2022-09-11 20:42:59 +08:00
|
|
|
## Implemented drivers
|
|
|
|
|
|
|
|
- STM32F4xx
|
|
|
|
- STM32F7xx
|
|
|
|
- W5500
|
|
|
|
|
|
|
|
## Example usage
|
|
|
|
|
|
|
|
- [nucleo-f746 bare metal](../examples/stm32/nucleo-f746zg-baremetal)
|
|
|
|
- [nucleo-f429 bare metal](../examples/stm32/nucleo-f429zi-baremetal)
|
|
|
|
- (VIDEO) [stm32f7 with CubeIDE](https://www.youtube.com/watch?v=8htC_TSBeO0)
|
|
|
|
- [Xiao M0 SAMD21 Arduino + W5500](../examples/arduino/w5500)
|