Skip to content

Commit 068bdbc

Browse files
committed
[Docs] Fixed some typos
1 parent 1185598 commit 068bdbc

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

docs/source/guides/tools_menu.rst

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more details or to add a new board, see the `boards.txt`_ file.
2828
Generic Options
2929
---------------
3030

31-
Most of the options are available for every ESP32 families. Some options will be available only for specific targets, like the USB configuration.
31+
Most of the options are available for every ESP32 family. Some options will be available only for specific targets, like the USB configuration.
3232

3333
Board
3434
*****
@@ -57,19 +57,19 @@ CPU Frequency
5757

5858
On this option, you can select the CPU clock frequency. This option is critical and must be selected according to the high-frequency crystal present on the board and the radio usage (Wi-Fi and Bluetooth).
5959

60-
In some application, reducing the CPU clock frequency is recommended in order to reduce the power consumption.
60+
In some applications, reducing the CPU clock frequency is recommended in order to reduce power consumption.
6161

6262
If you don't know why you should change this frequency, leave the default option.
6363

6464
Flash Frequency
6565
***************
6666

67-
Use this function to select the flash memory frequency. The frequency will be dependent of the memory model.
67+
Use this function to select the flash memory frequency. The frequency will be dependent on the memory model.
6868

6969
* **40MHz**
7070
* **80MHz**
7171

72-
If you don't know if your memory supports **80Mhz**, you can try to upload you scketch using the **80MHz** option and watch the log output via the serial monitor.
72+
If you don't know if your memory supports **80Mhz**, you can try to upload the sketch using the **80MHz** option and watch the log output via the serial monitor.
7373

7474
.. note:: In some boards/SoC, the flash frequency is automatically selected according to the flash mode. In some cases (i.e ESP32-S3), the flash frequency is up to 120MHz.
7575

@@ -81,10 +81,10 @@ This option is used to select the SPI communication mode with the flash memory.
8181
Depending on the application, this mode can be changed in order to increase the flash communication speed.
8282

8383
* **QIO** - Quad I/O Fast Read
84-
* Four SPI pins are used to write to the flash and to read from flash.
84+
* Four SPI pins are used to write to the flash and to read from the flash.
8585

8686
* **DIO** - Dual I/O Fast Read
87-
* Two SPI pins are used to write to the flash and to read from flash.
87+
* Two SPI pins are used to write to the flash and to read from the flash.
8888

8989
* **QOUT** - Quad Output Fast Read
9090
* Four SPI pins are used to read the flash data.
@@ -120,7 +120,7 @@ Example: **ESP32-S3FH4R2**
120120

121121
This particular ESP32-S3 variant comes with 4MB Flash and 2MB PSRAM.
122122

123-
**Options for Ebedded Flash**
123+
**Options for Embedded Flash**
124124

125125
* **Fx4** 4MB Flash (*QIO*)
126126
* **Fx8** 8MB Flash (*QIO*)
@@ -159,7 +159,7 @@ PSRAM
159159

160160
The PSRAM is an internal or external extended RAM present on some boards, modules or SoC.
161161

162-
This option can be used to ``Enable`` or ``Disable`` the PSRAM and you can select the PSRAM mode if available.
162+
This option can be used to ``Enable`` or ``Disable`` PSRAM. In some SoCs, you can select the PSRAM mode as the following.
163163

164164
* **QSPI PSRAM** - Quad PSRAM
165165
* **OPI PSRAM** - Octal PSRAM
@@ -173,7 +173,7 @@ Example: **ESP32-S3FH4R2**
173173

174174
This particular ESP32-S3 comes with 4MB Flash and 2MB PSRAM.
175175

176-
**Options for Ebedded Flash and PSRAM**
176+
**Options for Embedded Flash and PSRAM**
177177

178178
* **R2** 2MB PSRAM (*QSPI*)
179179
* **R8** 8MB PSRAM (*OPI*)
@@ -184,21 +184,19 @@ The **x** stands for the temperature range specification.
184184
* **H** High Temperature (*-40 to 85ºC*)
185185
* **N** Low Temeprature (*-40 to 65ºC*)
186186

187-
For more datails, please see the correspomnding datasheet at `Espressif Product Selector`_.
187+
For more details, please see the corresponding datasheet at `Espressif Product Selector`_.
188188

189189
Arduino Runs On
190190
***************
191191

192192
This function is used to select the core that runs the Arduino core. This is only valid if the target SoC has 2 cores.
193193

194-
When you have some heavy task running, you might want to run this task on a different core then the Arduino tasks. For this reason, you have this configuration to select the core.
194+
When you have some heavy task running, you might want to run this task on a different core than the Arduino tasks. For this reason, you have this configuration to select the right core.
195195

196196
Events Run On
197197
*************
198198

199-
This function is used to select the core that runs the events. This is only valid if the target SoC has 2 cores.
200-
201-
The same situation on the previous configuration.
199+
This function is also used to select the core that runs the Arduino events. This is only valid if the target SoC has 2 cores.
202200

203201
Port
204202
****
@@ -234,7 +232,7 @@ USB Firmware MSC On Boot
234232
The USB Mass Storage Class, or USB MSC, is a class used for storage devices, like a USB flash drive.
235233

236234
This option can be used to ``Enable`` or ``Disable`` this function at the boot. If this option is ``Enabled``, once the device is connected via USB, one new storage device will appear in the system as a storage drive.
237-
Use this new storage drive to write or read files, or to drop a new firmware binary to flash the device.
235+
Use this new storage drive to write and read files or to drop a new firmware binary to flash the device.
238236

239237
.. figure:: ../_static/usb_msc_drive.png
240238
:align: center
@@ -250,4 +248,4 @@ This option can be used to ``Enable`` or ``Disable`` this function at the boot.
250248

251249

252250
.. _Espressif Product Selector: https://products.espressif.com/
253-
.. _boards.txt: https://github.com/espressif/arduino-esp32/blob/master/boards.txt
251+
.. _boards.txt: https://github.com/espressif/arduino-esp32/blob/master/boards.txt

0 commit comments

Comments
 (0)