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


    from 86bb721d80 nuttx/mqueue: fix build break if disable posix message queue
     new 44e2e9011f esp32s3: Update libc stubs to properly acquire/release 
locks.
     new d56e6de628 esp32: Update libc stubs to properly acquire/release locks.
     new 075b0e5ac0 esp32s2: Update libc stubs to properly acquire/release 
locks.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/xtensa/src/common/espressif/Make.defs         |   2 +
 .../espressif/platform_include/sys/lock.h}         | 183 +++++++++------------
 arch/xtensa/src/esp32/esp32_libc_stubs.c           |  98 +++++++----
 arch/xtensa/src/esp32s2/esp32s2_libc_stubs.c       |  98 +++++++----
 arch/xtensa/src/esp32s3/Make.defs                  |   1 +
 arch/xtensa/src/esp32s3/esp32s3_libc_stubs.c       |  91 +++++++---
 arch/xtensa/src/esp32s3/rom/esp32s3_libc_stubs.h   |   3 +-
 7 files changed, 284 insertions(+), 192 deletions(-)
 copy arch/xtensa/src/{esp32/esp32_pm.h => 
common/espressif/platform_include/sys/lock.h} (57%)

Reply via email to