nuttx-update/arch
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
..
arm remove big lock in arch_phy_irq 2024-12-18 23:28:18 +08:00
arm64 modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
avr modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
ceva modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
dummy arch: Add custom arch chip build support 2020-10-20 14:48:16 +08:00
hc modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
mips modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
misoc modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
or1k modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
renesas remove big lock in arch_phy_irq 2024-12-18 23:28:18 +08:00
risc-v esp32[c3|c6|h2]: Fix ledc clk issue 2024-12-17 13:35:42 -03:00
sim arch/sim/src/nuttx-names.in: Add pipe2 2024-12-19 14:46:59 +08:00
sparc modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
tricore debug symbol level: Use config instead 2024-12-04 22:36:45 +08:00
x86 modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
x86_64 modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
xtensa modifyreg16: use small lock in modifyreg16 2024-12-18 20:28:26 +08:00
z16 remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
z80 remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig armv7/8m: fix regresion from https://github.com/apache/nuttx/pull/14881 2024-12-09 12:20:13 +08:00