Skip to content

STM32 : mbed_overrides.c is common for all families #4603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions targets/TARGET_STM/TARGET_STM32F0/mbed_overrides.c

This file was deleted.

41 changes: 0 additions & 41 deletions targets/TARGET_STM/TARGET_STM32F1/mbed_overrides.c

This file was deleted.

57 changes: 0 additions & 57 deletions targets/TARGET_STM/TARGET_STM32F2/mbed_overrides.c

This file was deleted.

41 changes: 0 additions & 41 deletions targets/TARGET_STM/TARGET_STM32F3/mbed_overrides.c

This file was deleted.

57 changes: 0 additions & 57 deletions targets/TARGET_STM/TARGET_STM32F4/mbed_overrides.c

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ typedef enum
*/

#ifdef USE_HAL_DRIVER
#include "stm32f7xx_hal_conf.h"
#include "stm32f7xx_hal.h"
#endif /* USE_HAL_DRIVER */

#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ typedef enum
*/

#ifdef USE_HAL_DRIVER
#include "stm32f7xx_hal_conf.h"
#include "stm32f7xx_hal.h"
#endif /* USE_HAL_DRIVER */

#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ typedef enum
*/

#ifdef USE_HAL_DRIVER
#include "stm32f7xx_hal_conf.h"
#include "stm32f7xx_hal.h"
#endif /* USE_HAL_DRIVER */

#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ typedef enum
*/

#ifdef USE_HAL_DRIVER
#include "stm32f7xx_hal_conf.h"
#include "stm32f7xx_hal.h"
#endif /* USE_HAL_DRIVER */

#ifdef __cplusplus
Expand Down
64 changes: 0 additions & 64 deletions targets/TARGET_STM/TARGET_STM32F7/mbed_overrides.c

This file was deleted.

41 changes: 0 additions & 41 deletions targets/TARGET_STM/TARGET_STM32L0/mbed_overrides.c

This file was deleted.

Loading