nuttx/libs/libnx/nxfonts
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
..
.gitignore
CMakeLists.txt libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
Kconfig
Make.defs libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
Makefile.sources
nxfonts.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_bitmaps.c libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_cache.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nxfonts_convert.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nxfonts_getfont.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
nxfonts_mono5x8.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_pixel-lcd-machine.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_pixel-unicode.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans17x22.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans17x23b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans20x26.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans20x27b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans22x29.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans22x29b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans23x27.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans28x37.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans28x37b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans39x48.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_sans40x49b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_serif22x28b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_serif22x29.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_serif27x38b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_serif29x37.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_serif38x48.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_serif38x49b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_tom-thumb-4x6.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-4x6.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-5x7.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-5x8.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-6x9.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-6x10.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-6x12.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-6x13.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-6x13b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-6x13o.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-7x13.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-7x13b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-7x13o.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-7x14.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-7x14b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-8x13.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-8x13b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-8x13o.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-9x15.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-9x15b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-9x18.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-9x18b.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
nxfonts_x11-misc-fixed-10x20.h libs/libnx: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00