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

View file

@ -18,7 +18,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#if defined(STM32F4XX) || defined(STM32F7XX) || defined(STM32F105xC)
#if defined(STM32F4XX) || defined(STM32F7XX)
#include "Config.h"
#include "Globals.h"