summaryrefslogtreecommitdiff
path: root/ports/esp8266/modules/inisetup.py
AgeCommit message (Collapse)Author
2019-10-13remove ports/esp8266Dan Halbert
2018-05-03ports/esp8266: try both binascii and ubinascii in inisetup.pyLars Kellogg-Stedman
in recent circuitpython builds, `ubinascii` is available as `binascii`. This modifies `modules/inisetup.py` to use the same import semantics as `modules/websocket_helper.py`: first try importing `ubinascii`, and if that fails, fall back to importing `binascii`. Closes adafruit/circuitpython#795
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.