- 22 Nov, 2023 2 commits
-
-
Stanimir-Petev authored
* Board variant ESP32-C3-DevKit-Lipo Added board variant for Olimex ESP32-C3-DevKit-Lipo * Board variant ESP32-C6-EVB Added board variant for Olimex ESP32-C6-EVB * Board variant ESP32-S2-DevKit-Lipo-USB Added board variant for Olimex ESP32-S2-DevKit-Lipo-USB * Board variant ESP32-S2-DevKit-Lipo Added board variant for Olimex ESP32-S2-DevKit-Lipo * Board variant ESP32-S3-DevKit-Lipo Added board variant for Olimex ESP32-S3-DevKit-Lipo * Added Olimex boards in the board.txt files Added missing Olimex boards: ESP32-S2-DevKit-Lipo ESP32-S2-DevKit-Lipo-USB ESP32-S3-DevKit-Lipo ESP32-C3-DevKit-Lipo ESP32-C6-EVB Added additional upload speed options to the ESP32-EVB and ESP32-POE(-ISO) boards. * Update Made changes on the definitions of the pins and formatting as suggested. --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
powerfeatherdev authored
* Add support for ESP32-S3 PowerFeather * Replace GPIO_NUM_X with just the pin number * Pattern powerfeather entries after generic s3 board * Remove redefinitions, add pin aliases to pins_arduino.h
-
- 21 Nov, 2023 3 commits
-
-
Ha Thach authored
-
Ha Thach authored
* fix ZigbeeMode mennu for adafruit boards * remove tinyuf2 csv in variant, use csv in tools/partiions * add tinyuf2 no ota partitions scheme for all adafruit boards
-
Jason2866 authored
* add c2 * Fix typo * changes from code review * rm hack needed to compile for c2 * rm `DARDUINO_USB_MODE=1` not needed for c2 * log_e message no RMT support * correct log_e * Update esp32-hal-rgb-led.c * Add component test build for ESP32-C2 * Disable most components for ESP32-C2 * Add missing ADC SOC defines for ESP32-C2 * Add hidden board definition and fix LED pin in variant * Add default empty zigbee libs and mode * Change SPI default pins * change rx1 tx1 default gpio --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: me-no-dev <hristo@espressif.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 17 Nov, 2023 4 commits
-
-
lbernstone authored
* Added troubleshooting doc for USB-CDC * Clarification * Change requested by @pedrominatel * Fixed the title level issue --------- Co-authored-by: pedrominatel <pminatel@gmail.com>
-
Alex authored
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
Ha Thach authored
-
Ha Thach authored
-
- 13 Nov, 2023 3 commits
-
-
Me No Dev authored
-
TD-er authored
Various ESP32-variants like the C6, H2, etc. differ in their used flash frequencies. Also the maximum possible flash size wasn't handled in `magicFlashChipSize` Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Vojtěch Bartoška authored
-
- 10 Nov, 2023 8 commits
-
-
Juraj Andrássy authored
Arduino
-
Juraj Andrássy authored
to change initial WiFi.status() because WL_NO_SHIELD is checked in any generic Arduino WiFi example Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Juraj Andrássy authored
reset _useStaticIp to false in WiFi.disconnect() Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Unexpected Maker authored
-
Vojtěch Bartoška authored
* Update boards.rst * HW reference link * Formatting fixes * typo * Devkits website link * link fix
-
Rodrigo Garcia authored
* Makes MP3 header files public for I2S code * Fix mdns version to 1.2.1 * commetary
-
Me No Dev authored
* IDF release/v5.1 b6a66b7d8c * Fix CI - RMakerCustomAirCooler.ino No use of `#include "led_strip.h"` in the code --------- Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
- 09 Nov, 2023 5 commits
-
-
lbernstone authored
* Update/upgrade OTAWebUpdater.ino example * Wrong side of the MAC address in ssid * Better not to cheat it on an example :) * Changes requested by @me-no-dev
-
Rodrigo Garcia authored
-
Rodrigo Garcia authored
* improve neopixel definition for all boards * Improve NeoPixel definition for all boards * neopixelWrite uses Peirpheral Manager now The function can now be used for many GPIOs in the same sketch by using Peripheral Manager attach/detach, not being necesary to worry about initialization. * improve error message * check if pin is RGB_BUILTIN * fixes boards that don't RGB_BUILTIN
-
Jan Procházka authored
* add zigbee+zboss to idf_components.yml * add zigbee partitions * created zigbee mode in tools menu to link proper libs * renamed Zigbee menu and build as suggested --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Rodrigo Garcia authored
* Uses IDF Managed Components This changes is targeted to be used within Arduino Lib Builder and with projects that use Arduino as IDF Component. * Fixes RainMaker QR code Fixes RainMaker in order to use it as Managed Component and with the latest RainMaker release. * Removes Camera Component * SR Component only needed for the S3
-
- 08 Nov, 2023 4 commits
-
-
Vojtěch Bartoška authored
-
Vojtěch Bartoška authored
-
Rodrigo Garcia authored
* Fixes uart attach/detach * Fixes uart logging locks * enforces Serial0 setPins
-
Lucas Saavedra Vaz authored
* Improve log messages * Add name function --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 27 Oct, 2023 2 commits
-
-
Lucas Saavedra Vaz authored
-
JDavid authored
-
- 25 Oct, 2023 6 commits
-
-
Me No Dev authored
* Update espota.py Changes documented in comment section of code. * Push binary to tools --------- Co-authored-by: rowingdude <49796265+rowingdude@users.noreply.github.com>
-
Lucas Saavedra Vaz authored
-
Lucas Saavedra Vaz authored
-
Lucas Saavedra Vaz authored
* boards.txt: Remove unsupported DOUT and QOUT options * CI: Remove DOUT and QOUT tests
-
Lucas Saavedra Vaz authored
-
Rodrigo Garcia authored
* Serial as a #define * Typo * fixes USBCDC declaration * Fixes Examples * simplifies examples * Adds USB Serial Events * adds error msg when ESP32 is used with USB
-
- 24 Oct, 2023 3 commits
-
-
lbernstone authored
* Added entry for octal flash S3 * Default flash size should be 16M for WROOM2 * Added CRs * One more CR --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
吴潇 authored
-
uPesy Electronics authored
* Add uPesy EDU ESP32 board variant * Add uPesy ESP32C3 Basic board variant * Add uPesy ESP32C3 Basic board variant * Add uPesy ESP32C3 Mini board variant + some tweak * tweak uPesy C3 Mini pinout tweak uPesy C3 Mini pinout tweak uPesy C3 basic pinout Add uPesy ESP32S3 pin variant Add uPesy ESP32S3 pin variant Tweak uPesy ESP32s3/C3 pinout variant * add upesy esp32s3 config in boards.txt * remove some lines that causes errors * respect case for build.variant in boards.txt * Update variants/uPesy_edu_esp32/pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * Update variants/uPesy_esp32c3_mini/pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * Update variants/uPesy_esp32c3_basic/pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * respect case for build.board in boards.txt * remove empty lines in boards.txt * rename option https://github.com/espressif/arduino-esp32/pull/8778#discussion_r1363554039 --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-