- 10 Mar, 2022 4 commits
-
-
P-R-O-C-H-Y authored
* Fixed LEDC panic when wrong bit widht / frequency set. * Fixed ledc example to be working on all SOCs
-
Vojtěch Bartoška authored
-
Rodrigo Garcia authored
* Fixes rmtDeinit() and tests RX/TX before operations * Optimizes final binary size * Typo
-
Abdelatif Guettouche authored
- Added workflow triggered by cron or label "hil_test" - Added examples with both pytest and unity
-
- 02 Mar, 2022 5 commits
-
-
Andreas Merkle authored
Bugfix of the following problems: Invalid variable argument list used to retrieve length. If length is greater or equal than the available buffer, a memory leak will happen because va_end() is missing. (#6360)
-
Rodrigo Garcia authored
* Adds C++ std::function to Serial.onReceive() * fixes LOCK macro when disabled
-
Rodrigo Garcia authored
* Fixes DHCP Server Lease Range for any AP Server Static IP Address * Fixes DHCP in APMode when Static IP is out of subnet range
-
P-R-O-C-H-Y authored
-
Pedro Minatel authored
Added dual antenna configuration based on the module selection Added warning to the example on how to use the DA
-
- 28 Feb, 2022 7 commits
-
-
Verkehrsrot authored
#ifdef added, to avoid compiler redefinition warnings for LOG_LOCAL_LEVEL if defined by application, and we USE_ESP_IDF_LOG
-
Pedro Minatel authored
Summary Added the Dual Antenna documentation. Added the DA example.
-
P-R-O-C-H-Y authored
-
Pedro Minatel authored
* Added more details about PlatformIO * Fixed typo
-
Andreas Merkle authored
Because QName max. size is 256, the QNameLength range must be able to address it. Therefore the datatype was changed to uint16_t. (#6354)
-
Limor "Ladyada" Fried authored
fix uarts Co-authored-by: ladyada <support@adafruit.com>
-
Verkehrsrot authored
-
- 23 Feb, 2022 10 commits
-
-
WEMOS Electronics authored
-
Zeynep Dicle authored
* Add new board (Deneyap Kart 1A) * Update pins_arduino.h
-
Me No Dev authored
.github/workflows: Remove the slefhost runner test.
-
Abdelatif Guettouche authored
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
-
P-R-O-C-H-Y authored
-
P-R-O-C-H-Y authored
-
P-R-O-C-H-Y authored
* LEDC preripheral doc * SigmaDelta peripheral doc * Added missing symbol * Edited grammar, mistakes * quick edit
-
Pedro Minatel authored
* [Docs] Added more information about embedded PSRAM and Flash for ESP32-S3 * [Docs] Fixed some typos * [Docs] Fixed some spacing issues
-
P-R-O-C-H-Y authored
* Added ADC API doc + simple example * Added attenuation input voltage range + conf.py added tabs extension * Update requirements.txt * Update adc.rst
-
Tomáš Pilný authored
Summary Updated documentation describing the usage of Arduino-esp32 core as ESP-IDF component. Impact Removed confusing mentions of advanced menuconfig options. Extended process of installation, setup, and usage. Related links Closes #5833
-
- 21 Feb, 2022 6 commits
-
-
tobozo authored
Exposing this method makes it easier to integrate non-espressif USB-based projects (e.g. led/modifiers examples from USB Host Shield 2.0)
-
WEMOS Electronics authored
-
Patrick Grawehr authored
Summary The M5Core2 and the very similar M5Tough have 40 digital pins See reference here: https://docs.m5stack.com/en/core/core2 as well as the constant declarations in the bottom part of the file. Impact Without this, Code that needs the total number of pins (e.g. firmata) doesn't show the higher pin numbers correctly.
-
HACKER3000 authored
Sometimes you dont need the full 3M but want OTA instead
-
WEMOS Electronics authored
add lolin c3 mini board def
-
Yiğit authored
http end takes 20-30 seconds if there is a large amount of data replacing this read loop with flush fixes that problem
-
- 17 Feb, 2022 1 commit
-
-
Rodrigo Garcia authored
* fixes setPins and begin to keep rx/tx unmodified * adds Hardware Flow Control mode and CTS/RTS pin setting * adds Hardware Flow Control mode and CTS/RTS pin setting * adds Hardware Flow Control mode and CTS/RTS pin setting * adds Hardware Flow Control mode and CTS/RTS pin setting * Code Review
-
- 16 Feb, 2022 7 commits
-
-
P-R-O-C-H-Y authored
* ADC esp32s2 attenuation fix for DAC pins * Use soc define instead config target
-
Pedro Minatel authored
* Added the Tools Options into the docs. * Added more options * Deleted wrong file. * [Docs] Added image to show the MSC and some grammar fixes * [Docs] Added more information about the core selection * Deleted wrong file. * [Docs] Added more information about the core selection * [Docs] Changes according to the PR review
-
P-R-O-C-H-Y authored
* GPIO refactoring GPIO now using ESP-IDF API on all chips. LEDC interrupt fix removed - no longer needed. Edited pins_arduino.h in variants according to changes in gpio. * Edited analog channels functions
-
copercini authored
-
Rodrigo Garcia authored
-
Rodrigo Garcia authored
-
Vojtěch Bartoška authored
Co-authored-by: Pedro Minatel <pminatel@gmail.com>
-