forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 14
update 17.12.2021 #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Editing esp-idf_component docs * Changed idt to ESP-IDF Co-authored-by: Pedro Minatel <pminatel@gmail.com>
also update tinyuf2 bootloader for adafruit boards to 0.6.2
All the workflows are now migrated to Github Actions. Update the on-push.sh script to remove references to TravisCI variables. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
- Remove the execute bit from source and text files. - on-pages.sh script needs the execute bit to be set. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
…V2 (#5985) (latest) version. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
fix boad error : "--elf-gcc.path}/bin/--elf-g++": file does not exist and fix follow esp32 dev module
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
* [Feature] Added Sonoff DUALR3 support with RainMaker example * [Feature] Added skip files for C3 and S2
1.0.6 changed scanning method to always scan all available channels during connect. This results in results in connect taking about ~3 seconds instead of ~1. This patch changes the behavior to use WIFI_FAST_SCAN if client used a specific channel.
Current implementation clears _headers when request was sent. If the user added custom request headers, they will be lost and the redirected request will not contain them. This commit changes the scope of cleanup so that the headers survive redirects but don't survive connection reuse.
…ss-Tag (#5946) - supports the WiFi/Ethernet board with WT32-S1 module and LAN8720A Ethernet PHY - documentation available at http://www.wireless-tag.com/portfolio/wt32-eth01/
* add new documation GPIO Co-authored-by: pedro.minatel <pedro.minatel@espressif.com>
… on wrappers that can be omitted from compilation based on sdkconfig. (#5941)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Summary This PR contains adding: Issue template using forms Feature Template using forms Update of Pull Request template All yaml files have been checked by online validator. Pages are rendered here (for easier review): Feature Request template Issue Template Impact These templates can help with more accurate issue/PR explanations which can improve handling these contribution and in overall have a positive influence on User experience. Related links This PR closed issue #5956
* using ksz8081 only from ESP-IDF 4.4 onwards The previous assertion only considerate the existance of ESP-IDF 4.3, but with the ESP-IDF 4.3.1 release this assertion would generate errors. Now only includes from ESP-IDF 4.4 onwards. Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
* Refactoring function headers Changing the header so the main TwoWire::requestFrom() definition uses a `size_t` instead of a `uint8_t`, removing the 255 bytes limit on I2C requests. Co-authored-by: Flaviu Tamas <me@flaviutamas.com> Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
esp-dsp: master 6b25cbb esp-face: master d141502 esp-rainmaker: f1b82c7 esp32-camera: master 61400bc esp_littlefs: master 3c29afc
Co-authored-by: caternuson <caternuson@gmail.com> Co-authored-by: Kattni Rembor <kattni@adafruit.com> Co-authored-by: Jeff Epler <jeff@adafruit.com> Co-authored-by: Jeff Epler <jepler@gmail.com> Co-authored-by: Ha Thach <thach@tinyusb.org>
This PR is refactoring of DAC HAL in order to use IDF instead of current Register manipulation approach. Edited dacWrite() to use ESP-IDF api. Added dacDisable() so there is an option to disable dac channel. Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
HardwareSerial flush() was returning before all data was sent out through serial port. This is a problem to some RS485 libraries that depend on it to signaling. This PR solves the issue by forcing it to block flush() until all data is sent.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This entire section can be deleted if all items are checked.
By completing this PR sufficiently, you help us to improve the quality of Release Notes
Checklist
Summary
Please describe your proposed PR and what it contains.
Impact
Please describe impact of your PR and it's function.