Skip to content
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

Mini at v4.0 #906

Closed
wants to merge 16 commits into from
Closed

Conversation

WilliamGFish
Copy link

Description

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

ustccw and others added 16 commits August 20, 2024 16:12
…elease/v4.0.0.0'

fix: Fixed a compilation error caused by the upgrade of idf-component-manager (v4.0)

See merge request application/esp-at!1606
- migrated doc preview server from ci.espressif.cn to preview-docs.espressif.com
chore: Migrated doc preview server (v4.0.0.0)

See merge request application/esp-at!1630
…o 'release/v4.0.0.0'

fix:  gatts_cfg is overly modified by at.py script (v4.0.0.0)

See merge request application/esp-at!1633
docs: Added a disclaimer for the esp-at project (v4.0.0.0)

See merge request application/esp-at!1652
…elease/v4.0.0.0'

fix: Fixed a potential websocket crash due to incompatible version (v4.0.0.0)

See merge request application/esp-at!1659
…rface

Reason:
`at_sdio_read_data(data, len)` may read out more bytes than `len` due to incorrect if condition checks,
leading to memory corruption and causing a crash.

Fix:
Corrected the `if` condition in `at_sdio_read_data()` to ensure that the number of bytes read does not exceed the specified length (`len`),
preventing memory corruption and potential crashes.
…to 'release/v4.0.0.0'

fix(FCS-1612): Fixed a heap corruption issue when using the sdio interface (v4.0.0.0)

See merge request application/esp-at!1680
- fix(ESPAT-2124): Fixed the issue of ble gatts potentially writing garbled data sometimes
- fix(ESPAT-2071): Fixed a crash caused by an unchecked pointer
- fix(base): Fixed AT+SYSMSGFILTER cannot work if the data contains \r\n
- fix(ESPAT-2068): Fixed a wifi disconnect issue if send AT+CWRECONNCFG command twice
- feat: Updated esp32c6 at core version to v4.0.1.0-dev
feat: Updated at core version to 5fde27bb

See merge request application/esp-at!1684
…4.0.0.0' into 'release/v4.0.0.0'

fix: Fixed a potential uart tx voltage fluctuation issue during light-sleep (v4.0.0.0)

See merge request application/esp-at!1702
@WilliamGFish WilliamGFish deleted the mini-at-v4.0 branch February 19, 2025 11:46
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.

3 participants