Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f74016f

Browse files
committedApr 3, 2025·
Add your copyright header to the 4 files...
1 parent 1b0924b commit f74016f

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed
 

‎variants/arduino_portenta_h7_stm32h747xx_m7/PinNames.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include <Arduino.h>
28
#include "zephyrInternal.h"
39
#include "PinNames.h"

‎variants/arduino_portenta_h7_stm32h747xx_m7/PinNames.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16

27
#ifndef ZEPHYR_PINNAMES_H
38
#define ZEPHYR_PINNAMES_H

‎variants/arduino_portenta_h7_stm32h747xx_m7/pure_analog_pins.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
#include "pure_analog_pins.h"
28

39
#undef A0

‎variants/arduino_portenta_h7_stm32h747xx_m7/pure_analog_pins.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (c) 2024 Arduino SA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16
#ifndef _PURE_ANALOG_PINS_
27
#define _PURE_ANALOG_PINS_
38

0 commit comments

Comments
 (0)
Please sign in to comment.