mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +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
294 B
INI
11 lines
294 B
INI
name=EEPROM
|
|
version=1.0
|
|
author=Ivan Grokhotkov
|
|
maintainer=Ivan Grokhotkov <ivan@esp8266.com>
|
|
sentence=Enables reading and writing data to the permanent FLASH storage, up to 4kb.
|
|
paragraph=
|
|
category=Data Storage
|
|
url=http://arduino.cc/en/Reference/EEPROM
|
|
architectures=esp8266
|
|
dot_a_linkage=true
|