An open API service for providing issue and pull request metadata for open source projects.

GitHub / micropython/micropython issues and pull requests

Labelled with: port-esp8266

#18225 - tools/ci: Fix typo of pipefail.

Pull Request - State: open - Opened by projectgus about 1 month ago
Labels: port-esp8266

#17986 - esp8266/main: Decrease usable stack by 64 bytes.

Pull Request - State: open - Opened by dpgeorge 3 months ago
Labels: port-esp8266

#17346 - Optimise `machine.time_pulse_us` implementation for code size, and switch esp8266 port to use it

Pull Request - State: open - Opened by dpgeorge 6 months ago
Labels: port-esp8266, extmod

#17346 - Optimise `machine.time_pulse_us` implementation for code size, and switch esp8266 port to use it

Pull Request - State: open - Opened by dpgeorge 6 months ago - 5 comments
Labels: port-esp8266, extmod

#16903 - ports: make naming of ROMFS partition config variables consistent

Pull Request - State: closed - Opened by dpgeorge 8 months ago - 3 comments
Labels: port-esp8266, port-stm32

#16903 - Ports romfs consistent part naming

Pull Request - State: open - Opened by dpgeorge 8 months ago
Labels: port-esp8266, port-stm32

#16857 - Define `vfs.rom_ioctl()`, add romfs commands to mpremote, and implement ROM partition support on stm32, rp2, esp32, esp8266

Pull Request - State: closed - Opened by dpgeorge 9 months ago - 18 comments
Labels: port-esp8266, port-stm32, port-esp32, extmod, port-rp2

#16857 - Define `vfs.rom_ioctl()`, add romfs commands to mpremote, and implement ROM partition support on stm32, rp2, esp32, esp8266

Pull Request - State: closed - Opened by dpgeorge 9 months ago - 14 comments
Labels: port-esp8266, port-stm32, port-esp32, extmod, port-rp2

#16765 - esp8266/network_wlan: Allow enumerating connected stations in AP mode.

Pull Request - State: closed - Opened by agatti 9 months ago - 4 comments
Labels: port-esp8266

#16765 - esp8266/network_wlan: Allow enumerating connected stations in AP mode.

Pull Request - State: closed - Opened by agatti 9 months ago - 4 comments
Labels: port-esp8266

#16607 - machine.Pin: Implement Pin.toggle() for three ports.

Pull Request - State: closed - Opened by robert-hh 10 months ago - 11 comments
Labels: port-esp8266, port-esp32, port-cc3200

#16607 - machine.Pin: Implement Pin.toggle() for three ports.

Pull Request - State: closed - Opened by robert-hh 10 months ago - 10 comments
Labels: port-esp8266, port-esp32, port-cc3200

#16606 - esp8266/Makefile: Fix local toolchain builds on recent Linux systems.

Pull Request - State: closed - Opened by agatti 10 months ago
Labels: port-esp8266

#16155 - docs,esp8266,esp32: Replace deprecated network interface constants.

Pull Request - State: closed - Opened by projectgus about 1 year ago - 1 comment
Labels: docs, port-esp8266, port-esp32

#16155 - docs,esp8266,esp32: Replace deprecated network interface constants.

Pull Request - State: closed - Opened by projectgus about 1 year ago - 1 comment
Labels: docs, port-esp8266, port-esp32

#16153 - ports/machine_pwm: Set the PWM duty_u16() back to 65535.

Pull Request - State: closed - Opened by robert-hh about 1 year ago - 9 comments
Labels: port-esp8266, port-nrf, port-samd, port-mimxrt

#16153 - ports/machine_pwm: Set the PWM duty_u16() back to 65535.

Pull Request - State: closed - Opened by robert-hh about 1 year ago - 7 comments
Labels: port-esp8266, port-nrf, port-samd, port-mimxrt

#15790 - docs: esptool in makefile invocation is pointing to py file instead of tool

Issue - State: closed - Opened by uid89626 about 1 year ago - 1 comment
Labels: port-esp8266

#15409 - esp32,esp8266: Use new mp_obj_new_str_from_cstr() function.

Pull Request - State: closed - Opened by dpgeorge over 1 year ago
Labels: port-esp8266, port-esp32

#15409 - esp32,esp8266: Use new mp_obj_new_str_from_cstr() function.

Pull Request - State: closed - Opened by dpgeorge over 1 year ago
Labels: port-esp8266, port-esp32

#14204 - esp8266: Error OSError: -40 https request

Issue - State: closed - Opened by andreyu-git over 1 year ago - 2 comments
Labels: port-esp8266

#13542 - esp8266/boards/ESP8266_GENERIC: Disable MICROPY_DEBUG_PRINTERS.

Pull Request - State: closed - Opened by dpgeorge almost 2 years ago
Labels: port-esp8266

#13542 - esp8266/boards/ESP8266_GENERIC: Disable MICROPY_DEBUG_PRINTERS.

