Skip to content

Commit e907079

Browse files
Merge pull request #4603 from jeromecoutant/PR_OVERRIDE
STM32 : mbed_overrides.c is common for all families
2 parents f530714 + 18572cc commit e907079

File tree

13 files changed

+11
-397
lines changed

13 files changed

+11
-397
lines changed

targets/TARGET_STM/TARGET_STM32F0/mbed_overrides.c

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

targets/TARGET_STM/TARGET_STM32F1/mbed_overrides.c

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

targets/TARGET_STM/TARGET_STM32F2/mbed_overrides.c

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

targets/TARGET_STM/TARGET_STM32F3/mbed_overrides.c

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

targets/TARGET_STM/TARGET_STM32F4/mbed_overrides.c

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

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/stm32f7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ typedef enum
210210
*/
211211

212212
#ifdef USE_HAL_DRIVER
213-
#include "stm32f7xx_hal_conf.h"
213+
#include "stm32f7xx_hal.h"
214214
#endif /* USE_HAL_DRIVER */
215215

216216
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/stm32f7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ typedef enum
210210
*/
211211

212212
#ifdef USE_HAL_DRIVER
213-
#include "stm32f7xx_hal_conf.h"
213+
#include "stm32f7xx_hal.h"
214214
#endif /* USE_HAL_DRIVER */
215215

216216
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/stm32f7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ typedef enum
210210
*/
211211

212212
#ifdef USE_HAL_DRIVER
213-
#include "stm32f7xx_hal_conf.h"
213+
#include "stm32f7xx_hal.h"
214214
#endif /* USE_HAL_DRIVER */
215215

216216
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/stm32f7xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ typedef enum
210210
*/
211211

212212
#ifdef USE_HAL_DRIVER
213-
#include "stm32f7xx_hal_conf.h"
213+
#include "stm32f7xx_hal.h"
214214
#endif /* USE_HAL_DRIVER */
215215

216216
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F7/mbed_overrides.c

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

targets/TARGET_STM/TARGET_STM32L0/mbed_overrides.c

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

0 commit comments

Comments
 (0)