- 26 Apr, 2022 15 commits
-
-
Valerii Koval authored
* Actualize PlatformIO installation instructions Split instructions for stable and upstream versions * Add link to platformio.ini documentation
-
Ivan Grokhotkov authored
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Unexpected Maker authored
Fixed wrong SCK and MISO pins for TinyS2
-
Darren Cheng authored
* add AirM2M_CORE_ESP32C3 board
-
Kostis Anagnostopoulos authored
by converting result log-rows from the 1st line to the 2nd (`NET` is the tag): ``` [ 73419][D][telelogger.cpp:915] telemetry(): state: 33C [ 73419][D][telelogger.cpp:915] telemetry(): [NET] state: 33C ``` Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Gonzalo Brusco authored
* Uniform timeout WiFiClient-WiFiClientSecure * Added missing prototype * Add socket check on setTimeout
-
Paul authored
-
Billy authored
Private Key. Issue presented during any subsequent invocation of loadCACert, loadCertificate, and loadPrivateKey, respectively, after the first invocation.
-
Christian Ferbar authored
* BTAddress const, add bool() * BTAdvertisedDevice: const functions * BluetoothSerial: add: getChannels, add isClosed, add read/peek timeout, add connect with channel# * BluetoothSerial: add sec_mask, role in ::connect * BluetoothSerial add discover and connect with channel number example * DiscoverConnect: add SPP_ENABLED check * DiscoverConnect: disable on esp32s3
-
Jan Procházka authored
* Separated init for touch / channel called by touchRead() * compile error * Fixed touch_V2 + ISR
-
Pedro Minatel authored
* Added RainMaker support on Arduino IDE for ESP32-C3/S2/S3 Closes #6573 Note related to the issue #6435
-
Jason2866 authored
-
Jason2866 authored
* LittleFs is working with C3 * Delete .skip.esp32c3
-
Abdelatif Guettouche authored
Description of Change Remove a leftover parenthesis that was making the workflow that was making the workflow invalid. Tests scenarios Github Workflow. Related links https://github.com/espressif/arduino-esp32/actions/runs/2213167501Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
-
Valerii Koval authored
This PR adds support for uploading additional flash images (e.g. Adafruit Tiny UF2 bootloader) specified in board manifests. Additionally, the PR switches the PlatformIO CI script to the upstream version of the ESP32 dev-platform (basically reverts changes introduced in #5387 as they are no longer required).
-
- 21 Apr, 2022 6 commits
-
-
Vojtěch Bartoška authored
* Templates and readme * Templates_and_readme
-
Abdelatif Guettouche authored
* workflows/publish.yml: Run the workflow on success and failure only. This prevents trying to run when the trigger was cancelled or skipped. In these cases there will be no event file to upload. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com> * scripts/sketch_utils.sh: Move the logic that gets the build dir after the part that retrieves the arguments. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com> * workflows/hil.yml: Update the HIL runners tags. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com> * workflows/hil.yml: Remove the Check Artifacts step. That was only useful for debugging. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
-
Jan Procházka authored
* Revert "Edited VFSFileImpl::read to use both read/fread (#6456)" This reverts commit 7b89b39e. * Added default file buffer size + function to change it by user
-
Jan Procházka authored
-
Jan Procházka authored
* Change OUTPUT to INPUT_OUTPUT To match the official Arduino API.
-
Me No Dev authored
Fixes: #6508
-
- 20 Apr, 2022 2 commits
- 05 Apr, 2022 2 commits
-
-
Dirk O. Kaar authored
-
Me No Dev authored
-
- 04 Apr, 2022 6 commits
-
-
Me No Dev authored
OTA is not yet working properly on the new IDE. Info: https://github.com/arduino/arduino-ide/issues/740#issuecomment-1086595394
-
GitNik1 authored
-
Brian Rossmajer authored
Lets Manufacturer ranges in bluetooth address space be filtered correctly
-
Nima Askari ----- نیما عسکری authored
Error on compile Arduino as an ESP-IDF component
-
Jason2866 authored
-
Jason2866 authored
* add package.json to release zip so it is directly useable from PlatformIO
-
- 31 Mar, 2022 1 commit
-
-
Jan Procházka authored
-
- 29 Mar, 2022 3 commits
-
-
Me No Dev authored
* Update toolchain to gcc8_4_0-esp-2021r2-patch3 * Update esptool to 3.3 * Remove old files * Update package_esp32_index.template.json * use esptool v3.3 (#6498) could be used for all. Nice would be releasing in Platformio registry. * Switch toolchain for PIO CI Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
-
Steven Müllener authored
Also support ESP_IDF_VERSION_MAJOR > 3 Fixes #6458 Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com> Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
me-no-dev authored
-
- 28 Mar, 2022 5 commits
-
-
Me No Dev authored
esp-dl: master d949350 esp-dsp: master 07aa7b1 esp-rainmaker: master 5af4f64 esp-sr: master d05cf97 esp32-camera: master 86a4951 esp_littlefs: master 5f0d614
-
Rodrigo Garcia authored
-
Jason2866 authored
-
Maximilian Gerhardt authored
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Gonzalo Brusco authored
* Adds HardwareSerial::onReceiveTimeout() * Fixed typo * Changes requested * Fix eventQueueReset * Changed _onReceiveTimeout to _rxTimeout for consistency * Uniform uart_set_rx_timeout condition * test _uart not NULL in eventQueueReset() check if _uart is not NULL before using it. * revert last commit - no need for it reverting last change made - it is not necessary. * adds onReceive() parameter In order to allow the user to choose if onReceive() call back will be called only when UART Rx timeout happens or also when UART FIFO gets 120 bytes, a new parameter has been added to onReceive() with the default behavior based on timeout. void onReceive(OnReceiveCb function, bool onlyOnTimeout = true); onReceive will setup a callback that will be called whenever an UART interruption occurs (UART_INTR_RXFIFO_FULL or UART_INTR_RXFIFO_TOUT) UART_INTR_RXFIFO_FULL interrupt triggers at UART_FULL_THRESH_DEFAULT bytes received (defined as 120 bytes by default in IDF) UART_INTR_RXFIFO_TOUT interrupt triggers at UART_TOUT_THRESH_DEFAULT symbols passed without any reception (defined as 10 symbos by default in IDF) onlyOnTimeout parameter will define how onReceive will behave: Default: true -- The callback will only be called when RX Timeout happens. Whole stream of bytes will be ready for being read on the callback function at once. This option may lead to Rx Overflow depending on the Rx Buffer Size and number of bytes received in the streaming false -- The callback will be called when FIFO reaches 120 bytes and also on RX Timeout. The stream of incommig bytes will be "split" into blocks of 120 bytes on each callback. This option avoid any sort of Rx Overflow, but leaves the UART packet reassembling work to the Application. * Adds onReceive() parameter for timeout only * Adds back setRxTimeout() * Adds setRxTimeout() * CI Syntax error - "," missing Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
-