You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/03/25 15:02:58 UTC

[incubator-nuttx] branch master updated (7c80826 -> c55085c)

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

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


    from 7c80826  risc-v/bl602: Add wifi and ble support
     add c55085c  riscv/esp32c3: Add standard C atomic function

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Kconfig              |   4 +
 arch/risc-v/src/esp32c3/Make.defs            |   4 +
 arch/risc-v/src/esp32c3/esp32c3_std_atomic.c | 284 +++++++++++++++++++++++++++
 3 files changed, 292 insertions(+)
 create mode 100644 arch/risc-v/src/esp32c3/esp32c3_std_atomic.c