esp_modem: Initial version based on IDF 4.3

This commit is contained in:
David Cermak
2020-11-18 21:15:08 +01:00
parent d42b6670c5
commit 5565a09ed1
20 changed files with 2776 additions and 0 deletions

3
esp_modem/component.mk Normal file
View File

@ -0,0 +1,3 @@
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_PRIV_INCLUDEDIRS := private_include
COMPONENT_SRCDIRS := src