62 Commits (bace1a16d056cc755f12f525b9f2bfb3cb4b4b50)

Author SHA1 Message Date
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
Damien George d1fd889ad0 esp32/machine_hw_spi: Remove unnecessary white space for consistency. 7 years ago
Eric Poulsen 9123c8d946 esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up. 7 years ago
Eric Poulsen 19c7098e18 esp32: Add custom partitions.csv file with uPy specific size. 7 years ago
Damien George 0593d6f562 esp32/Makefile: Support using IDF_PATH as the env var to the IDF source. 7 years ago
Alex King 78302f7bb2 esp32/modesp: Add osdebug() function to disable or change IDF logging. 8 years ago
Damien George 9acd590675 esp32/mpconfigport.h: Enable websocket module. 7 years ago
Eric Poulsen 29dd6a7678 esp32: Implement wired Ethernet via network.LAN(). 7 years ago
Damien George 1c52d3e8c6 esp32/mpconfigport.h: Enable ussl finaliser. 7 years ago
Eric Poulsen b0853b5a39 esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig(). 7 years ago