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
-3
View File
@@ -23,9 +23,6 @@
#include "stm32f4xx.h"
#elif defined(STM32F7XX)
#include "stm32f7xx.h"
#elif defined(STM32F105xC)
#include "stm32f1xx.h"
#include <cstddef>
#else
#include <Arduino.h>
#endif