You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2023/06/30 13:29:40 UTC

[nuttx] branch master updated (0d3252ba06 -> f51d6b8c72)

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

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


    from 0d3252ba06 libs/libc: fix locale/lib_iconv.c:538:23: warning: dereference of NULL ‘scd’ [CWE-690] [-Wanalyzer-null-dereference] by -fanalyzer
     add 7864bf4870 spi4 working xmc4700-relax
     add f51d6b8c72 add userled driver initialization

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/xmc4/xmc4_serial.c                    |  2 +-
 arch/arm/src/xmc4/xmc4_spi.c                       |  1 -
 boards/arm/xmc4/xmc4700-relax/include/board.h      | 12 +++++
 boards/arm/xmc4/xmc4700-relax/src/Makefile         |  4 ++
 boards/arm/xmc4/xmc4700-relax/src/xmc4700-relax.h  | 18 ++++---
 boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c   | 34 ++++++++++--
 .../src/xmc4_spi.c                                 | 61 +++++++++++++++-------
 boards/arm/xmc4/xmc4700-relax/src/xmc4_userleds.c  |  8 +--
 8 files changed, 105 insertions(+), 35 deletions(-)
 copy boards/arm/xmc4/{xmc4500-relax => xmc4700-relax}/src/xmc4_spi.c (86%)