You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/22 14:14:03 UTC

[incubator-nuttx] branch master updated (5a085176fe -> 9ebd7e525c)

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/incubator-nuttx.git


    from 5a085176fe stm32u5/stm32_rcc.h
     add 9ebd7e525c imxrt: add support for ADC triggering by an external signal

No new revisions were added by this update.

Summary of changes:
 Documentation/platforms/arm/imxrt/index.rst |  12 ++
 arch/arm/src/imxrt/Kconfig                  |  34 ++++
 arch/arm/src/imxrt/hardware/imxrt_adc_etc.h |   1 +
 arch/arm/src/imxrt/imxrt_adc.c              | 247 ++++++++++++++++++++++++++--
 4 files changed, 284 insertions(+), 10 deletions(-)