nuttx/arch/risc-v
guoshichao 3524f4b9ce libs/libc/fork: add lib_fork implementation
1. add lib_fork api in libs/libc, we need a fork() api to implement the
fork relative method, such as pthread_atfork
2. rename the assembly fork entry function name to up_fork(), and rename
the up_fork() to arch specific name, such as
sim_fork()/arm_fork()/mips_fork() etc.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-07-26 10:41:52 +02:00
..
include arch/risc-v/espressif: Add full GPIO support 2023-06-24 13:11:45 +08:00
src libs/libc/fork: add lib_fork implementation 2023-07-26 10:41:52 +02:00
Kconfig arch/perf: add ARCH_HAVE_PERF_EVENTS to support hardware perf events 2023-07-21 20:43:30 +08:00