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 b3567fe964 xtensa/esp32s2: enable sysclk and deassert reset signal for uart1 new 04e760b1c2 sched/gettid: Move thread ID to TLS new 850cfb545a Revert "includes/nuttx: fix _SCHED_GET(T/P/PP)ID definition issue" The 2 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: include/nuttx/sched.h | 16 ++++++++++------ include/nuttx/tls.h | 1 + include/sys/syscall_lookup.h | 1 - libs/libc/sched/CMakeLists.txt | 3 ++- libs/libc/sched/Make.defs | 2 +- .../{unistd/lib_getuid.c => sched/task_gettid.c} | 22 +++++++++++----------- sched/pthread/pthread_create.c | 18 +++++++++--------- sched/task/task_gettid.c | 19 ------------------- sched/task/task_init.c | 10 +++++----- sched/tls/tls_initinfo.c | 5 +++++ syscall/syscall.csv | 1 - 11 files changed, 44 insertions(+), 54 deletions(-) copy libs/libc/{unistd/lib_getuid.c => sched/task_gettid.c} (83%)