You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/09/23 01:54:02 UTC

[incubator-nuttx] branch master updated (6d299ce -> 962059f)

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

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


    from 6d299ce  stm32h7:DMA_TRBUFF is DMA_SCR_TRBUFF
     add 962059f  xtensa/esp32-s2: Adds oneshot device driver support

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s2/Make.defs                  |   7 ++
 .../src/esp32s2/esp32s2_oneshot.c}                 | 124 +++++++++++----------
 .../src/esp32s2/esp32s2_oneshot.h}                 |  76 +++++++------
 .../src/esp32s2/esp32s2_oneshot_lowerhalf.c}       |  70 ++++++------
 .../configs/{gpio => oneshot}/defconfig            |   8 +-
 .../xtensa/esp32s2/esp32s2-saola-1/src/Make.defs   |   4 +
 .../esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h  |  25 +++++
 .../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c  |  14 ++-
 .../esp32s2/esp32s2-saola-1/src/esp32s2_oneshot.c} |   6 +-
 9 files changed, 198 insertions(+), 136 deletions(-)
 copy arch/{risc-v/src/esp32c3/esp32c3_oneshot.c => xtensa/src/esp32s2/esp32s2_oneshot.c} (78%)
 copy arch/{risc-v/src/esp32c3/esp32c3_oneshot.h => xtensa/src/esp32s2/esp32s2_oneshot.h} (74%)
 copy arch/{risc-v/src/esp32c3/esp32c3_oneshot_lowerhalf.c => xtensa/src/esp32s2/esp32s2_oneshot_lowerhalf.c} (84%)
 copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{gpio => oneshot}/defconfig (90%)
 copy boards/{risc-v/esp32c3/esp32c3-devkit/src/esp32c3_oneshot.c => xtensa/esp32s2/esp32s2-saola-1/src/esp32s2_oneshot.c} (95%)