nuttx/arch/arm
Javier Alonso 2f280bf600 arch/kinetis: initializers clobbering rx_pin instead of enable_high
The `rx_pin` configuration when `CONFIG_KINETIS_FLEXCAN2` is defined is
overwritten if `PIN_CAN2_ENABLE` is defined, breaking the flexcan config
for Kinetis MCU. Additionally, the `.enable_high` configuration points to
a non-defined constant/macro (looks like a legacy from the first driver
definition). Based on regularly maintained drivers (such as s32k3), this
was changed to `CAN2_ENABLE_OUT`

Signed-off-by: Javier Alonso <javieralonso@geotab.com>
2026-08-13 20:25:57 +08:00
..
include arch/arm/stm32h5: Fix handling of GPIO port I 2026-08-12 21:52:13 +08:00
src arch/kinetis: initializers clobbering rx_pin instead of enable_high 2026-08-13 20:25:57 +08:00
CMakeLists.txt
Kconfig rp2040/rp23xx: implement stall queueing and GET STATUS responses 2026-08-04 01:44:41 +08:00