Skip to content

Commit 6dc7134

Browse files
committed
chore: update PeripheralPins with I3C infos
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
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

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

Lines changed: 2 additions & 0 deletions
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

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

Lines changed: 2 additions & 0 deletions
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

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

Lines changed: 2 additions & 0 deletions
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

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

Lines changed: 2 additions & 0 deletions
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

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

Lines changed: 2 additions & 0 deletions
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

variants/STM32F0xx/F030C6T/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
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

variants/STM32F0xx/F030C8T/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
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

variants/STM32F0xx/F030CCT/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
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

variants/STM32F0xx/F030F4P/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
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

variants/STM32F0xx/F030K6T/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
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

0 commit comments

Comments
 (0)