esp32/README: Update general description of port to add avail features.

This commit is contained in:
Damien George 2017-10-15 18:14:37 +11:00
parent 31747fe266
commit ba2d960276
1 changed files with 5 additions and 3 deletions

View File

@ -7,12 +7,14 @@ a task under FreeRTOS.
Supported features include: Supported features include:
- REPL (Python prompt) over UART0. - 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 - Many of MicroPython's features are enabled: unicode, arbitrary-precision
integers, single-precision floats, complex numbers, frozen bytecode, as integers, single-precision floats, complex numbers, frozen bytecode, as
well as many of the internal modules. well as many of the internal modules.
- Internal filesystem using the flash (currently 256k in size). - Internal filesystem using the flash (currently 2M in size).
- The machine module with basic GPIO and bit-banging I2C, SPI support. - 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. Development of this ESP32 port was sponsored in part by Microbric Pty Ltd.