Add support for STM32F7 MCU
This commit is contained in:
@ -48,6 +48,10 @@
|
||||
#elif defined(__STM32F1__) || defined(TARGET_STM32F1)
|
||||
#include "math_32bit.h"
|
||||
#include "HAL_STM32F1/HAL_Stm32f1.h"
|
||||
#elif defined(STM32F7)
|
||||
#define CPU_32_BIT
|
||||
#include "math_32bit.h"
|
||||
#include "HAL_STM32F7/HAL_STM32F7.h"
|
||||
#else
|
||||
#error "Unsupported Platform!"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user