summaryrefslogtreecommitdiff
path: root/ports/esp8266/common-hal
AgeCommit message (Collapse)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 ↵Nick Moore
circuitpython-nickzoic-716-pulseio-esp8266
2018-06-10Update PulseIn.cjerryneedell
2018-06-10fix #918jerryneedell
Add stub for common_hal_pulseio_pulsein_get_paused to make ESP8266 build compatible with PR #901
2018-06-08Work on pulseio.PulseOut for #716 ESP8266Nick Moore
Switch to ets_delay_us but the PWM is still way too slow to be useful.
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 ↵sommersoft
reset_pins
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
busio.UART on ESP8266 provides a TX-only UART on GPIO2. Fixed some bugs in the implementation.
2018-01-30atmel-samd: Correct computation of SPI baud rate.Dan Halbert
all: Add .frequency read-only property for busio.SPI to return actual frequency. Fix esp8266/posix_helpers.c, which was not up to date for the new long-lived/short-lived heap allocation scheme.
2018-01-23re-added header inlcusion for system_get_chip_idsommersoft
2018-01-18Added Unique ID Functions/Updated Support Matrix (#527)sommersoft
shared_bindings/index.rst: updated Support Matrix format as discussed in PR #503 & Issue #448. shared-bindings/microcontroller/Processor.c & .h: added UID lookup functionality for use with all ports. Fixes #462.
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
This is prep for merging in the NRF5 pull request.