- 31 Aug, 2023 1 commit
-
-
RFidanci authored
* Added support for the Aventen S3 Sync * Update pins_arduino.h
-
- 30 Aug, 2023 4 commits
-
-
Kavinda Kotuwegedara authored
* Added New LionBit Board Details Added New LionBit Board Details * Updated * Updated As you suggested * Updated Pin * removed the unwanted lines
-
Tomáš Pilný authored
* Updated preferences.rst * Added into FAQ info about SPIFFS failed mount * Updated troubleshooting * Moved SPIFFS paragraph from FAQ to troubleshooting * Minor updates * Updated troubleshooting * Updated SD README files and example comments * Updated troubleshooting with SD issue * Added note about S3 pins * Updated SDMMC test setPins calls + added definition for default pins * Updated SD_MMC comments * Added pin table to SD_MMC readme * Updated table in SD_SPI * Updated based on comments * Update io_mux.rst * Update README.md
-
a sapuppo authored
* new industrial boards namino rosso / namino arancio * added missing definitions
-
bsergei authored
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 29 Aug, 2023 14 commits
-
-
Ricardo Lipas Augusto authored
* Fix analogWrite channel available verification The last channel allocated is number 0, which conflicted with the value given to an uninitialized pin, giving the "No more analogWrite channels available!" error when trying to use it Pins are now given the value -1 to indicate that they are not used so channel 0 can be used without errors. * Fix incorrect array initialization Keeping array of zeros for `pin_to_channel` and shifting stored channel values by +1 to keep the pin with channel 0 from being interpreted as unused. ref: https://github.com/espressif/arduino-esp32/pull/8509#issuecomment-1676103452
-
Gautier Seidel authored
Closes #8461 Co-authored-by: Gautier Seidel <gautier@seidel.fr> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
lbernstone authored
* Added a partition table for 32MB (4.8/4.8/24) * Added a 32MB LittleFS scheme, fixed some inconsistencies
-
vortigont authored
Save 180 bytes of ram if UpdateClass instance is not required
-
Ha Thach authored
* add Adafruit metro S3 16MB Flash, 8MB PSRam also reorder to have feather boards next to each others * correct SS pin to 21, also add NEOPIXEL_PIN * change metro s3 psram type to opi, default SD_CS (SS) to input pull up * remove psram qspi option
-
Unexpected Maker authored
* Added UM NanoS3 board. Signed-off-by: Seon Rozenblum <seon@unexpectedmaker.com> * Added UM NanoS3 board. Signed-off-by: Seon Rozenblum <seon@unexpectedmaker.com> --------- Signed-off-by: Seon Rozenblum <seon@unexpectedmaker.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
w3jc authored
* Update ledc.rst typo * Update adc.rst 12 bits (range from 0 to 4095)
-
Holger Lembke authored
* Fixes wrong usedbytes/totalbytes results. drive id was implemented fixed, does not work with arbitrary initialization. See https://github.com/espressif/arduino-esp32/issues/3546 * Fixing indention/tabs
-
Limor "Ladyada" Fried authored
* Add MatrixPortal ESP32-S3 (WIP) * Update bootloader files, etc. * Add MatrixPortal S3 PSRAM setup to boards.txt * fix neopixel pin --------- Co-authored-by: Phillip Burgess <paintyourdragon@dslextreme.com>
-
James-4DSystems authored
New range of boards from 4D Systems Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
James-4DSystems authored
* Update partition_table.rst Updating Partition Table Partition with information regarding Variants folder * Update docs/source/tutorials/partition_table.rst Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
Pascal Brunot authored
* added lilygo t-display (esp32) board this board is the predecessor to the already included lilygo-t-display-s3 added USB defines for t-display * implementation of @P-R-O-C-H-Y comments * added build properties to fix failed compilation
-
Me No Dev authored
SD lib - AcquireSPI on ff_sd_status
-
Me No Dev authored
Reimplemented flush in WiFiClient
-
- 24 Aug, 2023 2 commits
-
-
Jan Procházka authored
-
Me No Dev authored
Allows changing HW CDC Buffer Size after or before begin()
-
- 23 Aug, 2023 3 commits
-
-
Rodrigo Garcia authored
-
Me No Dev authored
Fixes ESP32 BT Memory Releasing
-
Rodrigo Garcia authored
-
- 18 Aug, 2023 2 commits
-
-
Tomas Pilny authored
-
Tomas Pilny authored
-
- 16 Aug, 2023 1 commit
-
-
Jan Prochazka authored
-
- 12 Aug, 2023 1 commit
-
-
Me No Dev authored
Removed duplicate MDNS.begin() call in example
-
- 11 Aug, 2023 1 commit
-
-
Tomas Pilny authored
-
- 04 Aug, 2023 2 commits
-
-
Vojtěch Bartoška authored
-
Valerii Koval authored
Added special handling of the `ARDUINO_BUILD_CORE` macro required only for the core files
-
- 18 Jul, 2023 1 commit
-
-
Vojtěch Bartoška authored
-
- 17 Jul, 2023 8 commits
-
-
Pedro Minatel authored
* Added the ReadTheDocs configuration file * File renamed to YAML
-
rstephan authored
In WiFiSTA you can ask for the subnet mask, but not in WiFiAP. Only the CIDR is reported. Therefor the missing method is added to have the same features in softAP as well.
-
colincross authored
The constants that need to be passed to gpio_matrix_in and gpio_matrix_out to detach an input or output pin from a peripheral vary by platform. Use SIG_GPIO_OUT_IDX to detach an output, and GPIO_MATRIX_CONST_ONE_INPUT and GPIO_MATRIX_CONST_ZERO_INPUT to detach an input. ESP32 before IDF 4.0 didn't define GPIO_MATRIX_CONST_*_INPUT, so add compatibility #defines for GPIO_FUNC_IN_LOW/HIGH. GPIO_FUNC_IN_LOW/HIGH exist in IDF 4.0+, but can't be used because they have the wrong values for ESP32-C3 at least in IDF 4.4.3 (https://github.com/espressif/esp-idf/issues/11737).
-
Nguyen Anh Tuan authored
-
Rodrigo Garcia authored
* fixes example folder * adds new Serial std::func example
-
DanKoloff authored
* Olimex ESP32-GATEWAY fixes Fixes related to board revisions selection. * Create pins_arduino.h
-
Stephan Martin authored
Example showing how to transmit messages using the TWAI interface and a CAN transceiver.
-
schrolli authored
-