This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7ea3f8e333f arch/arm/rp2040: Support non-sequential ADC channels and standardize internal function names add bebcfa0f46a docs(h743zi/capture): add capture driver docs add 5cc01bb562c arm/stm32h7: update makefile for capture & config name No new revisions were added by this update. Summary of changes: .../drivers/character/timers/capture.rst | 138 +++++++++++++++++++++ .../components/drivers/character/timers/index.rst | 1 + arch/arm/src/stm32h7/CMakeLists.txt | 5 +- arch/arm/src/stm32h7/Kconfig | 40 +++--- arch/arm/src/stm32h7/Make.defs | 8 ++ arch/arm/src/stm32h7/stm32_capture.c | 10 +- arch/arm/src/stm32h7/stm32_capture_lowerhalf.c | 4 +- .../configs/{nsh => capture}/defconfig | 13 +- 8 files changed, 182 insertions(+), 37 deletions(-) create mode 100644 Documentation/components/drivers/character/timers/capture.rst copy boards/arm/stm32h7/nucleo-h743zi/configs/{nsh => capture}/defconfig (86%)