diff options
| author | Limor "Ladyada" Fried <limor@ladyada.net> | 2020-12-30 12:30:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 12:30:52 -0500 |
| commit | fc20a3797bf55c0304e10d581a201eb009fd4b59 (patch) | |
| tree | 55452f1fe8a90337aebf4a7a60acdd87c85257ff | |
| parent | 48de52c8ab62fae93e1382cb774802828cf92edd (diff) | |
| parent | 72cad49c69591874b09b4b7edca89ba5b2e6996b (diff) | |
Merge pull request #3896 from hugodahl/fix-esp32-s2-readme-typo
Fix minor typo in ESP32-S2 README
| -rw-r--r-- | ports/esp32s2/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/README.md b/ports/esp32s2/README.md index 0738d520e..f5a2bfe5c 100644 --- a/ports/esp32s2/README.md +++ b/ports/esp32s2/README.md @@ -7,7 +7,7 @@ This port adds the ESP32-S2 line of modules from Espressif to Circuitpython. ESP - **bindings/** contains some required bindings to the ESP-IDF for exceptions and memory. - **boards/** contains the configuration files for each development board and breakout available on the port. - **common-hal/** contains the port-specific module implementations, used by shared-module and shared-bindings. -- **esp-idf/** contains the Espressif IoT development framework installation, includign all the drivers for the port. +- **esp-idf/** contains the Espressif IoT development framework installation, including all the drivers for the port. - **modules/** contains information specific to certain ESP32-S2 hardware modules, such as the pins used for flash and RAM on the WROVER and WROOM. - **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/**. - **supervisor/** contains port-specific implementations of internal flash, serial and USB, as well as the **port.c** file, which initializes the port at startup. |
