arch/xtensa: 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:
parent
b3e1e21c65
commit
8d50457dfc
140 changed files with 280 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/arch.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/elf.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32/chip.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32/esp32_himem_chardev.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32/esp_efuse_table.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32/irq.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32/memory_layout.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32s2/chip.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32s2/irq.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32s3/chip.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32s3/irq.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32s3/memory_layout.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/esp32s3/partition.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/inttypes.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/irq.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/limits.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/loadstore.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/lx6/chip.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/lx6/irq.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/lx7/chip.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/lx7/irq.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/setjmp.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/simcall.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/spinlock.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/stdarg.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/syscall.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/types.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/include/xtensa/core_macros.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# ##############################################################################
|
||||
# arch/xtensa/src/CMakeLists.txt
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
# additional information regarding copyright ownership. The ASF licenses this
|
||||
|
|
@ -17,6 +19,7 @@
|
|||
# the License.
|
||||
#
|
||||
# ##############################################################################
|
||||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(${NUTTX_CHIP_ABS_DIR} EXCLUDE_FROM_ALL exclude_chip)
|
||||
# Include directories (before system ones) as PUBLIC so that it can be exposed
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
############################################################################
|
||||
# arch/xtensa/src/Makefile
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# ##############################################################################
|
||||
# arch/xtensa/src/cmake/Toolchain.cmake
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
# additional information regarding copyright ownership. The ASF licenses this
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# ##############################################################################
|
||||
# arch/xtensa/src/cmake/platform.cmake
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
# additional information regarding copyright ownership. The ASF licenses this
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# ##############################################################################
|
||||
# arch/xtensa/src/common/CMakeLists.txt
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
# license agreements. See the NOTICE file distributed with this work for
|
||||
# additional information regarding copyright ownership. The ASF licenses this
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
############################################################################
|
||||
# arch/xtensa/src/common/Make.defs
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
############################################################################
|
||||
# arch/xtensa/src/common/espressif/Make.defs
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
############################################################################
|
||||
# arch/xtensa/src/common/espressif/Wireless.mk
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_i2c_bitbang.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_i2c_bitbang.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_loader.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_loader.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_mcpwm.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_mcpwm.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_openeth.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_rmt.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_rmt.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_spiflash.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_spiflash.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_spiflash_mtd.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_spiflash_mtd.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_temperature_sensor.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_temperature_sensor.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_wifi_utils.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_wifi_utils.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_wireless.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_wireless.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_wlan.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_wlan.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_ws2812.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/esp_ws2812.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/platform_include/sys/lock.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/espressif/utils/memory_reserve.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/mpu.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_asm_utils.h
|
||||
*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* SPDX-FileCopyrightText: 2017, Intel Corporation
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_assert.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_attr.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_backtrace.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_cache.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_checkstack.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_counter.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_cpenable.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_cpuinfo.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_createstack.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_dispatch_syscall.S
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_exit.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_fpucmp.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_getintstack.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_hostfs.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_idle.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_initialize.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_initialstate.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_irqdispatch.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_loadstore.S
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_lowputs.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_macros.S
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_mdelay.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_mm.h
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_modifyreg16.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_modifyreg32.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_modifyreg8.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_mpu.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_nputs.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_oneshot.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_perf.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_pthread_start.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_registerdump.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_releasestack.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_saveusercontext.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_schedsigaction.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership. The
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/****************************************************************************
|
||||
* arch/xtensa/src/common/xtensa_sigdeliver.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* 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
Loading…
Add table
Reference in a new issue