25 Commits (44033a1d27432a700ca3bdccd5a5d81bb66599ec)

Author SHA1 Message Date
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
Damien George 934abc9b9d esp32/modules: Symlink in ntptime.py from esp8266/modules. 7 years ago
Damien George 48613b6011 esp32: Update to latest ESP IDF. 7 years ago
Damien George a5808e2fca esp32/machine_pwm: Always set the channel in the PWM object. 7 years ago
Nick Moore f0628f5499 esp32/modutime.c: Add localtime and mktime functions. 7 years ago
Damien George ba2d960276 esp32/README: Update general description of port to add avail features. 7 years ago
Eric Poulsen 31747fe266 esp32: Implement machine.WDT() class. 8 years ago
Nick Moore 5f8ad6072f esp32: Call initialization function on sha1 and sha256. 7 years ago
Eric Poulsen 5adc133f05 esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad. 7 years ago
Nick Moore b74809c70a esp32/mpconfigport.h: Add missing uhashlib. 7 years ago
Timmenem 6cc716c4aa esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP). 7 years ago
Damien George bfc9845d00 esp32/modnetwork: Give better error msgs for AP timeout and not-found. 7 years ago
Damien George bc08c884a2 esp32: Add new port to Espressif ESP32 SoC. 8 years ago