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/07/06 04:12:26 UTC

[incubator-nuttx] branch master updated (935c206 -> 475beca)

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 935c206  Documentation: Fix typos
     add 475beca  risc-v/esp32c3: Add board_ioctl and board_uniqueid

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Make.defs                  |  1 +
 .../{esp32c3_systemreset.c => esp32c3_uid.c}       | 22 +++++++-----
 .../src/esp32c3/esp32c3_uid.h}                     | 19 ++++++----
 boards/risc-v/esp32c3/esp32c3-devkit/src/Makefile  |  8 +++++
 .../esp32c3/esp32c3-devkit/src/esp32c3_ioctl.c     | 41 ++++++++++++++--------
 .../esp32c3/esp32c3-devkit/src/esp32c3_uid.c}      | 12 ++++---
 6 files changed, 69 insertions(+), 34 deletions(-)
 copy arch/risc-v/src/esp32c3/{esp32c3_systemreset.c => esp32c3_uid.c} (82%)
 copy arch/{arm/src/imxrt/hardware/imxrt_daisy.h => risc-v/src/esp32c3/esp32c3_uid.h} (80%)
 copy libs/libc/pthread/pthread_attr_setdetachstate.c => boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_ioctl.c (65%)
 copy boards/{arm/cxd56xx/common/src/cxd56_uid.c => risc-v/esp32c3/esp32c3-devkit/src/esp32c3_uid.c} (88%)