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 2021/04/23 02:38:23 UTC

[incubator-nuttx] branch master updated (f446758 -> 5c562c1)

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 f446758  CI: ensure docker is rebuilt on corresponding workflow changes
     add 0c440cf  xtensa/esp32: Reorganize the timer logic for wireless use
     add 5c562c1  risc-v/esp32-c3: Reorganize the timer logic for wireless use

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/esp32c3_rt_timer.c         |  4 +-
 arch/risc-v/src/esp32c3/esp32c3_tim.c              | 50 +++++-----------------
 arch/risc-v/src/esp32c3/esp32c3_tim.h              |  8 ----
 arch/xtensa/src/esp32/esp32_rt_timer.c             |  4 +-
 arch/xtensa/src/esp32/esp32_tim.c                  | 32 +-------------
 arch/xtensa/src/esp32/esp32_tim.h                  |  1 -
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |  2 +-
 .../esp32/esp32-ethernet-kit/src/esp32_bringup.c   |  2 +-
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     |  2 +-
 9 files changed, 21 insertions(+), 84 deletions(-)