aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/esp8266.ld
AgeCommit message (Collapse)Author
2019-10-10esp8266: Add per-board configs, following other ports.Mike Causer
The specific board can be selected with the BOARD makefile variable. This defaults (if not specified) to BOARD=GENERIC, which is the original default firmware build. For the 512k target use BOARD=GENERIC_512K.
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.