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-10 03:51:46 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c412cb15ac39cad977f6a20eb73cb0878ee0a2ce
esp-idf/components/console/CMakeLists.txt

13 lines
491 B
CMake
Raw Normal View History

components: use new component registration api
2019-04-28 15:38:23 +08:00
idf_component_register(SRCS "commands.c"
console: simplify examples 1. simplify console examples 2. add "quit" command 3. support console command overwrite 4. add API reference
2020-02-03 18:01:04 +08:00
"esp_console_repl.c"
cmake: some formatting fixes Do not include bootloader in flash target when secure boot is enabled. Emit signing warning on all cases where signed apps are enabled (secure boot and signed images) Follow convention of capital letters for SECURE_BOOT_SIGNING_KEY variable, since it is relevant to other components, not just bootloader. Pass signing key and verification key via config, not requiring bootloader to know parent app dir. Misc. variables name corrections
2019-06-21 14:29:32 +08:00
"split_argv.c"
"argtable3/argtable3.c"
"linenoise/linenoise.c"
INCLUDE_DIRS "."
esp32: cleanup build script
2021-03-19 20:03:13 +08:00
REQUIRES vfs
PRIV_REQUIRES driver)
argtable: move GCC-specific pragma to cmake/make files ...and only add it when building with GCC.
2021-09-10 19:30:17 +02:00
if(CMAKE_C_COMPILER_ID MATCHES "GNU")
set_source_files_properties(argtable3/argtable3.c PROPERTIES COMPILE_FLAGS -Wno-clobbered)
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 87ms 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