You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/03/08 13:01:17 UTC

[incubator-nuttx] branch master updated (8c1ab12 -> bfedbf1)

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

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


    from 8c1ab12  risc-v/mpfs: add USB device driver
     add cfff115  arm: Move setjmp to common place
     add bfedbf1  arm/imx6: Enable setjmp test in ostest

No new revisions were added by this update.

Summary of changes:
 arch/arm/Kconfig                                   |   1 +
 arch/arm/include/setjmp.h                          |   4 +-
 boards/arm/imx6/sabre-6quad/configs/nsh/defconfig  |   1 +
 libs/libc/machine/arm/Make.defs                    |  11 ++
 libs/libc/machine/arm/armv7-m/Make.defs            |   4 -
 libs/libc/machine/arm/armv7-m/gnu/arch_setjmp.S    | 142 ---------------------
 libs/libc/machine/arm/armv8-m/Make.defs            |   4 -
 .../gnu/arch_setjmp.S => gnu/arch_setjmp_thumb.S}  |   2 +-
 8 files changed, 16 insertions(+), 153 deletions(-)
 delete mode 100644 libs/libc/machine/arm/armv7-m/gnu/arch_setjmp.S
 rename libs/libc/machine/arm/{armv8-m/gnu/arch_setjmp.S => gnu/arch_setjmp_thumb.S} (98%)