index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32
Age
Commit message (
Expand
)
Author
2019-09-10
esp32: Add support for ESP32-D2WD with 2MiB internal flash.
Alex Albino
2019-09-10
esp32: Add VFS FAT partition to partitions.csv and mount it as the FS.
Damien George
2019-09-10
esp32/boards/TINYPICO: Switch to use QIO and 80MHz for SPI interface.
Damien George
2019-09-07
esp32: Update to use ESP IDF v3.3
Braden Mars
2019-09-05
esp32/machine_adc: Add ADC.read_u16() method.
Damien George
2019-09-03
esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O.
Jim Mussared
2019-08-28
esp32: Add 'config' function to network.LAN, reusing network.WLAN.
Eric Poulsen
2019-08-20
esp32: Add esp32.Partition class to expose partition and OTA funcs.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-16
esp32: Add per-board configs, following other ports.
Jim Mussared
2019-08-15
esp32/modules: On initial setup mount internal flash at root.
Damien George
2019-08-15
esp32: Add support for mDNS queries and responder.
Damien George
2019-08-14
esp32/network_ppp: Add authentication support to the PPP interface.
Kenta IDA
2019-07-30
esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition.
Damien George
2019-07-25
esp32: Pin MicroPython tasks to a specific core.
Amir Gonnen
2019-07-20
esp32/Makefile: Simplify include of IDF source by using wildcards.
Damien George
2019-07-20
esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule.
Damien George
2019-07-20
esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O.
Jim Mussared
2019-07-19
esp32: Add support for hardware I2C.
Damien George
2019-07-04
esp32/network_ppp: Add ppp_set_usepeerdns(pcb, 1) when init'ing iface.
Eric Poulsen
2019-07-01
ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.
Damien George
2019-06-25
esp32/Makefile: Include all driver/*.c source files in the build.
Josh Lloyd
2019-06-22
esp32/modnetwork: Still try to reconnect to WLAN even with AUTH_FAIL.
Damien George
2019-06-19
esp32: Update to use ESP IDF v3.3-beta3.
Damien George
2019-06-17
esp32/machine_sdcard: Fix bug in SPI slot number selection.
Nicko van Someren
2019-06-03
esp32: Add machine.SDCard class using built-in HW SD/MMC controller.
Nicko van Someren
2019-05-31
esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset.
Martin Dybdal
2019-05-28
esp32/modsocket: Raise EAGAIN when accept fails in non-blocking mode.
Damien George
2019-05-28
esp32/machine_touchpad: Use HW timer for FSM to enable wake-on-touch.
Tom Manning
2019-05-17
esp32/network_ppp: Add a timeout for closing PPP connection.
Damien George
2019-05-15
esp32/machine_uart: Implement UART.deinit() method.
Damien George
2019-05-13
esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data.
Damien George
2019-04-30
esp32/machine_wdt: Add timeout arg to select interval, make WDT panic.
Krono
2019-04-26
ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.
Damien George
2019-04-18
esp32/README: Add info about pyparsing and the correct Python version.
Damien George
2019-04-05
esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.
Damien George
2019-03-27
esp32/boards: Enable dual core support by default.
Damien George
2019-03-27
esp32/mpthreadport: Exit vPortCleanUpTCB early if threading not init'd.
Damien George
2019-03-26
esp32/machine_pin: Rework pull mode config to fix GPIO hold feature.
Damien George
2019-03-14
esp32/machine_pin: Add new PULL_HOLD pin pull mode.
Damien George
2019-03-14
esp32/machine_pin: Make it so None as pull value disables pull up/down.
Damien George
2019-03-12
esp32/mphalport: Use ets_delay_us for mp_hal_delay_us_fast.
Damien George
2019-03-11
esp32/Makefile: Add some missing IDF source files to bootloader and app.
Damien George
2019-03-08
esp32/modnetwork: Remove redundant esp_log include.
Petr Kracík
2019-03-08
esp32/modnetwork: Implement RSSI for WiFi STA via WLAN.status('rssi').
Petr Kracík
2019-03-05
ports: Update to work with new oofatfs version.
Damien George
2019-02-26
esp32/modnetwork: Fix wifi.isconnected to return False after disconnect.
Petr Kracík
2019-02-21
esp32/network_lan: Make power arg to constructor optional.
Petr Kracík
2019-02-21
esp32/modnetwork: Catch and report Ethernet events.
Petr Kracík
2019-02-21
esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.
Petr Kracík
[prev]
[next]