summaryrefslogtreecommitdiff
path: root/ports/esp8266
AgeCommit message (Expand)Author
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-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
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-06-08ports: Enable descriptors on stm32, esp8266, esp32 ports.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-06-05esp8266/modules/ntptime.py: Remove print of newly-set time.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-05-17esp8266/modmachine: Allow I2C and SPI to be configured out of the build.Damien George
2018-05-17esp8266/modnetwork: Raise ValueError when getting invalid WLAN id.Damien George
2018-05-17esp8266/modnetwork: Return empty str for hostname if STA is inactive.Damien George
2018-05-17esp8266/mpconfigport.h: Add some weak links to common Python modules.Damien George
2018-05-16 set #define MICROPY_USE_INTERNAL_ERRNO (0) in mpconfigport for ESP8266 to ...Jerry Needell
2018-05-07esp8266/modutime.c: remove symbol conflicts between time and utime modulesLars Kellogg-Stedman
2018-05-03Merge pull request #799 from larsks/feature/circuitpython/station-ssidScott Shawcroft
2018-05-03esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.Lars Kellogg-Stedman
2018-05-03ports/esp8266: try both binascii and ubinascii in inisetup.pyLars Kellogg-Stedman
2018-05-02allow esptool.py invocation to be set via make varsLars Kellogg-Stedman
2018-05-02esp8266: Disable DEBUG_PRINTERS for 512k build.Damien George
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