summaryrefslogtreecommitdiff
path: root/ports/esp8266/common-hal
AgeCommit message (Expand)Author
2019-10-13remove ports/esp8266Dan Halbert
2019-07-05updated samd and esp8266 portsiot49
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-09-18merge 3.0.2 to masterDan Halbert
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-08-16Fix esp and samdScott Shawcroft
2018-07-28merge finishedDan Halbert
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-15fixes #642; spi_init_gpio() is now bypassed for both construct and configuresommersoft
2018-06-10Fixes #918 (PulseIn.get_paused) ...Nick Moore
2018-06-10Merge commit '2129bbe160278f7cd2cece939f81900a41f8aa86' into circuitpython-ni...Nick Moore
2018-06-10Update PulseIn.cjerryneedell
2018-06-10fix #918jerryneedell
2018-06-08Work on pulseio.PulseOut for #716 ESP8266Nick Moore
2018-06-08Clean up interrupt handling for pulseio.PulseIn implementation for #716 ESP8266Nick Moore
2018-06-08Initial pulseio.PulseOut implementation for #716 ESP8266Nick Moore
2018-06-08Initial pulseio.PulseIn implmentation for #716 ESP8266Nick Moore
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-02-24Add .baudrate support to ESP8266.Dan Halbert
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-02merge from 2.2.0 + fix up board defsDan Halbert
2017-10-24esp8266: Fix includesScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft