Logo
Explore Help
Sign In
espressif/esp-protocols
1
0
Fork 1
You've already forked esp-protocols
mirror of https://github.com/espressif/esp-protocols.git synced 2025-07-23 07:17:29 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
c443326a34e92f03697f47ec7edad30fa634d8e4
esp-protocols/examples/esp_netif/slip_custom_netif/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
236 B
CMake
Raw Normal View History

esp-netif: Added esp_netif slip support, slip_modem component and example Merges https://github.com/espressif/esp-idf/pull/4985 * Original commit: espressif/esp-idf@266be00254c6e8dcbda75005092260161c03ee95
2020-05-21 17:55:56 +12:00
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
tools: Increase the minimal supported CMake version to 3.16 This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system. This is the version that provides most new features and also the one we use in our latest docker image for CI. * Original commit: espressif/esp-idf@facab8c5a78323dceb0a418ecaaaa4319b102793
2022-05-27 10:10:51 +02:00
cmake_minimum_required(VERSION 3.16)
esp-netif: Added esp_netif slip support, slip_modem component and example Merges https://github.com/espressif/esp-idf/pull/4985 * Original commit: espressif/esp-idf@266be00254c6e8dcbda75005092260161c03ee95
2020-05-21 17:55:56 +12:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(slip_client)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 16ms 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