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/01/12 17:31:11 UTC

[incubator-nuttx] branch master updated (e47a915 -> 0fc613f)

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 e47a915  arch/risc-v: Refine riscv_vectors.S
     add 0fc613f  S32K1XX Reset Cause PROCFS: Add Kconfig option and cleanup

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/s32k1xx/Kconfig                       |   9 +
 arch/arm/src/s32k1xx/Make.defs                     |   4 +-
 arch/arm/src/s32k1xx/s32k1xx_resetcause.h          |  63 -------
 ...xx_resetcause.c => s32k1xx_resetcause_procfs.c} | 191 +++++++++------------
 .../src/s32k1xx/s32k1xx_resetcause_procfs.h}       |  22 +--
 .../arm/s32k1xx/s32k144evb/src/s32k1xx_bringup.c   |  15 ++
 6 files changed, 116 insertions(+), 188 deletions(-)
 delete mode 100644 arch/arm/src/s32k1xx/s32k1xx_resetcause.h
 rename arch/arm/src/s32k1xx/{s32k1xx_resetcause.c => s32k1xx_resetcause_procfs.c} (56%)
 copy arch/{risc-v/src/esp32c3/esp32c3_ble.h => arm/src/s32k1xx/s32k1xx_resetcause_procfs.h} (74%)