iclite / mm32_lwip_web

MindMotion MM32F3277 LwIP HTTP Server Demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.


Languages

Language:C 99.7%Language:JavaScript 0.2%Language:CSS 0.1%Language:HTML 0.1%Language:Batchfile 0.0%