mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
boards/arm/cxd56xx: migrate to SPDX identifier
Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
11ca97e8dc
commit
4a9391dbf5
@@ -1,6 +1,8 @@
|
|||||||
# ##############################################################################
|
# ##############################################################################
|
||||||
# boards/arm/cxd56xx/common/CMakeLists.txt
|
# boards/arm/cxd56xx/common/CMakeLists.txt
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||||
# license agreements. See the NOTICE file distributed with this work for
|
# license agreements. See the NOTICE file distributed with this work for
|
||||||
# additional information regarding copyright ownership. The ASF licenses this
|
# additional information regarding copyright ownership. The ASF licenses this
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# boards/arm/cxd56xx/common/Makefile
|
# boards/arm/cxd56xx/common/Makefile
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership. The
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# boards/arm/cxd56xx/common/src/Make.defs
|
# boards/arm/cxd56xx/common/src/Make.defs
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership. The
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_ak09912_i2c.c
|
* boards/arm/cxd56xx/common/src/cxd56_ak09912_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_ak09912_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_ak09912_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_alt1250.c
|
* boards/arm/cxd56xx/common/src/cxd56_alt1250.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_apds9930_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_apds9930_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_apds9960_i2c.c
|
* boards/arm/cxd56xx/common/src/cxd56_apds9960_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_audio.c
|
* boards/arm/cxd56xx/common/src/cxd56_audio.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bcm20706.c
|
* boards/arm/cxd56xx/common/src/cxd56_bcm20706.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bh1721fvc_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_bh1721fvc_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bh1745nuc_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_bh1745nuc_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bm1383glv_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_bm1383glv_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bm1422gmv_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_bm1422gmv_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bmi160_i2c.c
|
* boards/arm/cxd56xx/common/src/cxd56_bmi160_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bmi160_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_bmi160_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bmi160_spi.c
|
* boards/arm/cxd56xx/common/src/cxd56_bmi160_spi.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bmi270_i2c.c
|
* boards/arm/cxd56xx/common/src/cxd56_bmi270_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bmp280_i2c.c
|
* boards/arm/cxd56xx/common/src/cxd56_bmp280_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_bmp280_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_bmp280_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_boot.c
|
* boards/arm/cxd56xx/common/src/cxd56_boot.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_crashdump.c
|
* boards/arm/cxd56xx/common/src/cxd56_crashdump.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_emmcdev.c
|
* boards/arm/cxd56xx/common/src/cxd56_emmcdev.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_flash.c
|
* boards/arm/cxd56xx/common/src/cxd56_flash.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_gnss_addon.c
|
* boards/arm/cxd56xx/common/src/cxd56_gnss_addon.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_gs2200m.c
|
* boards/arm/cxd56xx/common/src/cxd56_gs2200m.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_i2cdev.c
|
* boards/arm/cxd56xx/common/src/cxd56_i2cdev.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_i2cdev_bitbang.c
|
* boards/arm/cxd56xx/common/src/cxd56_i2cdev_bitbang.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_ili9340.c
|
* boards/arm/cxd56xx/common/src/cxd56_ili9340.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_imageproc.c
|
* boards/arm/cxd56xx/common/src/cxd56_imageproc.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_isx012.c
|
* boards/arm/cxd56xx/common/src/cxd56_isx012.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_isx019.c
|
* boards/arm/cxd56xx/common/src/cxd56_isx019.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_kx022_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_kx022_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_lpm013m091a.c
|
* boards/arm/cxd56xx/common/src/cxd56_lpm013m091a.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_lt1pa01_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_lt1pa01_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_netinit.c
|
* boards/arm/cxd56xx/common/src/cxd56_netinit.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_pm.c
|
* boards/arm/cxd56xx/common/src/cxd56_pm.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_rpr0521rs_scu.c
|
* boards/arm/cxd56xx/common/src/cxd56_rpr0521rs_scu.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_scd41_i2c.c
|
* boards/arm/cxd56xx/common/src/cxd56_scd41_i2c.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_sensors.c
|
* boards/arm/cxd56xx/common/src/cxd56_sensors.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_spidev.c
|
* boards/arm/cxd56xx/common/src/cxd56_spidev.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_spisd.c
|
* boards/arm/cxd56xx/common/src/cxd56_spisd.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_uid.c
|
* boards/arm/cxd56xx/common/src/cxd56_uid.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_usbdevserialstr.c
|
* boards/arm/cxd56xx/common/src/cxd56_usbdevserialstr.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/common/src/cxd56_usbmsc.c
|
* boards/arm/cxd56xx/common/src/cxd56_usbmsc.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# ##############################################################################
|
# ##############################################################################
|
||||||
# boards/arm/cxd56xx/drivers/CMakeLists.txt
|
# boards/arm/cxd56xx/drivers/CMakeLists.txt
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||||
# license agreements. See the NOTICE file distributed with this work for
|
# license agreements. See the NOTICE file distributed with this work for
|
||||||
# additional information regarding copyright ownership. The ASF licenses this
|
# additional information regarding copyright ownership. The ASF licenses this
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# boards/arm/cxd56xx/drivers/Make.defs
|
# boards/arm/cxd56xx/drivers/Make.defs
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership. The
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# ##############################################################################
|
# ##############################################################################
|
||||||
# boards/arm/cxd56xx/drivers/audio/CMakeLists.txt
|
# boards/arm/cxd56xx/drivers/audio/CMakeLists.txt
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||||
# license agreements. See the NOTICE file distributed with this work for
|
# license agreements. See the NOTICE file distributed with this work for
|
||||||
# additional information regarding copyright ownership. The ASF licenses this
|
# additional information regarding copyright ownership. The ASF licenses this
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
############################################################################
|
############################################################################
|
||||||
# boards/arm/cxd56xx/drivers/audio/Make.defs
|
# boards/arm/cxd56xx/drivers/audio/Make.defs
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership. The
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* boards/arm/cxd56xx/drivers/audio/cxd56_audio.c
|
* boards/arm/cxd56xx/drivers/audio/cxd56_audio.c
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
||||||
* this work for additional information regarding copyright ownership. The
|
* this work for additional information regarding copyright ownership. The
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user