You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2022/01/14 00:02:10 UTC

[incubator-nuttx] branch master updated (6f1011a -> 3aed0aa)

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

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


    from 6f1011a  arch/risc-v: Rename bl602_entry.S to bl602_head.S
     add 3aed0aa  S32K1XX: implement uniqueid

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/s32k1xx/Make.defs                     |  2 +-
 .../lpc54_userspace.c => s32k1xx/s32k1xx_uid.c}    | 76 +++++++++-------------
 .../kinetis_uid.h => s32k1xx/s32k1xx_uid.h}        | 14 ++--
 boards/arm/s32k1xx/s32k144evb/src/Makefile         |  4 ++
 .../s32k144evb/src/s32k1xx_uid.c}                  | 20 +++---
 5 files changed, 52 insertions(+), 64 deletions(-)
 copy arch/arm/src/{lpc54xx/lpc54_userspace.c => s32k1xx/s32k1xx_uid.c} (51%)
 copy arch/arm/src/{kinetis/kinetis_uid.h => s32k1xx/s32k1xx_uid.h} (84%)
 copy boards/arm/{kinetis/freedom-k66f/src/k66_uid.c => s32k1xx/s32k144evb/src/s32k1xx_uid.c} (80%)