esp-idf/examples/protocols/pppos_client/components/modem/include
David Cermak a90817cda0 Examples/pppos_client: Remove uart pattern detection
Due to these problems
* possible race condition, two events competing
* pattern detection work a little different for different IDF versions
* switching between pattern detection and data reading is complicated
* using just data events is easier for porting to a different communication peripheral
These changes were made:
* Removed the UART pattern detection entirely
* Used manual pattern detection after reading plain data from the UART

Closes https://github.com/espressif/esp-idf/issues/7176
2021-09-21 10:12:54 +02:00
..
bg96.h modem: support modem facility and PPPoS 2019-01-23 18:53:32 +08:00
esp_modem_compat.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_modem_dce_service.h Examples: esp_modem_dce_service: Make esp_modem_dce_handle_* functions static 2021-07-26 11:48:15 +02:00
esp_modem_dce.h esp_modem: Fixed send data and wait for prompt fail from DCE 2021-04-14 07:50:09 +02:00
esp_modem_dte.h esp_modem: Fixed race condition on exiting PPP mode 2020-12-21 16:38:20 +01:00
esp_modem_netif.h pppos_client: udated example code to use esp-netif in PPP configuration 2019-12-16 17:34:10 +00:00
esp_modem.h Examples/pppos_client: Remove uart pattern detection 2021-09-21 10:12:54 +02:00
sim800.h modem: support modem facility and PPPoS 2019-01-23 18:53:32 +08:00
sim7600.h pppos-client: support for SIM7600 modem 2020-07-13 14:45:19 +00:00