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/01 17:10:15 UTC

[incubator-nuttx] branch master updated (afc0e2f -> 8081228)

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 afc0e2f  sim/lvgl: Add CONFIG_INPUT_MOUSE to get GUI working
     add 8081228  xtensa/esp32-s2: Adds support to the timer driver

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s2/Make.defs                  |   6 +
 arch/xtensa/src/esp32s2/esp32s2_tim.c              | 988 +++++++++++++++++++++
 arch/xtensa/src/esp32s2/esp32s2_tim.h              | 138 +++
 .../src/esp32s2/esp32s2_tim_lowerhalf.c}           | 261 +++---
 .../src/esp32s2/esp32s2_tim_lowerhalf.h}           |  14 +-
 arch/xtensa/src/esp32s2/hardware/esp32s2_tim.h     | 271 +++---
 .../configs/{gpio => timer}/defconfig              |   9 +-
 .../esp32s2/esp32s2-saola-1/src/esp32s2-saola-1.h  |   7 +
 .../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c  |  54 ++
 9 files changed, 1457 insertions(+), 291 deletions(-)
 create mode 100644 arch/xtensa/src/esp32s2/esp32s2_tim.c
 create mode 100644 arch/xtensa/src/esp32s2/esp32s2_tim.h
 copy arch/{risc-v/src/esp32c3/esp32c3_tim_lowerhalf.c => xtensa/src/esp32s2/esp32s2_tim_lowerhalf.c} (65%)
 copy arch/{risc-v/src/esp32c3/esp32c3_tim_lowerhalf.h => xtensa/src/esp32s2/esp32s2_tim_lowerhalf.h} (81%)
 copy boards/xtensa/esp32s2/esp32s2-saola-1/configs/{gpio => timer}/defconfig (87%)