File tree 4 files changed +22
-0
lines changed
variants/arduino_portenta_h7_stm32h747xx_m7
4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 Arduino SA
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
1
7
#include < Arduino.h>
2
8
#include " zephyrInternal.h"
3
9
#include " PinNames.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 Arduino SA
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
1
6
2
7
#ifndef ZEPHYR_PINNAMES_H
3
8
#define ZEPHYR_PINNAMES_H
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 Arduino SA
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
1
7
#include " pure_analog_pins.h"
2
8
3
9
#undef A0
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 Arduino SA
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
1
6
#ifndef _PURE_ANALOG_PINS_
2
7
#define _PURE_ANALOG_PINS_
3
8
You can’t perform that action at this time.
0 commit comments