You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/03/30 00:35:58 UTC

[incubator-nuttx] branch master updated (1b8a690 -> 94ff456)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 1b8a690  sim: only abort sim in assertion if in interrupt context/IDLE task
     add e10a664  stm32/stm32_adc.c: fix initial sample time write
     add 58a0330  stm32/stm32_adc.c: add an option to configure SCAN mode for ADC IPv1
     add 166bf04  stm32/stm32_adc.c: add an option to configure ANIOC_TRIGGER behavior
     add 88753af  stm32/stm32_adc.c: fix enable/disable interrupts logic for coupled ADC
     add 94ff456  stm32/stm32_adc.c: move maximum number of samples cfg to Kconfig.

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Kconfig     |  69 +++++++++++++++++++++++
 arch/arm/src/stm32/stm32_adc.c | 125 ++++++++++++++++++++++++++---------------
 2 files changed, 148 insertions(+), 46 deletions(-)