You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/12/22 19:32:47 UTC

[incubator-nuttx] branch master updated (922cf06 -> 6a61213)

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

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


    from 922cf06  libc/netdb: Move hostbuffer out of the stack
     add 6a61213  xtensa/esp32: Fixed wdt typos

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/Kconfig                      |   2 +-
 arch/xtensa/src/esp32/Make.defs                    |   4 +-
 arch/xtensa/src/esp32/{esp32_wtd.c => esp32_wdt.c} | 366 ++++++++++-----------
 arch/xtensa/src/esp32/{esp32_wtd.h => esp32_wdt.h} |  82 ++---
 ...esp32_wtd_lowerhalf.c => esp32_wdt_lowerhalf.c} | 180 +++++-----
 ...esp32_wtd_lowerhalf.h => esp32_wdt_lowerhalf.h} |  10 +-
 arch/xtensa/src/esp32/hardware/esp32_rtccntl.h     |   2 +-
 arch/xtensa/src/esp32/hardware/esp32_tim.h         |   2 +-
 boards/xtensa/esp32/common/src/esp32_board_wdt.c   |   8 +-
 9 files changed, 328 insertions(+), 328 deletions(-)
 rename arch/xtensa/src/esp32/{esp32_wtd.c => esp32_wdt.c} (67%)
 rename arch/xtensa/src/esp32/{esp32_wtd.h => esp32_wdt.h} (51%)
 rename arch/xtensa/src/esp32/{esp32_wtd_lowerhalf.c => esp32_wdt_lowerhalf.c} (79%)
 rename arch/xtensa/src/esp32/{esp32_wtd_lowerhalf.h => esp32_wdt_lowerhalf.h} (86%)