nuttx/cmake
chao an a506f9fb70 Revert "cmake: restore old behavior for savedefconfig"
@raiden00pl I'm surprised why this commit was reverted. It maintains the same functionality as tools/refresh.sh. this change is a good improvement because overwriting the original defconfig to prevent developers from missing out on enabled or disabled features during the development process. If you find any changes in the defconfig after saving it, you should manually restore it, git diff will tell you what has happened. and also this feature prevents more junior developers from forgetting to save their own defconfig

This reverts commit 751bc1528a.

Signed-off-by: chao an <anchao@lixiang.com>
2023-12-20 16:05:19 +01:00
..
menuconfig.cmake Revert "cmake: restore old behavior for savedefconfig" 2023-12-20 16:05:19 +01:00
nuttx_add_application.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_add_dependencies.cmake cmake:new feature on enhance apps header cmake module 2023-08-17 13:10:15 +08:00
nuttx_add_library.cmake cmake: split extra library from library group 2023-12-06 07:56:17 -08:00
nuttx_add_module.cmake
nuttx_add_romfs.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_add_subdirectory.cmake
nuttx_add_symtab.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_create_symlink.cmake
nuttx_export_header.cmake cmake:export_header support origin link and export install 2023-08-26 17:01:59 +08:00
nuttx_generate_headers.cmake
nuttx_generate_outputs.cmake
nuttx_kconfig.cmake cmake:fix invalid configs when export defconfig and .config 2023-08-29 09:51:20 +08:00
nuttx_mkconfig.cmake
nuttx_mkversion.cmake tools/ci: migrate some ci build configurations to CMake 2023-07-15 23:32:36 +08:00
nuttx_parse_function_args.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_redefine_symbols.cmake
symtab.c.in