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 2023/01/14 06:07:52 UTC

[nuttx] branch master updated (22348c890b -> 077ad5b45f)

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/nuttx.git


    from 22348c890b net/tcp: debug feature to drop the tx/rx packet
     add 077ad5b45f arch: xtensa/esp32: Add esp32_himem_chardev.c

No new revisions were added by this update.

Summary of changes:
 .../xtensa/include/esp32/esp32_himem_chardev.h     |  59 +--
 arch/xtensa/src/esp32/Make.defs                    |   1 +
 arch/xtensa/src/esp32/esp32_himem_chardev.c        | 413 +++++++++++++++++++++
 3 files changed, 446 insertions(+), 27 deletions(-)
 copy boards/renesas/rx65n/rx65n-rsk1mb/include/rx65n_gpio.h => arch/xtensa/include/esp32/esp32_himem_chardev.h (65%)
 create mode 100644 arch/xtensa/src/esp32/esp32_himem_chardev.c