mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system * enable dot_a_linkage on internal libraries * add device tests * boards generator: deprecate --noextra4k/--allowWPS and fix documentation
11 lines
322 B
INI
11 lines
322 B
INI
name=ESP8266WebServer
|
|
version=1.0
|
|
author=Ivan Grokhotkov
|
|
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
|
|
sentence=Simple web server library
|
|
paragraph=The library supports HTTP GET and POST requests, provides argument parsing, handles one client at a time.
|
|
category=Communication
|
|
url=
|
|
architectures=esp8266
|
|
dot_a_linkage=true
|