summaryrefslogtreecommitdiff
path: root/ports/esp8266/esp8266_common.ld
AgeCommit message (Collapse)Author
2019-10-13remove ports/esp8266Dan Halbert
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
This also changes the build script to python with better output.
2018-08-09Rework escaping and fix ESP build.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
2018-04-06esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
Recent vendor SDKs ship libs with code in .text section, which previously was going into .irom0.text. Adjust the linker script to route these sections back to iROM (follows upstream change).
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
This patch takes the software SPI implementation from extmod/machine_spi.c and moves it to a dedicated file in drivers/bus/softspi.c. This allows the SPI driver to be used independently of the uPy runtime, making it a more general component.
2017-11-14esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
Recent vendor SDKs ship libs with code in .text section, which previously was going into .irom0.text. Adjust the linker script to route these sections back to iROM (follows upstream change).
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
This is prep for merging in the NRF5 pull request.
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.