Skip to content

Commit 6dc7134

Browse files
committed
chore: update PeripheralPins with I3C infos
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 983ff6b commit 6dc7134

File tree

534 files changed

+1068
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

534 files changed

+1068
-0
lines changed

Diff for: variants/STM32C0xx/C011D6Y_C011F(4-6)(P-U)_C031F(4-6)P/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7373
};
7474
#endif
7575

76+
//*** No I3C ***
77+
7678
//*** TIM ***
7779

7880
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32C0xx/C011J(4-6)M/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6767
};
6868
#endif
6969

70+
//*** No I3C ***
71+
7072
//*** TIM ***
7173

7274
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32C0xx/C031C(4-6)(T-U)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
8282
};
8383
#endif
8484

85+
//*** No I3C ***
86+
8587
//*** TIM ***
8688

8789
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32C0xx/C031G(4-6)U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7575
};
7676
#endif
7777

78+
//*** No I3C ***
79+
7880
//*** TIM ***
7981

8082
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32C0xx/C031K(4-6)(T-U)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7979
};
8080
#endif
8181

82+
//*** No I3C ***
83+
8284
//*** TIM ***
8385

8486
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030C6T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7373
};
7474
#endif
7575

76+
//*** No I3C ***
77+
7678
//*** TIM ***
7779

7880
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030C8T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7171
};
7272
#endif
7373

74+
//*** No I3C ***
75+
7476
//*** TIM ***
7577

7678
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030CCT/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7777
};
7878
#endif
7979

80+
//*** No I3C ***
81+
8082
//*** TIM ***
8183

8284
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030F4P/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6464
};
6565
#endif
6666

67+
//*** No I3C ***
68+
6769
//*** TIM ***
6870

6971
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030K6T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6767
};
6868
#endif
6969

70+
//*** No I3C ***
71+
7072
//*** TIM ***
7173

7274
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030R8T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7777
};
7878
#endif
7979

80+
//*** No I3C ***
81+
8082
//*** TIM ***
8183

8284
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F030RCT/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
8383
};
8484
#endif
8585

86+
//*** No I3C ***
87+
8688
//*** TIM ***
8789

8890
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F031C(4-6)T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7373
};
7474
#endif
7575

76+
//*** No I3C ***
77+
7678
//*** TIM ***
7779

7880
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F031E6Y_F038E6Y/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6767
};
6868
#endif
6969

70+
//*** No I3C ***
71+
7072
//*** TIM ***
7173

7274
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F031F(4-6)P/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6464
};
6565
#endif
6666

67+
//*** No I3C ***
68+
6769
//*** TIM ***
6870

6971
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F031G(4-6)U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6767
};
6868
#endif
6969

70+
//*** No I3C ***
71+
7072
//*** TIM ***
7173

7274
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F031K(4-6)U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6868
};
6969
#endif
7070

71+
//*** No I3C ***
72+
7173
//*** TIM ***
7274

7375
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F031K6T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6767
};
6868
#endif
6969

70+
//*** No I3C ***
71+
7072
//*** TIM ***
7173

7274
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F038C6T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7373
};
7474
#endif
7575

76+
//*** No I3C ***
77+
7678
//*** TIM ***
7779

7880
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F038F6P/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6363
};
6464
#endif
6565

66+
//*** No I3C ***
67+
6668
//*** TIM ***
6769

6870
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F038G6U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6666
};
6767
#endif
6868

69+
//*** No I3C ***
70+
6971
//*** TIM ***
7072

7173
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F038K6U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6868
};
6969
#endif
7070

71+
//*** No I3C ***
72+
7173
//*** TIM ***
7274

7375
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F042C(4-6)(T-U)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7777
};
7878
#endif
7979

80+
//*** No I3C ***
81+
8082
//*** TIM ***
8183

8284
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F042F(4-6)P/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
6868
};
6969
#endif
7070

71+
//*** No I3C ***
72+
7173
//*** TIM ***
7274

7375
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F042G(4-6)U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7171
};
7272
#endif
7373

74+
//*** No I3C ***
75+
7476
//*** TIM ***
7577

7678
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F042K(4-6)T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F042K(4-6)U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F042T6Y/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F048C6U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7777
};
7878
#endif
7979

80+
//*** No I3C ***
81+
8082
//*** TIM ***
8183

8284
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F048G6U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7070
};
7171
#endif
7272

73+
//*** No I3C ***
74+
7375
//*** TIM ***
7476

7577
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F048T6Y/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051C4(T-U)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7474
};
7575
#endif
7676

77+
//*** No I3C ***
78+
7779
//*** TIM ***
7880

7981
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051C6(T-U)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7474
};
7575
#endif
7676

77+
//*** No I3C ***
78+
7779
//*** TIM ***
7880

7981
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051C8(T-U)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7878
};
7979
#endif
8080

81+
//*** No I3C ***
82+
8183
//*** TIM ***
8284

8385
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051K(6-8)T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051K(6-8)U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7373
};
7474
#endif
7575

76+
//*** No I3C ***
77+
7678
//*** TIM ***
7779

7880
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051K4T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051K4U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7373
};
7474
#endif
7575

76+
//*** No I3C ***
77+
7678
//*** TIM ***
7779

7880
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051R4T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
8080
};
8181
#endif
8282

83+
//*** No I3C ***
84+
8385
//*** TIM ***
8486

8587
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051R6T/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
8080
};
8181
#endif
8282

83+
//*** No I3C ***
84+
8385
//*** TIM ***
8486

8587
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051R8(H-T)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
8484
};
8585
#endif
8686

87+
//*** No I3C ***
88+
8789
//*** TIM ***
8890

8991
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F051T8Y/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7272
};
7373
#endif
7474

75+
//*** No I3C ***
76+
7577
//*** TIM ***
7678

7779
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F058C8U/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
7878
};
7979
#endif
8080

81+
//*** No I3C ***
82+
8183
//*** TIM ***
8284

8385
#ifdef HAL_TIM_MODULE_ENABLED

Diff for: variants/STM32F0xx/F058R8(H-T)/PeripheralPins.c

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
8484
};
8585
#endif
8686

87+
//*** No I3C ***
88+
8789
//*** TIM ***
8890

8991
#ifdef HAL_TIM_MODULE_ENABLED

0 commit comments

Comments
 (0)