This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from ae6bfdc9b9 libc: Avoid the compiler generate code call 
self(memcpy/memmove/memset/memcmp) recursively
     new 6a761ff087 arch:tcbinfo: update tcbinfo as xcpcontext update
     new df6985e2bf jlink-nuttx: update regs as nuttx regs save path change

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/arm/arm_tcbinfo.c          |  12 +--
 arch/arm/src/armv6-m/arm_tcbinfo.c      |  20 +++--
 arch/arm/src/armv7-a/arm_tcbinfo.c      |  12 +--
 arch/arm/src/armv7-m/arm_tcbinfo.c      |  22 ++---
 arch/arm/src/armv7-r/arm_tcbinfo.c      |  12 +--
 arch/arm/src/armv8-m/arm_tcbinfo.c      |  22 ++---
 arch/risc-v/src/common/riscv_tcbinfo.c  |  18 ++--
 arch/xtensa/src/common/xtensa_tcbinfo.c |   4 +-
 include/nuttx/sched.h                   |   9 +-
 tools/jlink-nuttx.c                     | 155 +++++++++++++++++++-------------
 10 files changed, 169 insertions(+), 117 deletions(-)

Reply via email to