Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 090b6b8

Browse files
committed
esp32/README: Update general description of port to add avail features.
1 parent a62ef60 commit 090b6b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ports/esp32/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ a task under FreeRTOS.
77

88
Supported features include:
99
- REPL (Python prompt) over UART0.
10-
- 16k stack for the MicroPython task and 64k Python heap.
10+
- 16k stack for the MicroPython task and 96k Python heap.
1111
- Many of MicroPython's features are enabled: unicode, arbitrary-precision
1212
integers, single-precision floats, complex numbers, frozen bytecode, as
1313
well as many of the internal modules.
14-
- Internal filesystem using the flash (currently 256k in size).
15-
- The machine module with basic GPIO and bit-banging I2C, SPI support.
14+
- Internal filesystem using the flash (currently 2M in size).
15+
- The machine module with GPIO, UART, SPI, software I2C, ADC, DAC, PWM,
16+
TouchPad, WDT and Timer.
17+
- The network module with WLAN (WiFi) support.
1618

1719
Development of this ESP32 port was sponsored in part by Microbric Pty Ltd.
1820

0 commit comments

Comments
 (0)