Remove support for STM32F1* boards, they're just too slow.

This commit is contained in:
Jonathan Naylor
2023-11-09 19:08:15 +00:00
parent bf23a94038
commit 029e6df4b9
16 changed files with 8 additions and 1853 deletions
+2 -5
View File
@@ -24,15 +24,12 @@
#include "stm32f4xx.h"
#elif defined(STM32F7XX)
#include "stm32f7xx.h"
#elif defined(STM32F105xC)
#include "stm32f1xx.h"
#include <cstddef>
#else
#include <Arduino.h>
#undef PI
#endif
#if defined(__SAM3X8E__) || defined(STM32F105xC)
#if defined(__SAM3X8E__)
#define ARM_MATH_CM3
#elif defined(STM32F7XX)
#define ARM_MATH_CM7
@@ -74,4 +71,4 @@ private:
#include "RingBuffer.impl.h"
#endif
#endif