Pull Request - State: closed - Opened by dpgeorge almost 2 years ago
Labels: port-esp8266

#13147 - esp8266: Avoid including esp_mphal.h directly from source files

Pull Request - State: closed - Opened by projectgus almost 2 years ago - 5 comments
Labels: port-esp8266

#13096 - core,rp2,esp8266,windows, unix: Add new cross-port functions for event waiting and handling.

Pull Request - State: closed - Opened by projectgus almost 2 years ago - 12 comments
Labels: port-esp8266, py-core, port-unix, port-rp2, port-windows

#12662 - ports/boot: Skip execution of main.py if boot.py fails.

Pull Request - State: closed - Opened by robert-hh about 2 years ago - 3 comments
Labels: port-esp8266, port-esp32, port-nrf, port-rp2

#12594 - esp8266/boards: Remove urllib from the 2MiB manifest.

Pull Request - State: closed - Opened by dpgeorge about 2 years ago - 2 comments
Labels: port-esp8266

#11636 - network.WLAN(network.STA_IF) will create a access point if connection failed.

Issue - State: open - Opened by StreakingJerry over 2 years ago - 6 comments
Labels: bug, port-esp8266

#11558 - esp8266: WLAN.config('channel') to use wifi_get/set_channel().

Pull Request - State: closed - Opened by glenn20 over 2 years ago - 4 comments
Labels: port-esp8266

#11558 - esp8266: WLAN.config('channel') to use wifi_get/set_channel().

Pull Request - State: closed - Opened by glenn20 over 2 years ago - 4 comments
Labels: port-esp8266

#11544 - user defined functions, get function name

Issue - State: closed - Opened by massimosala over 2 years ago - 3 comments
Labels: enhancement, port-esp8266, proposed-close

#11465 - esp32,esp8266: Change network.WLAN from a function to a type.

Pull Request - State: open - Opened by dpgeorge over 2 years ago
Labels: port-esp8266, port-esp32

#11367 - esp8266: with micropython 1.20, mpy files aren't running

Issue - State: closed - Opened by massimosala over 2 years ago - 17 comments
Labels: bug, port-esp8266

#10372 - ESP8266 https server

Issue - State: closed - Opened by loup73 almost 3 years ago - 2 comments
Labels: bug, port-esp8266, proposed-close

#9460 - ports/esp8266: Add auto_connect & reconnects options to WLAN.config().

Pull Request - State: open - Opened by glenn20 about 3 years ago - 2 comments
Labels: port-esp8266

#8993 - ports/esp32-esp8266: Add support for set/get the wifi power saving mode.

Pull Request - State: closed - Opened by glenn20 over 3 years ago - 35 comments
Labels: port-esp8266, port-esp32

#8444 - ESP8266 - UART drops 16th digit or randomly stops receiving after first 16 digits

Issue - State: open - Opened by Trikkitt over 3 years ago - 2 comments
Labels: port-esp8266, needs-info

#8103 - WPA3 Support

Issue - State: open - Opened by lbhm almost 4 years ago - 3 comments
Labels: enhancement, port-esp8266

#8099 - ESP8266 Memory problems | mpremote | HTTPS request

Issue - State: closed - Opened by chrisdecker1201 almost 4 years ago - 11 comments
Labels: port-esp8266

#7784 - ports/esp8266: Software Serial (SoftUART) support.

Pull Request - State: open - Opened by MrJake222 about 4 years ago - 25 comments
Labels: port-esp8266

#7725 - Add support to read/write a single block in the RTC Memory

Pull Request - State: open - Opened by caco3 about 4 years ago - 3 comments
Labels: port-esp8266

#7075 - ntptime.py: added simple timezone support.

Pull Request - State: closed - Opened by mishafarms over 4 years ago - 6 comments
Labels: port-esp8266

#6984 - No Connection to Wifi with AUTH_WPA_WPA2_PSK

Issue - State: open - Opened by Killerbeast01 over 4 years ago - 2 comments
Labels: port-esp8266, needs-info

#6841 - Unable to open SSL / HTTPS socket with ESP8266: OSError from ssl.wrap_socket

Issue - State: closed - Opened by joseph-long almost 5 years ago - 3 comments
Labels: port-esp8266

#6802 - Safari on iOS and MacOS would not open page served on AP socket ESP8266

Issue - State: closed - Opened by m-stefanski almost 5 years ago - 5 comments
Labels: port-esp8266, needs-info

#6675 - boot loop after fresh firmware install on ESP8266MOD 12-F and ESP-12E

Issue - State: open - Opened by nithir almost 5 years ago - 10 comments
Labels: port-esp8266

#6555 - ESP8266: option to use NMI for PWM

Issue - State: open - Opened by Winkelkatze about 5 years ago - 1 comment
Labels: port-esp8266

#6515 - esp32: ESP-NOW support for ESP32 and ESP8266

