nuttx/arch
Adwait Godbole 5c43ef4eaf arch: xtensa: fix INT32_C macro to match int32_t type
INT32_C(x) is currently defined as x ## ll on Xtensa, which
produces a long long int constant. However, int32_t is
defined as long int on this architecture.

This mismatch can break C++ template overload resolution
and causes build failures in downstream projects such as PX4.

Fix the macro by using x ## l so INT32_C expands to the same
underlying type as int32_t.

Signed-off-by: Adwait Godbole <adwaitngodbole@gmail.com>
2026-02-02 10:47:55 +08:00
..
arm arch: stm32: fix undeclared page variable in flash write 2026-02-01 23:23:32 +08:00
arm64 arch/imx9/enet: Move imx9_phy_boardinitialize to "ifup" phase 2026-02-01 09:41:50 -03:00
avr sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
ceva sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
dummy
hc arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
mips sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
misoc sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
or1k sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
renesas sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
risc-v rp23xx/rp23xx-rv: Fix GPIO interrupt handler for RP2350B variant. 2026-01-31 02:43:51 +08:00
sim arch/sim: Add sigdelset to nuttx-names.in 2026-01-31 14:14:32 +08:00
sparc sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
tricore sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
x86 sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
x86_64 arch/x86_64: use pause to reduce power consumption in spin wait loops 2026-01-30 08:09:44 -03:00
xtensa arch: xtensa: fix INT32_C macro to match int32_t type 2026-02-02 10:47:55 +08:00
z16 sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
z80 sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig shced/irq: Add up_irq_to_ndx interface 2026-01-27 10:34:13 +08:00