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-16 15:29:37 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
f6c3b51b1389283bbb163a72cb3918a6fb9f64da
esp-idf/examples/wifi/ftm/CMakeLists.txt

9 lines
313 B
CMake
Raw Normal View History

Add support for FTM operation Add FTM support for below configuration - 1. Station(connected) as Initiator with AP as responder 2. SoftAP as responder with the connected Station Added Station example with runtime FTM configurations.
2021-01-21 19:55:39 +05:30
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
console: re-use the available REPL console API and improve linenoise Console example doesn't duplicate code in `console` component. Linenoise has been improved: it now has a parametrized command line length. It is now possible to paste data efficiently to the console. Note: this can only be done if the cursor is at the end of the line. Closes https://github.com/espressif/esp-idf/issues/7057
2021-07-15 11:37:11 +08:00
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/system/console/advanced/components)
Add support for FTM operation Add FTM support for below configuration - 1. Station(connected) as Initiator with AP as responder 2. SoftAP as responder with the connected Station Added Station example with runtime FTM configurations.
2021-01-21 19:55:39 +05:30
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ftm)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 55ms 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