Add platformio support for stm32 (#8246)
[2.0] Add platformio support for stm32
This commit is contained in:
committed by
Scott Lahteine
parent
6718579ccf
commit
83555933aa
@@ -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
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user