This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f4e650352e sensors: fix Make.defs for bmm150
new d19c0b8444 arch/esp32c3-legacy/hardware: migrate license to ASF
new 1a21acf5a4 arch/esp32c3-legacy/hardware: migrate license to ASF
new 9ea488fd60 tools/macar-qcs.sh: migrate license to ASF
new ef0045ba0d crypto/cast: migrate to SPDX identifier
new 861f81d9d7 crypto/chacha: migrate to SPDX identifier
new 568add3259 crypto/md5: migrate to SPDX identifier
new 97827ab26b crypto/poly1305: migrate to SPDX identifier
new fea44435d4 crypto/rijndael: migrate to SPDX identifier
new a9e3614eaa crypto/sha1: migrate to SPDX identifier
new 0f2337e175 include/search: migrate to SPDX identifier
new 438caa767a include/crypto/cast: migrate to SPDX identifier
new 8ba848a12b include/crypto/md5: migrate to SPDX identifier
new b95414e6ba include/crypto/poly1305: migrate to SPDX identifier
new 11183f68ab include/crypto/rijndael: migrate to SPDX identifier
new e5272996f7 include/crypto/sha1: migrate to SPDX identifier
new 62306849ca boards/arm/s32k1xx: migrate to SPDX identifier
new 1e85f0c195 arch/arm/xmc4: migrate to SPDX identifier
new 0bfa46497d drivers/spi/ice40: migrate to SPDX identifier
new 58bc6d5ec3 arch/esp32c3-legacy/esp32c3_ice40: migrate to SPDX
identifier
The 19 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 +
.../esp32c3-legacy/hardware/esp32c3_cache_memory.h | 19 ++++----
.../src/esp32c3-legacy/hardware/esp32c3_soc.h | 19 ++++----
.../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 +-
tools/macar-qcs.sh | 35 ++++++++------
45 files changed, 329 insertions(+), 420 deletions(-)