Skip to content

Commit fc20a37

Browse files
authored
Merge pull request #3896 from hugodahl/fix-esp32-s2-readme-typo
Fix minor typo in ESP32-S2 README
2 parents 48de52c + 72cad49 commit fc20a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This port adds the ESP32-S2 line of modules from Espressif to Circuitpython. ESP
77
- **bindings/** contains some required bindings to the ESP-IDF for exceptions and memory.
88
- **boards/** contains the configuration files for each development board and breakout available on the port.
99
- **common-hal/** contains the port-specific module implementations, used by shared-module and shared-bindings.
10-
- **esp-idf/** contains the Espressif IoT development framework installation, includign all the drivers for the port.
10+
- **esp-idf/** contains the Espressif IoT development framework installation, including all the drivers for the port.
1111
- **modules/** contains information specific to certain ESP32-S2 hardware modules, such as the pins used for flash and RAM on the WROVER and WROOM.
1212
- **peripherals/** contains peripheral setup files and peripheral mapping information, sorted by family and sub-variant. Most files in this directory can be generated with the python scripts in **tools/**.
1313
- **supervisor/** contains port-specific implementations of internal flash, serial and USB, as well as the **port.c** file, which initializes the port at startup.

0 commit comments

Comments
 (0)