This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 591c156 esp32_oneshot_lowerhalf.c: Use the same alignment as the rest of the code base. new 13741c9 sched/pidhash: init g_pidhash to NULL to avoid wild pointer new 8b67944 sched: Remove pidhash_s and move ticks to tcb_s 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 | 6 ++++++ sched/init/nx_start.c | 18 +++++------------- sched/sched/sched.h | 23 +---------------------- sched/sched/sched_cpuload.c | 23 +++++++---------------- sched/sched/sched_foreach.c | 4 ++-- sched/sched/sched_gettcb.c | 4 ++-- sched/sched/sched_releasetcb.c | 21 +++++++++------------ sched/sched/sched_verifytcb.c | 2 +- sched/task/task_setup.c | 27 +++++++-------------------- tools/esp32/backtrace.gdbscript | 2 +- tools/nuttx-gdbinit | 4 ++-- 11 files changed, 43 insertions(+), 91 deletions(-)