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 46bbde02b1e esp32/esp32_spiflash.c: during the SPI Flash erasure 
operation, task scheduling (yield) is added to prevent the Watchdog Timer from 
triggering a reset due to timeout
     new 8108aad1a4d pthread: add pthread_attr_{get|set}guardsize support
     new 396f5b40ce4 unistd: add support for confstr()
     new b1e03bca0c6 libc: add support for sigsetjmp() and siglongjmp()
     new 9fd1478a99a pthread: add pthread_{get|set}concurrency support
     new 92186c19427 Documentation/posix.rst: fix typos

The 5 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:
 Documentation/reference/user/08_pthread.rst        |  53 ++++++++-
 Documentation/standards/posix.rst                  | 128 ++++++++++-----------
 include/nuttx/lib/setjmp.h                         |  77 ++++++++++++-
 include/nuttx/pthread.h                            |   4 +
 include/pthread.h                                  |  13 +++
 include/unistd.h                                   |  18 +++
 libs/libc/pthread/CMakeLists.txt                   |   5 +-
 libs/libc/pthread/Make.defs                        |   2 +
 ..._getstacksize.c => pthread_attr_getguardsize.c} |  19 ++-
 ..._setstackaddr.c => pthread_attr_setguardsize.c} |  17 ++-
 .../libc/pthread/pthread_concurrency.c             |  64 ++++++-----
 libs/libc/unistd/CMakeLists.txt                    |   3 +-
 libs/libc/unistd/Make.defs                         |   2 +-
 .../lib_strtoumax.c => unistd/lib_confstr.c}       | 102 ++++++++--------
 sched/Kconfig                                      |   8 ++
 sched/pthread/pthread_create.c                     |   3 +-
 16 files changed, 345 insertions(+), 173 deletions(-)
 copy libs/libc/pthread/{pthread_attr_getstacksize.c => 
pthread_attr_getguardsize.c} (80%)
 copy libs/libc/pthread/{pthread_attr_setstackaddr.c => 
pthread_attr_setguardsize.c} (81%)
 copy arch/arm/src/samv7/sam_us.h => libs/libc/pthread/pthread_concurrency.c 
(67%)
 copy libs/libc/{inttypes/lib_strtoumax.c => unistd/lib_confstr.c} (50%)

Reply via email to