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/nuttx.git
from f65a17da37 tools/macar-qcs.sh: migrate license to ASF
new 4c48884ddf crypto/cast: migrate to SPDX identifier
new 2503b36b71 crypto/chacha: migrate to SPDX identifier
new ca3cfbac99 crypto/md5: migrate to SPDX identifier
new c3a044b548 crypto/poly1305: migrate to SPDX identifier
new 1ee8fdbad0 crypto/rijndael: migrate to SPDX identifier
new 6e92920464 crypto/sha1: migrate to SPDX identifier
new d9b5c6e498 include/search: migrate to SPDX identifier
new 085c7e7b81 include/crypto/cast: migrate to SPDX identifier
new 7e74a0b8fa include/crypto/md5: migrate to SPDX identifier
new a273b094fa include/crypto/poly1305: migrate to SPDX identifier
new 3b1a5ccffa include/crypto/rijndael: migrate to SPDX identifier
new 6c322d0bfa include/crypto/sha1: migrate to SPDX identifier
new 77c31f618a boards/arm/s32k1xx: migrate to SPDX identifier
new aa422c95ca arch/arm/xmc4: migrate to SPDX identifier
new 678c59d2e3 drivers/spi/ice40: migrate to SPDX identifier
new 5f5350c05b arch/esp32c3-legacy/esp32c3_ice40: migrate to SPDX
identifier
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/src/xmc4/hardware/xmc4_ccu4.h | 44 +++++++-----------
arch/arm/src/xmc4/hardware/xmc4_eru.h | 17 ++++---
arch/arm/src/xmc4/hardware/xmc4_ethernet.h | 42 +++++++----------
arch/arm/src/xmc4/hardware/xmc4_flash.h | 42 +++++++----------
arch/arm/src/xmc4/hardware/xmc4_memorymap.h | 42 +++++++----------
arch/arm/src/xmc4/hardware/xmc4_ports.h | 42 +++++++----------
arch/arm/src/xmc4/hardware/xmc4_posif.h | 15 +++---
arch/arm/src/xmc4/hardware/xmc4_scu.h | 44 +++++++-----------
arch/arm/src/xmc4/hardware/xmc4_usic.h | 42 +++++++----------
arch/arm/src/xmc4/hardware/xmc4_vadc.h | 3 ++
arch/arm/src/xmc4/xmc4_clockconfig.c | 46 ++++++++----------
arch/arm/src/xmc4/xmc4_clockutils.c | 52 +++++++++------------
arch/arm/src/xmc4/xmc4_usic.c | 54 +++++++++-------------
arch/arm/src/xmc4/xmc4_vadc.c | 17 ++++---
arch/arm/src/xmc4/xmc4_vadc.h | 17 ++++---
arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h | 2 +
.../rddrone-bms772/src/s32k1xx_clockconfig.c | 6 +--
.../rddrone-bms772/src/s32k1xx_periphclocks.c | 6 +--
.../s32k1xx/s32k118evb/src/s32k1xx_clockconfig.c | 6 +--
.../s32k1xx/s32k118evb/src/s32k1xx_periphclocks.c | 6 +--
.../s32k1xx/s32k144evb/src/s32k1xx_clockconfig.c | 6 +--
.../s32k1xx/s32k144evb/src/s32k1xx_periphclocks.c | 6 +--
.../s32k1xx/s32k146evb/src/s32k1xx_clockconfig.c | 6 +--
.../s32k1xx/s32k146evb/src/s32k1xx_periphclocks.c | 6 +--
.../s32k1xx/s32k148evb/src/s32k1xx_clockconfig.c | 6 +--
.../s32k1xx/s32k148evb/src/s32k1xx_periphclocks.c | 6 +--
.../s32k1xx/ucans32k146/src/s32k1xx_clockconfig.c | 6 +--
.../s32k1xx/ucans32k146/src/s32k1xx_periphclocks.c | 6 +--
crypto/cast.c | 2 +-
crypto/castsb.h | 2 +-
crypto/chacha_private.h | 3 +-
crypto/md5.c | 2 +-
crypto/poly1305.c | 5 +-
crypto/rijndael.c | 17 ++-----
crypto/sha1.c | 11 +----
drivers/spi/ice40.c | 4 ++
include/crypto/cast.h | 4 +-
include/crypto/md5.h | 7 +--
include/crypto/poly1305.h | 5 +-
include/crypto/rijndael.h | 13 ++----
include/crypto/sha1.h | 5 +-
include/search.h | 3 +-
42 files changed, 286 insertions(+), 390 deletions(-)