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 d89019aa78f arch/rp23xx: apply the same bulk/notify endpoint fixes as
rp2040
new c8b71df6149 libelf:support find symbol by symbol name
new 0178ceab192 elf:use elf symbol to parse attribute
new 745a6e53a43 spawn: allow zero stacksize/priority to use binary loader
defaults
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:
binfmt/elf.c | 53 ++++++++++++++++++++++++++-
cmake/nuttx_add_application.cmake | 28 ++++++++++++++-
include/nuttx/lib/elf.h | 20 +++++++++++
libs/libc/elf/elf_symbols.c | 75 +++++++++++++++++++++++++++++++++++++++
libs/libc/spawn/lib_psa_init.c | 17 ++++-----
sched/task/task_spawn.c | 20 +++++++++++
6 files changed, 203 insertions(+), 10 deletions(-)