- 29 Nov, 2023 6 commits
-
-
diplfranzhoepfinger authored
* Update RMT initialization code - Commented out setting interrupt priority for both TX and RX configurations in the RMT initialization code. * checks IDF version within RMT interrupt priority --------- Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Jan Procházka authored
* Add check if adc calibration habdle exists before deleting * check also on adc continous detach
-
Clemens Kirchgatterer authored
-
Mirco Pizzichini authored
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
rtpmsys authored
* Update WiFiClient.h Added missing getSocketOption() with full access to level and option * Update WiFiClient.h * Handle timeout settings below 1 second Fix error with connect timeout settings below 1000ms. Add getsocketoptions function. * Add cast for setsockopt length --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Gonzalo Brusco authored
* Added Bandwith setting method * Separted AP and STA on it's own class each * Missing WiFi * Rename for consistency --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
- 27 Nov, 2023 2 commits
-
-
Juraj Andrássy authored
esp8266 and esp32 server.available() is not implemented as documented it is implemented like server.accept() is documented by Arduino Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
lbernstone authored
-
- 25 Nov, 2023 1 commit
-
-
Jan Procházka authored
* Extended bus types for peripheral manager * add extra_type to peripheral manager * Fix function call * Fix check for no extra_type * Add extra_type for SD and ETH CS pin * added bus_num and bus_channel to pin structure * update printPerimanInfo with new fields * replaced setting bus to INIT with DetachPin call * add defines for extra attributes * use new required parameters in perimanSetPinBus * function rename * removed duplicate define * Update print format --------- Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
- 24 Nov, 2023 1 commit
-
-
Pedro Minatel authored
-
- 23 Nov, 2023 1 commit
-
-
Mario Pesch authored
* add senseBox MCU-S2 Add new senseBox Board (MCU-S2) with ESP32-S2 * update senseBox MCU-S2 integration * update pins_arduino.h * remove defines and add end symbols * remove Serial Alias * change board order
-
- 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>
-