summaryrefslogtreecommitdiff
path: root/ports/esp8266
AgeCommit message (Expand)Author
2018-05-01esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.Lars Kellogg-Stedman
2018-04-28implemented 'claim_pin' methodology; updated 'open_drain' handlingsommersoft
2018-04-27added exception for PULL_UP; corrected open_drain handlingsommersoft
2018-04-26reset GPIO16 to input on deinitsommersoft
2018-04-25updated GPIO16 construct and handlingsommersoft
2018-04-25now checks for proper pin in is_pin_free; initialize GPIO16 as input in reset...sommersoft
2018-04-10remove unnecessary includes in esp8266 common-hal storage codeDan Halbert
2018-04-10esp8266 and nrf: raise NotImplementedErrorDan Halbert
2018-04-09esp8266: Disable "strict aliasing" in compiler like in atmel-samdJeff Epler
2018-04-06esp8266/etshal: delete incorrect function prototypesJeff Epler
2018-04-06esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
2018-03-27Enable high-quality float hashJeff Epler
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-03-12esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high.Damien George
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-05esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.Olivier Ortigues
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-26esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.Damien George
2018-02-26esp8266/uart: Allow to compile with event-driven REPL.Damien George
2018-02-24Add .baudrate support to ESP8266.Dan Halbert
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2018-02-15esp8266/README.md: Update build instruction to reflect new ports dir.Olivier Ortigues
2018-02-15esp8266/esppwm: Clip negative duty numbers to 0.Olivier Ortigues
2018-01-31esp8266/modules: Move dht.py driver to drivers/dht directory.Damien George
2018-01-30atmel-samd: Correct computation of SPI baud rate.Dan Halbert
2018-01-23re-added header inlcusion for system_get_chip_idsommersoft
2018-01-18Added Unique ID Functions/Updated Support Matrix (#527)sommersoft
2018-01-16Make chosen features consistent across all boards and ports atmel-samd, esp82...Dan Halbert
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-22esp8266/Makefile: Remove commented-out unused lines.Damien George
2017-12-14esp8266/machine_hspi: After an SPI write wait for last byte to transfer.Damien George
2017-12-04esp8266/modnetwork: Make sure to intern string passed to .config("param").Paul Sokolovsky
2017-11-30esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-11-14esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
2017-11-12esp8266/README: Add section on using upip.Paul Sokolovsky
2017-11-12esp8266/README: Emphasize the need to change default WiFi password.Paul Sokolovsky
2017-11-08py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.Paul Sokolovsky
2017-11-06enable framebuf for ESP8266Jerry Needell
2017-11-05esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.Paul Sokolovsky
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-24esp8266: Fix includesScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-11esp8266/modules/webrepl_setup: Add info about allowed password length.Vitor Massaru Iha
2017-10-09esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-03esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George