nuttx/libs/libc/machine
Tiago Medicci Serrano 58e97e521c libc/string: prevent libc in the kernel/userspace optionally
Add the `LIBC_PREVENT_STRING_KERNEL` and `LIBC_PREVENT_STRING_USER`
that are meant to be selected by the chip if no libc implementation
is going to be built. If selected, neither NuttX's software version
of the libc nor any architecture-specific implementation will be
built in the kernel or in the userspace, respectively. In this
case, the linker may provide a ROM-defined version of the libc
functions instead.
2023-05-17 13:58:48 +08:00
..
arm libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
arm64 libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
renesas Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
risc-v libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
sim arch/sim: add windows host simulate support 2022-08-23 22:04:42 +08:00
sparc port nuttx to sparc-v8 commit 2022-01-17 09:09:29 -03:00
x86 Remove FAR from arm/risc-v/xtensa/sim/x86 2022-05-15 13:55:58 +03:00
xtensa libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
arch_atomic.c libc/arch_atomic: add FAR to pointers. 2022-04-29 15:06:11 +08:00
Kconfig libc/string: prevent libc in the kernel/userspace optionally 2023-05-17 13:58:48 +08:00
Make.defs libc: add arm64 libc function 2023-01-10 11:31:26 +08:00