Skip to content

Conversation

@vell001
Copy link
Owner

@vell001 vell001 commented Jun 13, 2022

By completing this PR sufficiently, you help us to improve the quality of Release Notes

Checklist

  1. Please provide specific title of the PR describing the change, including the component name (eg. „Update of Documentation link on Readme.md“)
  2. Please provide related links (eg. Issue, other Project, submodule PR..)
  3. Please check Contributing guide

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.

lucasssvaz and others added 30 commits September 5, 2025 10:22
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>
SuGlider and others added 30 commits November 10, 2025 14:07
* 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>
* 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.