nuttx/cmake
xuxin19 1bc50b53bb cmake:implement ALLSYMS feat of CMake version
when declaring the target to be `nuttx`,create an empty allsyms source file for it;
when the target is declared as something else,the link behavior of the `nuttx` target is cloned
and added to actually generate the allsyms file.
finally use allsyms_nuttx to overwrite the already generated nuttx
and regenerate binary outputs

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2024-04-03 10:16:21 -03:00
..
menuconfig.cmake Revert "cmake: restore old behavior for savedefconfig" 2023-12-20 16:05:19 +01:00
nuttx_add_application.cmake
nuttx_add_dependencies.cmake
nuttx_add_library.cmake cmake:enable libxx for CMake build 2024-03-15 01:28:53 +08:00
nuttx_add_module.cmake
nuttx_add_romfs.cmake
nuttx_add_subdirectory.cmake
nuttx_add_symtab.cmake
nuttx_allsyms.cmake cmake:implement ALLSYMS feat of CMake version 2024-04-03 10:16:21 -03:00
nuttx_create_symlink.cmake
nuttx_export_header.cmake
nuttx_generate_headers.cmake cmake:adapt the header file symbolic link to the common directory 2024-02-23 18:15:56 -08:00
nuttx_generate_outputs.cmake
nuttx_kconfig.cmake
nuttx_mkconfig.cmake build/cmake: fix empty BASE_DEFCONFIG string 2024-02-28 10:58:52 +01:00
nuttx_mkversion.cmake
nuttx_parse_function_args.cmake
nuttx_redefine_symbols.cmake
symtab.c.in