nuttx/libs/libc/machine/xtensa
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
arch_elf.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
arch_mcount.c libc/machine/xtensa: add mcount implementation for gprof 2025-12-13 13:31:46 +08:00
arch_memcpy.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_memmove.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_memset.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_setjmp.S xtensa: change write intset register to syscall instruction 2024-12-27 00:25:55 +08:00
arch_strcmp.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_strcpy.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_strlen.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
arch_strncpy.S libc/machine:Add prefixes to libc functions implemented by arch 2024-10-31 18:11:16 +08:00
CMakeLists.txt libc/machine/xtensa: add mcount implementation for gprof 2025-12-13 13:31:46 +08:00
Kconfig arm64/gnu:Set arch_* optimizations to be on by default. 2023-08-19 18:43:08 +08:00
Make.defs libc/machine/xtensa: add mcount implementation for gprof 2025-12-13 13:31:46 +08:00
xtensa_asm.h libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00