MindMotion MM32F3277 LwIP HTTP Server Web Demo.
This repo uses Git Submodules to bring in dependent components.
- mm32_startup:https://github.com/PYGC/mm32_startup.git
- FreeRTOS-Kernel: https://github.com/FreeRTOS/FreeRTOS-Kernel.git
- lwip: https://git.savannah.gnu.org/git/lwip.git
To clone using HTTPS::
git clone https://www.github.com/PYGC/mm32_lwip_web.git --recurse-submodules
Using SSH:
git clone [email protected]:PYGC/mm32_lwip_web.git --recurse-submodules
If you have downloaded the repo without using the --recurse-submodules
argument, you need to run:
git submodule update --init --recursive
- Git Submodule Version: V10.4.3
- Git Submodule Version: STABLE-2_1_x
- DHCP: on
- HTTP Server Port: 80