Files
PX4-Autopilot/platforms/nuttx
Jacob Dahl 13a0618c0b fix(nxp/adc): initialise each ADC once, not once globally (#28313)
board_determine_hw_info() inits LPADC2 and consumes the function-static
once flag, so board_adc's later LPADC1 init is a no-op. CFG stays at
reset (PWREN=0, no settling). Match the STM32 once-per-base pattern.

Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com>
2026-08-20 20:14:18 -06:00
..
2026-08-13 17:47:47 +02:00