incubator-nuttx/cmake
fanjiangang 5e9358b782 make/disassembly: generate disassembly file
Create the nuttx.asm in the disassembly format using the objdump program.

NOTE:
'>', objdump doesn't take arguments for output file,
but result is printed to standard out, and is redirected.

Signed-off-by: fanjiangang <fanjiangang@lixiang.com>
Signed-off-by: chao an <anchao@lixiang.com>
2024-08-16 15:22:25 +08:00
..
menuconfig.cmake cmake:Remove Unix-specific code and replace it with cmake script to support cross-platform 2024-08-14 14:02:28 +08:00
nuttx_add_application.cmake cmake: add_application supports only registration but not compilation 2024-08-14 16:05:27 +02:00
nuttx_add_dependencies.cmake
nuttx_add_library.cmake cmake/add_library: enable library install by default 2024-07-02 16:50:18 +08:00
nuttx_add_module.cmake
nuttx_add_romfs.cmake cmake/romfs: separate c flags to avoid compile fail 2024-05-09 23:45:23 +08:00
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 fix nxstyle 2024-05-13 22:24:36 +02:00
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 make/disassembly: generate disassembly file 2024-08-16 15:22:25 +08:00
nuttx_kconfig.cmake cmake:bugfix generate config.h contain ; characters will be handled incorrectly 2024-04-29 11:14:48 -03:00
nuttx_mkconfig.cmake cmake:bugfix generate config.h contain ; characters will be handled incorrectly 2024-04-29 11:14:48 -03:00
nuttx_mkversion.cmake
nuttx_parse_function_args.cmake
nuttx_redefine_symbols.cmake cmake:bugfix refine sim cmake redefine symbols 2024-06-29 17:59:54 -03:00
nuttx_source_file_properties.cmake cmake:enhance set_source_files_properties for NuttX CMake module 2024-04-18 14:57:58 -03:00
savedefconfig.cmake cmake:Remove Unix-specific code and replace it with cmake script to support cross-platform 2024-08-14 14:02:28 +08:00
symtab.c.in