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

@@ -42,11 +42,25 @@
#include "Arduino.h"
// --------------------------------------------------------------------------
// Undefine DEBUG_ settings
// --------------------------------------------------------------------------
#undef DEBUG_NONE
#undef DEBUG_FAULT
#undef DEBUG_ALL
// --------------------------------------------------------------------------
// Includes
// --------------------------------------------------------------------------
#include "fastio_Stm32f1.h"
#include "watchdog_Stm32f1.h"
#include "HAL_timers_Stm32f1.h"
// --------------------------------------------------------------------------
// Defines
// --------------------------------------------------------------------------