|
1 |
| -From 415969b9ecbccd11833284032b939978394bc6b5 Mon Sep 17 00:00:00 2001 |
| 1 | +From 7ec48c32338a6aba090a90aafc45602d8c02e050 Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Martino Facchin < [email protected]>
|
3 | 3 | Date: Tue, 18 Jan 2022 16:53:27 +0100
|
4 |
| -Subject: [PATCH] Add Portenta X8 target |
| 4 | +Subject: [PATCH 100/101] Add Portenta X8 target |
5 | 5 |
|
6 | 6 | ---
|
7 | 7 | .../TARGET_PORTENTA_X8/CMakeLists.txt | 16 +
|
8 | 8 | .../TARGET_PORTENTA_X8/PeripheralPins.c | 570 ++++++++++++++++++
|
9 | 9 | .../TARGET_PORTENTA_X8/PinNames.h | 381 ++++++++++++
|
10 |
| - targets/targets.json | 32 + |
11 |
| - 4 files changed, 999 insertions(+) |
| 10 | + targets/targets.json | 34 +- |
| 11 | + 4 files changed, 1000 insertions(+), 1 deletion(-) |
12 | 12 | create mode 100644 targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_X8/CMakeLists.txt
|
13 | 13 | create mode 100644 targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_X8/PeripheralPins.c
|
14 | 14 | create mode 100644 targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_X8/PinNames.h
|
@@ -999,10 +999,10 @@ index 0000000000..1cce05b2e2
|
999 | 999 | +
|
1000 | 1000 | +#endif
|
1001 | 1001 | diff --git a/targets/targets.json b/targets/targets.json
|
1002 |
| -index b28205d060..c64a6491ab 100644 |
| 1002 | +index ffd3eb1efd..3dc63e01a9 100644 |
1003 | 1003 | --- a/targets/targets.json
|
1004 | 1004 | +++ b/targets/targets.json
|
1005 |
| -@@ -3252,6 +3252,38 @@ |
| 1005 | +@@ -3509,6 +3509,37 @@ |
1006 | 1006 | "MPU"
|
1007 | 1007 | ]
|
1008 | 1008 | },
|
@@ -1035,12 +1035,21 @@ index b28205d060..c64a6491ab 100644
|
1035 | 1035 | + "lse_available": 1,
|
1036 | 1036 | + "lpticker_delay_ticks": 0,
|
1037 | 1037 | + "i2c_timing_value_algo": true
|
| 1038 | ++ } |
| 1039 | ++ }, |
| 1040 | + "MCU_STM32H750xB": { |
| 1041 | + "inherits": [ |
| 1042 | + "MCU_STM32H7" |
| 1043 | +@@ -3527,7 +3558,8 @@ |
| 1044 | + ], |
| 1045 | + "overrides": { |
| 1046 | + "system_power_supply": "PWR_LDO_SUPPLY" |
| 1047 | +- } |
1038 | 1048 | + },
|
1039 | 1049 | + "device_name": "STM32H747XIHx"
|
1040 |
| -+ }, |
| 1050 | + }, |
1041 | 1051 | "MCU_STM32H7A3xIQ": {
|
1042 | 1052 | "inherits": [
|
1043 |
| - "MCU_STM32H7" |
1044 | 1053 | --
|
1045 | 1054 | 2.34.1
|
1046 | 1055 |
|
0 commit comments