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 2021/12/07 12:01:37 UTC

[incubator-nuttx] branch master updated (c39ef44 -> 9d6c92f)

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 c39ef44  1.phyplus update files to accord with the requirement of chcekpatch.sh
     add f957081  libc/misc/err.c:add err.c to libc
     add 9d6c92f  arch:move debug.h form headfile to c file

No new revisions were added by this update.

Summary of changes:
 arch/or1k/include/mor1kx/irq.h                     |   1 -
 arch/x86_64/include/intel64/irq.h                  |   1 -
 arch/x86_64/src/intel64/intel64_handlers.c         |   1 +
 arch/x86_64/src/intel64/intel64_tickless.c         |   1 +
 fs/semaphore/semaphore.h => include/err.h          |  48 +++----
 libs/libc/misc/Kconfig                             |   6 +
 libs/libc/misc/Make.defs                           |   4 +
 .../samv7/sam_eefc.h => libs/libc/misc/lib_err.c   | 151 ++++++++++++---------
 8 files changed, 126 insertions(+), 87 deletions(-)
 copy fs/semaphore/semaphore.h => include/err.h (64%)
 copy arch/arm/src/samv7/sam_eefc.h => libs/libc/misc/lib_err.c (62%)