summaryrefslogtreecommitdiff
path: root/ports/esp8266
AgeCommit message (Expand)Author
2019-02-15WIP: atmel-samd trinket build worksDan Halbert
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-22tell people that esp8266 is no longer supportedLars Kellogg-Stedman
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2018-12-06Use the stub for ESP8266 as well.Scott Shawcroft
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
2018-11-15merge 3.x swap of /lib and .frozen; update frozen libsDan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-11-01put .frozen before /lib in sys.path; update frozen librariesDan Halbert
2018-10-09esp8266/README: comment on the specific binary SDK usedJeff Epler
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-08-09Merge pull request #1104 from tannewt/more_stringsDan Halbert
2018-08-09Rework escaping and fix ESP build.Scott Shawcroft
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-08-07Support internationalisation.Scott 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-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