summaryrefslogtreecommitdiff
path: root/ports/esp8266/help.c
AgeCommit message (Collapse)Author
2019-10-13remove ports/esp8266Dan Halbert
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
As a pointer (const char *) it takes up an extra word of storage which is in RAM.
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.