nuttx/arch/sim/src
YAMAMOTO Takashi b4e5c74319 arch/sim/src/nuttx-names.in: Add pipe2
This breaks the libuv build without CONFIG_PIPES
as expected:

```
LD:  nuttx
/usr/bin/ld: nuttx.rel: in function `uv_pipe':
/src/apps/system/libuv/libuv/src/unix/pipe.c:516: undefined reference to `NXpipe2'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:427: nuttx] Error 1
make: *** [tools/Unix.mk:551: nuttx] Error 2
```

That is, this correctly exposes https://github.com/apache/nuttx/issues/14773
on linux.
2024-12-19 14:46:59 +08:00
..
cmake cmake(bugfix):fix CMake build break on MacOS 2024-12-05 23:36:16 +08:00
sim Remove FAR from 32/64bit arch 2024-12-05 22:55:39 +08:00
.gitignore arch/sim: Copy include/nuttx/config.h to the local folder 2021-07-27 07:44:33 +09:00
CMakeLists.txt arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Makefile arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
nuttx-names.in arch/sim/src/nuttx-names.in: Add pipe2 2024-12-19 14:46:59 +08:00