Skip to content

Commit 2576c04

Browse files
arch, soc: add copyright and license headers
Add copyright and license headers to Kconfigs and other files Signed-off-by: Muhammed Zamroodh <[email protected]>
1 parent 9f41038 commit 2576c04

File tree

16 files changed

+51
-0
lines changed

16 files changed

+51
-0
lines changed

arch/dspic/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2025, Microchip Technology Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
menu "DSPIC Options"
25
depends on DSPIC
36

arch/dspic/core/init.S

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025, Microchip Technology Inc.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
.section .init,code
27
.global __custom_data_init
38
.global __custom_data_init_extended

arch/dspic/core/offsets/offsets.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) 2025, Microchip Technology Inc.
23
* SPDX-License-Identifier: Apache-2.0
34
*/
45

arch/dspic/core/reset0.S

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025, Microchip Technology Inc.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#include <zephyr/toolchain.h>
27
#include <zephyr/linker/sections.h>
38
#include <zephyr/arch/cpu.h>

arch/dspic/core/reset1.S

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2025, Microchip Technology Inc.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15

26
;;This version support without data initialization
37
;;Refer reset0.S for the data initialization

arch/dspic/core/vector_table.S

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2025, Microchip Technology Inc.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#include <zephyr/toolchain.h>
27
#include <zephyr/linker/sections.h>
38
#include "vector_table.h"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# Copyright (c) 2025, Microchip Technology Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
config BOARD_EV74H48A
25
select SOC_P33AK128MC106 if BOARD_EV74H48A_P33AK128MC106

cmake/toolchain/xcdsc/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2025, Microchip Technology Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
config TOOLCHAIN_XCDSC
25
bool "MPLAB XC-DSC toolchain"
36
select HAVE_CUSTOM_LINKER_SCRIPT

include/zephyr/toolchain/xcdsc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* Copyright (c) 2025, Microchip Technology Inc.
23
* SPDX-License-Identifier: Apache-2.0
34
*/
45

soc/microchip/dspic33/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2025, Microchip Technology Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
if SOC_FAMILY_MICROCHIP_DSPIC33
25
rsource "*/Kconfig"
36
endif # SOC_FAMILY_MICROCHIP_DSPIC33

0 commit comments

Comments
 (0)