mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-25 17:31:33 +02:00
fix(esp_modem): specify override_path in example manifest files
This commit is contained in:
committed by
David Cermak
parent
1d8923cfbb
commit
5b78da4689
@ -2,7 +2,5 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS "../..")
|
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(ap-to-pppos)
|
project(ap-to-pppos)
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
dependencies:
|
||||||
|
espressif/esp_modem:
|
||||||
|
version: "^1.0.1"
|
||||||
|
override_path: "../../../"
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
|
|||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS ../.. ../../port/linux)
|
set(EXTRA_COMPONENT_DIRS ../../port/linux)
|
||||||
|
|
||||||
set(COMPONENTS main)
|
set(COMPONENTS main)
|
||||||
project(linux_modem)
|
project(linux_modem)
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
dependencies:
|
||||||
|
espressif/esp_modem:
|
||||||
|
version: "^1.0.1"
|
||||||
|
override_path: "../../../"
|
@ -4,7 +4,5 @@
|
|||||||
# CMakeLists in this exact order for cmake to work correctly
|
# CMakeLists in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS "../..")
|
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(modem_psm)
|
project(modem_psm)
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
dependencies:
|
||||||
|
espressif/esp_modem:
|
||||||
|
version: "^1.0.1"
|
||||||
|
override_path: "../../../"
|
@ -2,7 +2,5 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.8)
|
||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS "../..")
|
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(modem_tcp_client)
|
project(modem_tcp_client)
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
dependencies:
|
||||||
|
espressif/esp_modem:
|
||||||
|
version: "^1.0.1"
|
||||||
|
override_path: "../../../"
|
@ -2,7 +2,5 @@
|
|||||||
# in this exact order for cmake to work correctly
|
# in this exact order for cmake to work correctly
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS "../..")
|
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(pppos_client)
|
project(pppos_client)
|
||||||
|
@ -3,7 +3,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.8)
|
||||||
set(CMAKE_CXX_STANDARD 17)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS "../..")
|
|
||||||
|
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(simple_cmux_client)
|
project(simple_cmux_client)
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
dependencies:
|
||||||
|
espressif/esp_modem:
|
||||||
|
version: "^1.0.1"
|
||||||
|
override_path: "../../../"
|
@ -1,6 +1,9 @@
|
|||||||
version: "1.0.4"
|
version: "1.0.4"
|
||||||
description: esp modem
|
description: Library for communicating with cellular modems in command and data modes
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
|
||||||
|
issues: https://github.com/espressif/esp-protocols/issues
|
||||||
|
documentation: https://docs.espressif.com/projects/esp-protocols/esp_modem/docs/latest/index.html
|
||||||
|
repository: https://github.com/espressif/esp-protocols.git
|
||||||
dependencies:
|
dependencies:
|
||||||
# Required IDF version
|
# Required IDF version
|
||||||
idf:
|
idf:
|
||||||
|
Reference in New Issue
Block a user