Pull Request - State: closed - Opened by glenn20 about 5 years ago - 188 comments
Labels: port-esp8266, port-esp32

#6359 - ESP8266: New esp_init_data_default.bin in SDK >=v2.2.0, stuck in boot loop flashing 16M board

Issue - State: closed - Opened by mcauser about 5 years ago - 2 comments
Labels: port-esp8266

#5878 - esp8266: latest build boot failure, flashbdev.py OSError EIO

Issue - State: closed - Opened by irmen over 5 years ago - 6 comments
Labels: port-esp8266

#5783 - esp8266: [Errno 103] ECONNABORTED after some time

Issue - State: open - Opened by gary094 over 5 years ago - 26 comments
Labels: port-esp8266, needs-info

#5687 - esp8266 - Dirty flashing or upgrading from a different firmware does not work

Issue - State: closed - Opened by mordae over 5 years ago - 2 comments
Labels: port-esp8266

#5475 - Feature Request - mDNS on esp8266

Issue - State: open - Opened by diginfo almost 6 years ago - 1 comment
Labels: port-esp8266

#5395 - List mac addresses connected to ESP8266 via AP_IF mode

Issue - State: closed - Opened by capsulecorplab almost 6 years ago - 1 comment
Labels: enhancement, port-esp8266

#4738 - esp8266, log10(x), log2(x) have wrong syntax

Issue - State: closed - Opened by permaBox over 6 years ago - 3 comments
Labels: port-esp8266

#4297 - upip is failing with esp8266

Issue - State: closed - Opened by gyldcs about 7 years ago - 19 comments
Labels: port-esp8266

#4136 - esp8266: functions, generators don't support __name__

Issue - State: closed - Opened by pmp-p about 7 years ago - 6 comments
Labels: port-esp8266, proposed-close

#4107 - ESP8266: scan function

Issue - State: closed - Opened by ingframin about 7 years ago - 8 comments
Labels: enhancement, port-esp8266

#4079 - Missing docs for machine.PWM for esp8266

Issue - State: closed - Opened by brhumphe about 7 years ago - 2 comments
Labels: port-esp8266

#3961 - ESP8266 crashes on wake from deepsleep

Issue - State: closed - Opened by peterhinch over 7 years ago - 4 comments
Labels: notimpl, port-esp8266

#3763 - esp8266: REPL hangs after UART initializing

Issue - State: closed - Opened by alessss over 7 years ago - 6 comments
Labels: port-esp8266

#3759 - ESP8266 SPI slave mode

Issue - State: closed - Opened by Fef0 over 7 years ago - 7 comments
Labels: enhancement, port-esp8266

#3523 - esp8266/modules/ntptime: More accurate NTP syncing

Issue - State: open - Opened by puhitaku almost 8 years ago - 1 comment
Labels: enhancement, port-esp8266

#3427 - SmartConfig ESP8266 and ESP32

Issue - State: open - Opened by zaforic about 8 years ago - 3 comments
Labels: enhancement, port-esp8266, port-esp32

#3253 - esp8266/modmachine: improve Timer's API

Pull Request - State: closed - Opened by crespum over 8 years ago - 1 comment
Labels: port-esp8266

#3177 - esp8266: Allow forwarding between AP and STA interfaces

Issue - State: open - Opened by jadolg over 8 years ago - 7 comments
Labels: enhancement, port-esp8266

#3164 - select.ipoll can crash micropython with nonblocking sockets in an error state

Issue - State: closed - Opened by simon-budig over 8 years ago - 8 comments
Labels: port-esp8266, needs-info

#2893 - Add push/pop asm_xtensa convenience functions

Issue - State: open - Opened by ARF1 over 8 years ago - 4 comments
Labels: enhancement, port-esp8266

#2889 - Document need (or no need) to save & restore registers in asm_xtensa functions

Issue - State: open - Opened by ARF1 over 8 years ago - 4 comments
Labels: docs, port-esp8266

#2781 - Add ssl certificates on ESP8266

Issue - State: open - Opened by Lir10 almost 9 years ago - 50 comments
Labels: port-esp8266, proposed-close

#2778 - esp8266: WPA2 Enterprise support?

Issue - State: open - Opened by udupa-varun almost 9 years ago - 29 comments
Labels: enhancement, port-esp8266

#2642 - esp8266: set default softAP False (OFF)

Issue - State: open - Opened by profra about 9 years ago - 5 comments
Labels: port-esp8266, needs-info

#2569 - Access point interface active without being noticed

Issue - State: open - Opened by kfricke about 9 years ago - 2 comments
Labels: port-esp8266, needs-info

#2497 - ESP8266: WebREPL truncates pasted data

Issue - State: open - Opened by cpopp about 9 years ago - 11 comments
Labels: port-esp8266

#2316 - ESP8266 and SSD1306 I2C OLED causing OSError: I2C Bus Error

Issue - State: closed - Opened by Connor-F over 9 years ago - 8 comments
Labels: port-esp8266