Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
/ mm32_lwip_web Public archive

MindMotion MM32F3277 LwIP HTTP Server Demo.

Notifications You must be signed in to change notification settings

iclite/mm32_lwip_web

Repository files navigation

MM32_LWIP_WEB

MindMotion MM32F3277 LwIP HTTP Server Web Demo.

Live Demo

Target

  • Chip: MM32F3277G9P Page
  • Board: MindMotion MB-039 PDF
  • IDE: IAR v7.80.4 or v8.50.9

Cloning this repository

This repo uses Git Submodules to bring in dependent components.

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

FreeRTOS

  • Git Submodule Version: V10.4.3

LwIP

  • Git Submodule Version: STABLE-2_1_x
  • DHCP: on
  • HTTP Server Port: 80

About

MindMotion MM32F3277 LwIP HTTP Server Demo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages