forked from paclema/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
merge esp #1
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
Open
vell001
wants to merge
2,622
commits into
vell001:lwip_enabled
Choose a base branch
from
espressif:master
base: lwip_enabled
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
merge esp #1
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
fix(python): Fixes for Python code scanning alerts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated loop condition to allow for greater than zero looping and added comments for clarity.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated rmtWriteLoopingCount to handle loop_count validation and added logic for single transmission.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat(network): Adds Network Library documentation * fix(network): formatting in network API documentation * fix(doc): Use proper WiFi interfaces * feat(doc): Document isOnline() function in network API Added documentation for the isOnline() function to check network status. * fix(doc): Update docs/en/api/network.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(doc): Update docs/en/api/network.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(openthread): adds examples README.md files * fix(openthread): code and readme typo * ci(pre-commit): Apply automatic fixes * fix(openthread): Fix formatting of CLI time units --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(serial_uart): adds main Serial documentation * feat(serial_uart): improves Serial documentation * fix(serial): fixes example session headers Removed redundant section headers for example applications. * fix(serial): docs refer to ESP-IDF instead of IDF * fix(serial): restores necessary example reference * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(openthread): adds arduino openthread library documentation * fix(openthread): Fixes document formatting * fix(op * fix(openthread): gramma fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(openthread): gramma fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(othread): use esp-idf instead of just idf * ci(pre-commit): Apply automatic fixes * fix(othread):better phrasing Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(openthread): space before time unit * fix(openthread): space before time unit --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(rmt): improves RMT documentation * fix(rmt): includes missing reference to C5 and P4 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(rmt): note rewritting Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(rmt): rephasing Clarify behavior of rmtTransmitCompleted in looping mode. * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
- Fix getting fallback DNS server using NetworkInterface::dnsIP() getter - Remove magic number from NetworkInterface::dnsIP() setter
* feat(hosted): Add OTA and version functionality to esp-hosted * feat(hosted): Add hostedActivateUpdate() function * feat(hosted): Add new BLE init/deinit API calls * fix(hosted): Apply suggestion from @lucasssvaz Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * fix(hosted): Apply suggestion from @lucasssvaz Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* fix(hosted): Fix custom WiFi pins not picked from config * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
… button functionality (#12020)
* feat(ppp): Add variation of PPPClass::cmd() Add variation of PPPClass::cmd() function that returns more detailed response. * fix(pr): Fix typo in comment about timeout occurrence --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
* feat(core): Add option to support chip variants * add `chip_variant` to pioarduino-build.py * Refactor build_mcu and chip_variant assignment logic * fix(adc): Rename data struct as its used in idf * IDF release/v5.5 8d036f2e * fix(adc): Add weak definitions for p4 rev 3 * fix(adc): Calibration fix for unsupported socs --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
* IDF release/v5.5 8d036f2e
* fix(ci): Fix tests and workflows * feat(tests): Add job ID fixture * fix(tests): Fix performance test result generation * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
* feat(esp32c61): Add support for ESP32-C61 Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * Update CMakeLists.txt Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com> * fix(psram): Add missing C61 header * feat(p4): Add rev3 check on supported frequencies * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
…12056) * feat(flash_args): Add file with flash parameters for the built image * fix(ci): Fix paths order
* feat(board): add support for Soldered NULA DeepSleep ESP32S3 - Add board configuration to `boards.txt` - Add pin definitions to 'variants/soldered_nula_deepsleep_esp32s3' * fix(board): remove unsupported partition scheme - Remove unsupported partition scheme which exceeds the boards flash size * fix(board): Limit custom partition scheme to 8MB - Limit the partition scheme from 16MB to 8MB * fix(board): fix flash size and Minimal SPIFFS partitions scheme - Set flash size to MB instead of 4MB - Update the partition size of the Minimal SPIFFS to 128KB
Signed-off-by: imliubo <imliubo@makingfun.xyz> Implement full NessoBattery class with: - AW32001 charger control (charge current/voltage, UVLO, watchdog, Hi-Z mode) - BQ27220 fuel gauge telemetry (voltage, current, power, temperature, cycle count) - Register enums and named constants replacing magic numbers - Datasheet references for all ICs
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.
By completing this PR sufficiently, you help us to improve the quality of Release Notes
Checklist
This entire section above can be deleted if all items are checked.
Summary
Please describe your proposed PR and what it contains.
Impact
Please describe impact of your PR and it's function.
Related links
Please provide links to related issue, PRs etc.