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 083c87b39a sched: Exit immediately when cpuset change to 0. new 0a107ca6d9 libc: add support for custom streams with fopencookie() new 6e4ffb9ea1 ci: add fopencookie test 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: boards/sim/sim/sim/configs/citest/defconfig | 1 + include/nuttx/fs/fs.h | 30 +++- include/stdio.h | 5 + libs/libc/stdio/CMakeLists.txt | 3 +- libs/libc/stdio/Make.defs | 1 + libs/libc/stdio/lib_fclose.c | 33 ++-- libs/libc/stdio/lib_fileno.c | 2 +- libs/libc/stdio/lib_fopen.c | 9 +- .../libc/stdio/lib_fopencookie.c | 176 ++++++++++----------- libs/libc/stdio/lib_fseeko.c | 11 +- libs/libc/stdio/lib_ftello.c | 12 +- libs/libc/stdio/lib_libfflush.c | 19 ++- libs/libc/stdio/lib_libfgets.c | 2 +- libs/libc/stdio/lib_libfread_unlocked.c | 44 +++++- libs/libc/stdio/lib_libfwrite.c | 35 +++- libs/libc/stdio/lib_rdflush_unlocked.c | 15 +- libs/libc/stdio/lib_setvbuf.c | 8 - libs/libc/stdio/lib_ungetc.c | 2 +- sched/tls/task_initinfo.c | 9 +- tools/ci/testrun/script/test_os/test_os.py | 7 + 20 files changed, 280 insertions(+), 144 deletions(-) copy boards/arm/nrf53/common/src/nrf53_boot_image.c => libs/libc/stdio/lib_fopencookie.c (53%)