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 5fd1379d3f syslog: Move syslog stream to libc like other stream 
implementation
     add 0e57e69b08 Add libc_stubs functions to get hmac_md5()

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Make.defs                  |   2 +-
 arch/risc-v/src/esp32c3/esp32c3_libc_stubs.c       | 317 +++++++++++++++++++++
 arch/risc-v/src/esp32c3/esp32c3_start.c            |   5 +
 arch/risc-v/src/esp32c3/rom/esp32c3_libc_stubs.h   | 113 ++++++++
 .../esp32c3-devkit-rust-1/scripts/esp32c3_rom.ld   |   1 +
 .../esp32c3/esp32c3-devkit/scripts/Make.defs       |   2 +-
 .../esp32c3/esp32c3-devkit/scripts/esp32c3_rom.ld  |   1 +
 7 files changed, 439 insertions(+), 2 deletions(-)
 create mode 100644 arch/risc-v/src/esp32c3/esp32c3_libc_stubs.c
 create mode 100644 arch/risc-v/src/esp32c3/rom/esp32c3_libc_stubs.h

Reply via email to