This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 10d0526f3f nuttx/sched:Modify the comment error in
sched_resumescheduler.c
new f465443f37 cpuinfo: Decouple the fetch cpuinfo from up_perf_getfreq
new 5b14fb75bc arm/fpu: FPU is supported when the TEE is enabled
new f0e12a983d cpuload: add nxsched_update_critmon() to handle thread
busyloop
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:
arch/Kconfig | 7 +++++++
arch/arm/src/armv6-m/arm_cpuinfo.c | 8 +++-----
arch/arm/src/armv7-a/arm_cpuinfo.c | 8 +++-----
arch/arm/src/armv7-a/arm_fpuconfig.S | 7 +++++++
arch/arm/src/armv7-m/arm_cpuinfo.c | 8 +++-----
arch/arm/src/armv7-r/arm_cpuinfo.c | 8 +++-----
arch/arm/src/armv7-r/arm_fpuconfig.S | 7 +++++++
arch/arm/src/armv8-m/arm_cpuinfo.c | 8 +++-----
arch/arm/src/armv8-r/arm_cpuinfo.c | 8 +++-----
arch/arm/src/armv8-r/arm_fpuconfig.S | 7 +++++++
arch/xtensa/src/common/xtensa_cpuinfo.c | 8 +++-----
sched/sched/sched.h | 1 +
sched/sched/sched_cpuload.c | 6 ++++++
sched/sched/sched_critmonitor.c | 24 ++++++++++++++++++++++++
14 files changed, 80 insertions(+), 35 deletions(-)