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 98985f48dd sched/semaphore: Remove restriction to use nxsem_trywait
from ISR
new e4dea90725 arch/armv7-a: Update the macro definition in gic.h
new 14563aa48c arch/armv7r: Sync gic/timer with armv7-a and armv8-a
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:
arch/arm/src/armv7-a/arm_gicv2.c | 12 +-
arch/arm/src/armv7-a/arm_gicv2_dump.c | 2 +-
arch/arm/src/armv7-a/arm_timer.c | 4 +-
arch/arm/src/armv7-a/gic.h | 152 +++----
arch/arm/src/armv7-r/CMakeLists.txt | 2 +-
arch/arm/src/armv7-r/Make.defs | 3 +-
arch/arm/src/armv7-r/arm_gicv2.c | 237 +++++++----
arch/arm/src/{armv7-a => armv7-r}/arm_gicv2_dump.c | 8 +-
arch/arm/src/armv7-r/arm_timer.c | 10 +-
arch/arm/src/armv7-r/gic.h | 472 +++++++++++++--------
arch/arm/src/tms570/Make.defs | 2 +-
arch/arm64/src/common/arm64_gicv2.c | 167 ++++----
12 files changed, 637 insertions(+), 434 deletions(-)
copy arch/arm/src/{armv7-a => armv7-r}/arm_gicv2_dump.c (97%)