nuttx/cmake
Arjav Patel e2f3950d45 libc: add support for C23 stdbit.h with bit manipulation macros
- Introduced Kconfig options for stdbit.h, allowing architecture-specific and generic implementations.
- Added new documentation for stdbit.h, detailing its usage and configuration.
- Updated CMake and Makefile to handle the inclusion of stdbit.h based on configuration settings.

This enhances the NuttX library with optional C23 bit manipulation utilities, improving functionality for architectures that support it.

Signed-off-by: Arjav Patel <arjav1528@gmail.com>
2026-03-02 09:09:40 -03:00
..
menuconfig.cmake cmake(enhance):include-style defconfig can modified via menuconfig 2026-01-15 15:42:17 -03:00
nuttx_add_application.cmake cmake(bugfix):do not set nuttx_add_app NAME as required 2026-01-27 20:54:26 +08:00
nuttx_add_dependencies.cmake
nuttx_add_library.cmake cmake(feat):define elf option and enable apps module build 2026-01-19 14:45:37 +08:00
nuttx_add_module.cmake
nuttx_add_romfs.cmake cmake(bugfix):fix common/etc confilt with src/etc in CMake genromfs 2026-01-27 20:54:26 +08:00
nuttx_add_subdirectory.cmake
nuttx_add_symtab.cmake
nuttx_create_symlink.cmake
nuttx_export_header.cmake
nuttx_extensions.cmake cmake(enhance):cmake support DYNLIB build 2026-01-19 14:45:37 +08:00
nuttx_generate_headers.cmake libc: add support for C23 stdbit.h with bit manipulation macros 2026-03-02 09:09:40 -03:00
nuttx_generate_outputs.cmake
nuttx_generate_sim_ld.cmake
nuttx_kconfig.cmake cmake(enhance):include-style defconfig can modified via menuconfig 2026-01-15 15:42:17 -03:00
nuttx_mkconfig.cmake cmake: Enhance .config handling and comparison logic 2026-02-26 09:46:02 -03:00
nuttx_mkversion.cmake
nuttx_multiple_link.cmake
nuttx_overrides.cmake cmake(bugfix):change default compile obj extension to .o 2026-01-27 20:54:26 +08:00
nuttx_parse_function_args.cmake
nuttx_process_config.cmake cmake(enhance):include-style defconfig can modified via menuconfig 2026-01-15 15:42:17 -03:00
nuttx_redefine_symbols.cmake
nuttx_remove_compile_options.cmake
nuttx_sethost.cmake
nuttx_source_file_properties.cmake
nuttx_toolchain.cmake cmake(bugfix):Separate extra flags to avoid parsing errors 2026-01-27 20:54:26 +08:00
savedefconfig.cmake cmake(enhance):include-style defconfig can modified via menuconfig 2026-01-15 15:42:17 -03:00
symtab.c.in