Retire HAL for STM32F4 / F7 (#20153)
This commit is contained in:
@ -74,17 +74,6 @@
|
||||
#define START_FLASH_ADDR 0x08000000
|
||||
#define END_FLASH_ADDR 0x08080000
|
||||
|
||||
#elif MB(THE_BORG)
|
||||
|
||||
// For STM32F765 in BORG
|
||||
// SRAM (0x20000000 - 0x20080000) (512kb)
|
||||
// FLASH (0x08000000 - 0x08100000) (1024kb)
|
||||
//
|
||||
#define START_SRAM_ADDR 0x20000000
|
||||
#define END_SRAM_ADDR 0x20080000
|
||||
#define START_FLASH_ADDR 0x08000000
|
||||
#define END_FLASH_ADDR 0x08100000
|
||||
|
||||
#elif MB(REMRAM_V1, NUCLEO_F767ZI)
|
||||
|
||||
// For STM32F765VI in RemRam v1
|
||||
|
@ -76,8 +76,6 @@
|
||||
#include "../LPC1768/Servo.h"
|
||||
#elif defined(__STM32F1__) || defined(TARGET_STM32F1)
|
||||
#include "../STM32F1/Servo.h"
|
||||
#elif defined(STM32GENERIC) && defined(STM32F4)
|
||||
#include "../STM32_F4_F7/Servo.h"
|
||||
#elif defined(ARDUINO_ARCH_STM32)
|
||||
#include "../STM32/Servo.h"
|
||||
#elif defined(ARDUINO_ARCH_ESP32)
|
||||
|
Reference in New Issue
Block a user