- 13 Dec, 2022 5 commits
-
-
Vojtěch Bartoška authored
Adding generic Code of Conduct created by GitHub to this repository. It's well written and covers all different scenarios. In other commit, I will update the Readme with short description and link to this file.
-
Rodrigo Garcia authored
* fixes non existent esp32_adc2gpio * remove blank spaces (style) Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
Rodrigo Garcia authored
* Improves UART reading performance * overrides Stream::readBytes() * fixes override signature * adds some IDF error return conditions
-
Jacques Supcik authored
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
Rodrigo Garcia authored
-
- 12 Dec, 2022 3 commits
-
-
vortigont authored
replaced old tcp function call with ESP-NETIF API
-
Sanket Wadekar authored
-
Valerii Koval authored
This PR brings updates according to the latest changes in the Arduino core: - Bootloader binaries are now generated from elf files - Updated CI scripts - Updated esptoolpy to v4.2.1 - Minor clean-up by removing obsolete code Resolves #7572
-
- 10 Dec, 2022 2 commits
- 09 Dec, 2022 3 commits
-
-
Me No Dev authored
* Add support for Arduino IDE 2.0 Debug * Update platform.txt * Add SVD support * Update configs for IDE 2.0.3 * Update esp32c3.json
-
Peter Hindes authored
-
Tomáš Pilný authored
-
- 08 Dec, 2022 4 commits
-
-
Linar Yusupov authored
-
Jan Procházka authored
-
Jan Procházka authored
* Added log errors + returns * Update LEDC docs
-
Bert Melis authored
-
- 07 Dec, 2022 2 commits
-
-
Krzysiek S authored
* Fix hostByName to avoid asking DNS when valid IP is passed via hostname param * Fix hanging in send_ssl_data
-
Lucas Machado authored
* Implements seekDir and getNextFileName on FS lib to improve performance * getNextFileName return String directly
-
- 05 Dec, 2022 2 commits
-
-
Darian authored
This commit addes an example showing how to receive messages using the TWAI driver interface and a CAN transceiver. Specifically, the example demonstrates: - How to configure and install the TWAI drvier - How to poll for TWAI events (i.e., alerts) using twai_read_alerts() - How to handle the various events (such as TWAI_ALERT_RX_DATA) Closes https://github.com/espressif/arduino-esp32/pull/7430Co-authored-by: Stephan Martin <designer2k2@gmail.com>
-
Razvan Mocanu authored
* Add new board: RedPill ESP32S3. * Change LED definition to keep compatibility.
-
- 25 Nov, 2022 1 commit
-
-
Sanket Wadekar authored
-
- 23 Nov, 2022 1 commit
-
-
Sebastian Bergner authored
* Add I2C and SPI pin definitions to wt32-eth01 pins Added missing pins based on testing using a RTC (I2C) and SD card reader (SPI). * Remove define macros Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 16 Nov, 2022 1 commit
-
-
RefactorFactory authored
These instructions are based on esp32-arduino-lib-builder's build process, including https://github.com/espressif/esp32-arduino-lib-builder/blob/master/tools/update-components.sh which explains how to clone tinyusb.
-
- 14 Nov, 2022 1 commit
-
-
Sanket Wadekar authored
* Added enableScenes API * Added enableScenes API documentation * Added enableScenes API to example Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 11 Nov, 2022 1 commit
-
-
Jan Procházka authored
-
- 09 Nov, 2022 2 commits
-
-
Me No Dev authored
* ESP-IDF v4.4.3
-
Jan Procházka authored
-
- 07 Nov, 2022 3 commits
-
-
David McCurley authored
Improves WiFi reconnection
-
Zeynep Dicle authored
* Add new board (Deneyap Kart 1A) * Update pins_arduino.h * Add newly board (Deneyap Kart G) New Deneyap Family member, wearable development board * updated Deneyap boards pin_arduino.h files * Update boards.txt * Update pins_arduino.h * updated deneyap boards pins_arduino.h * updated Deneyap boards variants files * updated Deneyap boards pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
Ha Thach authored
which prevent changing to other partition scheme
-
- 04 Nov, 2022 1 commit
-
-
Jan Procházka authored
* add touch.rst * update touchRead comment in header file * Edited examples * typo changes + updates * about edit
-
- 03 Nov, 2022 2 commits
-
-
Jan Procházka authored
* Add ESP32S3 to libraries support list * Update libraries.rst
-
HACKER3000 authored
* Add the Partition Scheme Menu to HELTEC LoRa32 V1 This is missing from many boards, i may add that to all of them * reordered heltec_wifi_lora_32 partition options Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
- 02 Nov, 2022 6 commits
-
-
Jan Procházka authored
* added test for touch peripheral * removed cfg.json * pass test for unsupported chips * fixed condition * changed released value for S2 * add new chip error
-
John authored
* Update RMakerDevice.h Changer spelling of addTemprature * Update RMakerDevice.cpp Cahnge Spelling of add TempratureParam * Update README.md Update documentation addTemperatureParam
-
Rotzbua authored
... while readValue
-
Sanket Wadekar authored
* Added OTA Event Handlers * Overrided verifyRollbackLater Method Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-
YOSHIKI authored
-
Rotzbua authored
Update: * actions/checkout * actions/setup-python * actions/cache https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
-