Add platformio support for stm32 (#8246)

[2.0] Add platformio support for stm32
This commit is contained in:
Alexey Shvetsov
2017-11-07 08:03:59 +03:00
committed by Scott Lahteine
parent 6718579ccf
commit 83555933aa
4 changed files with 79 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#define CPU_32_BIT
#include "math_32bit.h"
#include "HAL_LPC1768/HAL.h"
#elif defined(__STM32F1__)
#elif defined(__STM32F1__) || defined(TARGET_STM32F1)
#define CPU_32_BIT
#include "math_32bit.h"
#include "HAL_STM32F1/HAL_Stm32f1.h"