diff options
| author | Damien George | 2017-10-15 18:14:37 +1100 |
|---|---|---|
| committer | Damien George | 2017-12-13 14:48:53 +1100 |
| commit | ba2d960276083c12b2ccf6f431064ab4a073a73d (patch) | |
| tree | 5679fb2286e791f29b7c23f68264ac281e7418b8 | |
| parent | 31747fe2660c5c48dd8546ce3665e798d36698aa (diff) | |
esp32/README: Update general description of port to add avail features.
| -rw-r--r-- | ports/esp32/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ports/esp32/README.md b/ports/esp32/README.md index 7591f040a..5c0eb813d 100644 --- a/ports/esp32/README.md +++ b/ports/esp32/README.md @@ -7,12 +7,14 @@ a task under FreeRTOS. Supported features include: - REPL (Python prompt) over UART0. -- 16k stack for the MicroPython task and 64k Python heap. +- 16k stack for the MicroPython task and 96k Python heap. - Many of MicroPython's features are enabled: unicode, arbitrary-precision integers, single-precision floats, complex numbers, frozen bytecode, as well as many of the internal modules. -- Internal filesystem using the flash (currently 256k in size). -- The machine module with basic GPIO and bit-banging I2C, SPI support. +- Internal filesystem using the flash (currently 2M in size). +- The machine module with GPIO, UART, SPI, software I2C, ADC, DAC, PWM, + TouchPad, WDT and Timer. +- The network module with WLAN (WiFi) support. Development of this ESP32 port was sponsored in part by Microbric Pty Ltd. |
