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

[modem]: bump: 1.1.0 -> 1.2.0 #688

Merged

Conversation

david-cermak
Copy link
Collaborator


1.2.0

Features

  • Add support for guessing mode (52598e5f)
  • Delete CMUX internal implementation even if terminal exit fails (0e0cbd6b)
  • Add support for handling URC (1b6a3b3b, #180)
  • add ability to change ESP_MODEM_C_API_STR_MAX from Kconfig (17909892)
  • Added target test config with CHAP authentication (f8ae7def)
  • example add esp32p4 usb support (adafeae5)
  • Publish mbedtls component (0140455f)
  • host test support of the latest ESP-IDF release (3f74b4e8)

Bug Fixes

  • Fix console example to use urc/detect features (1a9eaf3e)
  • Update target test builds to use external Catch2 (554f022c)
  • Fix arguments names when spawn esp_modem_xxx declarations (b6792c52)
  • Remove catch dependency (c3480768)
  • Examples: use local configs for MQTT topic/data (f5c13b92)
  • Fixed clang-tidy warnings (70fa3af7)
  • Fix CI build per IDFv5.3 (d0c17ef0)
  • Fixed UART task to check for buffered data periodically (4bdd90cc, #536)
  • Cleanup unused configs from PPPoS example (08a62ccc)
  • Update CMUX example with SIM7070_gnss cleaned-up (56fe5327)
  • Update console example with SIM7070_gnss format comments (5baaf542)
  • Fix remaining print format warnings (3b80181d)

1.2.0
Features
- Add support for guessing mode (52598e5)
- Delete CMUX internal implementation even if terminal exit fails (0e0cbd6)
- Add support for handling URC (1b6a3b3, espressif#180)
- add ability to change ESP_MODEM_C_API_STR_MAX from Kconfig (1790989)
- Added target test config with CHAP authentication (f8ae7de)
- example add esp32p4 usb support (adafeae)
- Publish mbedtls component (0140455)
- host test support of the latest ESP-IDF release (3f74b4e)
Bug Fixes
- Fix console example to use urc/detect features (1a9eaf3)
- Update target test builds to use external Catch2 (554f022)
- Fix arguments names when spawn esp_modem_xxx declarations (b6792c5)
- Remove catch dependency (c348076)
- Examples: use local configs for MQTT topic/data (f5c13b9)
- Fixed clang-tidy warnings (70fa3af)
- Fix CI build per IDFv5.3 (d0c17ef)
- Fixed UART task to check for buffered data periodically (4bdd90c, espressif#536)
- Cleanup unused configs from PPPoS example (08a62cc)
- Update CMUX example with SIM7070_gnss cleaned-up (56fe532)
- Update console example with SIM7070_gnss format comments (5baaf54)
- Fix remaining print format warnings (3b80181)
Updated
- docs(modem): Fix esp_modem_at_raw() description (C-API) (492a6a0)
- ci(common): updated github actions(checkout, upload, download) v3 to 4, Ubuntu 20.04 to v22.04 (a23a002)
@david-cermak david-cermak added this to the modem-v1.2.0 milestone Nov 8, 2024
@david-cermak david-cermak merged commit 32ac21b into espressif:master Nov 11, 2024
156 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility of Simple CMUX Client Library with CAVLI C16QS Modem (IDFGH-12078)
2 participants