- 04 May, 2022 1 commit
-
-
Valerii Koval authored
This fixes possible issues when developers specify arbitrary partition files using relative or absolute paths. Additionally, hyphens in filenames are replaced with underscores to avoid compilation warnings "ISO C++11 requires whitespace after the macro name" Resolves platformio/platform-espressif32#787
-
- 29 Apr, 2022 1 commit
-
-
Rodrigo Garcia authored
Description of Change Fixes IPAddress INADDR_NONE declaration when using Arduino WiFi or ETH. This symbol was defined as 0xffffffff by lwip /inet.h, making it impossible to use INADDR_NONE correctly. This PR only works when <wifi-provisioning/wifi_config.h> has a modification to include <lwip/ip4_addr.h> instead of <lwip/inet.h>. This will be done directly to the sdk folder in the github structure and it has been fixed in IDF by a separated Merge Request. This will be reflected in the future, for good. Tests scenarios This PR was tested with all Arduino WiFi examples, including AsyncUDP. Also with ETH examples. It was also tested for #6610 test cases. Testing done for ESP32, ESP32-S2, ESP32-C3 and ESP32-S3. Related links fixes #6610 fixes #6247 fixes #4732
-
- 28 Apr, 2022 1 commit
-
-
Me No Dev authored
Added options to WiFi STA for connect: - setMinSecurity: default WIFI_AUTH_WPA2_PSK - setScanMethod: default WIFI_FAST_SCAN - setSortMethod: default WIFI_CONNECT_AP_BY_SIGNAL (required all channels scan method) Added parameters for SSID and BSSID to WiFi.scanNetworks() Fixes: #6485 Fixes: Any issue about WiFi connecting slower now than in 1.0.x
-
- 27 Apr, 2022 3 commits
-
-
Me No Dev authored
Fixes: https://github.com/espressif/arduino-esp32/issues/5907
-
Simone authored
Add support for the Trueverit Universal IoT Driver MK III (https://www.trueverit.com/) The board will be released on market using electronic distributors soon, as the other one board added via #5269 This new board (referred as MK III) has onboard Texas Instruments RTL8201 Eth PHY chip.
-
Me No Dev authored
-
- 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 2 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>
-