nuttx/arch
Alexey Matveev 1b993875b5 arch/stm32: Fix stm32-capture if timer don't support GTIM_CCER_CC1NP
Fix: Some STM32 chips don't support GTIM_CCER_CC1NP; use HAVE_GTIM_CCXNP guards to exclude it. Adds/updates #ifdef HAVE_GTIM_CCXNP guards so GTIM_CCER_CC1NP is only included when supported, preventing register writes on chips without it.

Signed-off-by: Alexey Matveev <tippet@yandex.ru>
2026-01-18 11:40:32 +08:00
..
arm arch/stm32: Fix stm32-capture if timer don't support GTIM_CCER_CC1NP 2026-01-18 11:40:32 +08:00
arm64 arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
avr arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
ceva checkstack: fix access overflow when checkstack 2026-01-17 18:04:28 -03:00
dummy
hc arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
mips arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
misoc arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
or1k arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
renesas arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
risc-v arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
sim checkstack: fix access overflow when checkstack 2026-01-17 18:04:28 -03:00
sparc arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
tricore arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
x86 arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
x86_64 arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
xtensa arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
z16 arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
z80 arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig arch/arm64: disable fork support in protected build mode 2026-01-18 11:17:13 +08:00