Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-13 05:50:21 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
1bd2145d6b87b51bee295f2f16f44f1313314f37
esp-idf/examples/protocols/pppos_client/components/modem/CMakeLists.txt

12 lines
314 B
CMake
Raw Normal View History

examples: use new component registration api
2019-04-28 15:38:46 +08:00
set(srcs "src/esp_modem.c"
"src/esp_modem_dce_service"
pppos_client: udated example code to use esp-netif in PPP configuration
2019-11-11 16:38:43 +01:00
"src/esp_modem_netif.c"
esp_modem: add simple compatibility layer for new esp_modem connecting over esp-netif
2019-11-21 13:20:13 +01:00
"src/esp_modem_compat.c"
examples: use new component registration api
2019-04-28 15:38:46 +08:00
"src/sim800.c"
pppos-client: support for SIM7600 modem Reuses most of the code from BG96. At this moment, this is not a perfect support for other modules as the generic handlers for most common modem functionality is not easily reusable. Refactoring to a fully independent modem component will solve this. Closes https://github.com/espressif/esp-idf/issues/5250
2020-06-24 12:02:13 +02:00
"src/sim7600.c"
examples: use new component registration api
2019-04-28 15:38:46 +08:00
"src/bg96.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS include
pppos_client: Add a test application for pppos_client Adding testing facilities for pppos-client including esp-modem component and PPP client in lwip. Testing is provided with PPP server running on rpi.
2020-02-25 21:48:06 +01:00
REQUIRES driver)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 83ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API