Skip to content

Commit

Permalink
feat(cdc/modem): Add ESP32-P4 known issue notice
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-espressif committed Jun 17, 2024
1 parent bc2803b commit d9278c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions host/class/cdc/esp_modem_usb_dte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Unreleased

## 1.2.0

- Fixed C++ build error for `usb_host_config_t` backward compatibility
- Added default configuration for SimCom SIM7070G, SIM7080 and SIMA7672E modems
- Added default configuration for Quectel EC20
- Added ESP32-P4 support

### Known issues
- ESP32-P4 cannot receive fragmented AT responses from a modem. Thus, some SimCom modems do not work with this version

## 1.1.0

- Updated to [CDC-ACM driver](https://components.espressif.com/components/espressif/usb_host_cdc_acm) to v2
Expand Down
5 changes: 0 additions & 5 deletions host/class/cdc/esp_modem_usb_dte/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ dependencies:
idf: ">=4.4"
usb_host_cdc_acm: "2.*"
esp_modem: ">=0.1.28,<2.0.0"

targets:
- esp32s2
- esp32s3
- esp32p4

0 comments on commit d9278c1

Please sign in to comment.