Skip to content

Commit 84648c1

Browse files
authored
Merge branch 'adafruit:main' into M5Stack-StampS3
2 parents 0c2f202 + 19c56ad commit 84648c1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

_board/espressif_esp32_devkitc_v4_wroom_32e.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "espressif_esp32_devkitc_v4_wroom_32e"
4-
title: "ESP32-DevKitC-VE-WROVER Download"
5-
name: "ESP32-DevKitC-VE-WROVER"
4+
title: "ESP32-DevKitC-V4-WROOM-32E Download"
5+
name: "ESP32-DevKitC-V4-WROOM-32E"
66
manufacturer: "Espressif"
77
board_url:
88
- "https://www.adafruit.com/product/3269"
@@ -20,8 +20,6 @@ The ESP8266 started a small revolution by bringing WiFi to a small and cheap pac
2020

2121
The development board breaks out all the module’s pins to 0.1″ headers and provides a CP2102 USB-TTL serial adapter, programming and reset buttons, and a power regulator to supply the ESP32 with a stable 3.3 V. Espressif doubled-down on the CPU resources for the ESP32 with a dual core, running at 160MHz and tons more pins and peripherals.
2222

23-
**Please note: The ESP32 is still targeted to developers**. Not all of the peripherals are fully documented with example code, and there are some bugs still being found and fixed. We got many sensors and displays working under Arduino IDE, so you can expect things like I2C and SPI and analog reads to work. But other elements are still under development. This board is designed for use with the Tensilica toolchain (ESP IDF) so we recommend that for better hardware-support coverage.
24-
2523
Color of PCB may vary. Note that is is exactly large enough to cover both sides of a solderless breadboard with no left-over pins, so if you want to use with a solderless breadboard, use two side-by-side!
2624

2725
## Purchase

_data/bootloaders.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.9.2"
55
},
66
"atmel-samd": {
7-
"version": "v3.15.0"
7+
"version": "v3.16.0"
88
},
99
"esp32s2": {
1010
"version": "0.20.1"

libraries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>Download and Installation Instructions</h2>
3939
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
4040
They also load faster, and for some low-RAM boards, are required because the <b>.py</b> files
4141
are too large to compile on the board itself.
42-
<strong>Unless you need the source version, choose the appropiate <b>.mpy</b> library bundle!</strong>
42+
<strong>Unless you need the source version, choose the appropriate <b>.mpy</b> library bundle!</strong>
4343
If you need to compile <b>.py</b> files to <b>.mpy</b>, you can
4444
<a href="https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#how-can-i-create-my-own-mpy-files-3020687-11">run the <b>mpy-cross</b>
4545
cross-compiler yourself</a>.

0 commit comments

Comments
 (0)