Skip to content

Commit de74ef1

Browse files
author
Laurent MEUNIER
committed
[STM32F4] Make device.h a common file
1 parent a5eaf15 commit de74ef1

File tree

28 files changed

+11
-864
lines changed

28 files changed

+11
-864
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_B96B_F446VE/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ typedef enum {
185185
LED2 = LED1,
186186
LED3 = PD_11,
187187
LED4 = PD_12,
188+
LED_RED = LED1,
188189
USER_BUTTON = PD_13,
189190
SERIAL_TX = PC_10,
190191
SERIAL_RX = PC_11,

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_B96B_F446VE/device.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F401VC/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ typedef enum {
144144
LED2 = PD_13,
145145
LED3 = PD_14,
146146
LED4 = PD_15,
147+
LED_RED = LED1,
147148
USER_BUTTON = PA_0,
148149
SERIAL_TX = PA_2,
149150
SERIAL_RX = PA_3,

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F401VC/device.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F407VG/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ typedef enum {
229229
LED4 = PD_12,
230230
LED5 = PD_14,
231231
LED6 = PD_15,
232+
LED_RED = LED1,
232233
USER_BUTTON = PA_0,
233234
SERIAL_TX = PA_2, /* USART2 */
234235
SERIAL_RX = PA_3,

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F407VG/device.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ typedef enum {
207207
LED2 = PG_14, // Corresponds to LD4 on MB1075B
208208
LED3 = PG_13,
209209
LED4 = PG_14,
210+
LED_RED = LED2,
210211
USER_BUTTON = PA_0,
211212
SERIAL_TX = PA_9,
212213
SERIAL_RX = PA_10,

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/device.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F469NI/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ typedef enum {
276276
LED3 = PD_5,
277277
LED4 = PK_3,
278278
LED7 = PD_3,
279+
LED_RED = LED1,
279280
USER_BUTTON = PA_0,
280281
SERIAL_TX = PB_10,
281282
SERIAL_RX = PB_11,

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F469NI/device.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

hal/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_ELMO_F411RE/device.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)