71 Commits (41226e9a18dbde13b7d83495bb2d5c8fc9170e0a)

Author SHA1 Message Date
Damien George 82bc4838d2 esp32/mpconfigport.h: Enable ucryptolib module. 6 years ago
Damien George 34b2f6b6fc esp32/modules: Include umqtt library in frozen modules. 6 years ago
Damien George d61d119c94 esp32: Update to latest ESP IDF. 6 years ago
Damien George cf1509c911 esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp. 6 years ago
Damien George 0501427907 esp32: Remove port-specific uhashlib implementation and use common one. 7 years ago
Damien George 565f590586 ports: Enable IOBase on unix, stm32, esp8266 and esp32. 7 years ago
Damien George b2fa1b50ed ports: Call gc_sweep_all() when doing a soft reset. 7 years ago
Glenn Moloney 039f196c56 esp32/modnetwork: Fix isconnected() when using static IP config. 7 years ago
Damien George 93150a0d40 ports: Enable descriptors on stm32, esp8266, esp32 ports. 7 years ago
Damien George f35aae366c extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX. 7 years ago
Damien George a90124a9e2 esp32: Add support for building with external SPI RAM. 7 years ago
Angus Gratton bc92206f89 esp32/Makefile: Extract common C & C++ flags for consistent compilation. 7 years ago
Nick Moore ef4c8e6e97 esp32: Silence ESP-IDF log messages when in raw REPL mode. 7 years ago
Damien George df9b7e8f24 esp32/esp32.custom_common.ld: Put soc code in iram0. 7 years ago
Damien George 20b4b85f72 ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports. 7 years ago
Damien George 2923671a0c esp32/Makefile: Update to latest ESP IDF version. 7 years ago
Damien George cdaace1fdf esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API. 7 years ago
Bas Wijnen 67e1a4f8be esp32: Update to latest ESP IDF version. 7 years ago
Damien George 12a3fccc7e esp32/modsocket: Check for pending events during blocking socket calls. 7 years ago
Damien George 4fa7d36cee esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts. 7 years ago
Damien George 6681eb809a esp32/modsocket: Correctly handle reading from a peer-closed socket. 7 years ago
Torwag fb7dabb971 esp32/README: Add --init to submodule update command. 7 years ago
Damien George 777e042ab5 esp32/modnetwork: Allow to get ESSID of AP that STA is connected to. 7 years ago
Andreas Valder 298c072433 esp32: Add support for the esp32's ULP. 7 years ago
Damien George 23e9c3bca7 esp32/modules: Add support scripts for WebREPL. 7 years ago
Damien George c1d4352e65 esp32/mpconfigport: Enable webrepl module and socket events. 7 years ago
Damien George 999c8b9711 esp32/modsocket: Add support for registering socket event callbacks. 7 years ago
Damien George 98b05e3614 esp32: Add support for and enable uos.dupterm(). 7 years ago
Damien George 04dc4a5034 esp32/mphalport: Improve mp_hal_stdout_tx_XXX functions. 7 years ago
Damien George 4ed5865280 esp32/mphalport: Improve mp_hal_delay_us so it handles pending events. 7 years ago
Damien George e1fe3abd09 esp32/mphalport: Use esp_timer_get_time instead of gettimeofday. 7 years ago
Shanee Vanstone b5ee3b2f21 esp32/README.md: Fix typo readme. 7 years ago
Damien George 4ff05ae4e9 esp32/machine_uart: Remove UART event queue object. 7 years ago
Damien George cf31d384f1 py/stream: Switch stream close operation from method to ioctl. 7 years ago
Damien George 34e224a4af esp32/machine_uart: Return None from UART read if no data is available. 7 years ago
Damien George 58ebeca6a9 drivers/bus: Pull out software SPI implementation to dedicated driver. 7 years ago
Lee Seong Per 478ce8f7e3 esp32/modnetwork: Implement status('stations') to list STAs in AP mode. 7 years ago
Damien George d4470af239 esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33." 7 years ago
Damien George 82828340a0 ports: Enable ucollections.deque on relevant ports. 7 years ago
Damien George cced43feb8 esp32/modsocket: Allow getaddrinfo() to take up to 6 args. 7 years ago
Damien George e600810f39 esp32/main: Allocate the uPy heap via malloc instead of on the bss. 7 years ago
Damien George c49a73ab0e esp32: Update to the latest ESP IDF. 7 years ago
Damien George 27fa9881a9 esp32/modnetwork: Implement dhcp_hostname for WLAN.config(). 7 years ago
Damien George 5a82ba8e07 esp32/machine_touchpad: Swap pins 32 and 33. 7 years ago
Damien George 60c6b880fa esp32/machine_rtc: Move export declaration from .c to common .h file. 7 years ago
Eric Poulsen abec47a1cd esp32/modesp32: Add new module "esp32" to support extra wake features. 7 years ago
Eric Poulsen 44033a1d27 esp32/machine_rtc: Add RTC class to machine module with sleep impl. 7 years ago
Damien George 23f9f9495f esp32/machine_uart: Fix check of UART id so it only allows valid UARTs. 7 years ago
Damien George a40ce1d829 esp8266/modules: Move dht.py driver to drivers/dht directory. 7 years ago
Ayke van Laethem f16c775a07 esp32/README: Update toolchain setup. 7 years ago