summaryrefslogtreecommitdiff
path: root/ports/esp8266/modmachine.c
AgeCommit message (Collapse)Author
2019-10-13remove ports/esp8266Dan Halbert
2018-08-16Fix esp and samdScott Shawcroft
2018-05-17esp8266/modmachine: Allow I2C and SPI to be configured out of the build.Damien George
I2C costs about 3000 bytes of code, and SPI costs about 4400 bytes.
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.