nuttx/arch/arm
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
..
include barrier: add UP_RMB UP_WMB 2025-12-22 10:22:06 -03:00
src arch/stm32: Fix stm32-capture if timer don't support GTIM_CCER_CC1NP 2026-01-18 11:40:32 +08:00
CMakeLists.txt arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig arch/arm: Add clkdev driver for generic timer. 2025-11-24 19:43:07 +08:00