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-12-01 14:49:29 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
bc1cebe0423f560e0568cb1542e34c3cfa5ec3ec
esp-idf/examples/wifi/iperf/Makefile

12 lines
326 B
Makefile
Raw Normal View History

example: add iperf example Support iperf
2017-03-30 23:12:25 +08:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := iperf
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
EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/system/console/advanced/components
examples: unify iperf component
2021-07-07 15:18:20 +08:00
EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf
ethernet: add iperf example to test real bandwidth 1. Add command for Ethernet based on console component. 2. Make cmd_system and iperf a component that can be referenced by other examples 3. Add "version" command to cmd_system.c 4. Clean up the README.md in all ethernet examples[TW#26525]
2018-09-20 19:26:14 +08:00
example: add iperf example Support iperf
2017-03-30 23:12:25 +08:00
include $(IDF_PATH)/make/project.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 123ms 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