Rename all Stm32f1 to STM32F1 (#12639)

This commit is contained in:
Reece Kibble 2019-01-01 06:36:49 +08:00 committed by Scott Lahteine
parent 371d9a1acf
commit 7557f8d68c
11 changed files with 9 additions and 9 deletions

View File

@ -47,10 +47,10 @@
#include "../shared/math_32bit.h"
#include "../shared/HAL_SPI.h"
#include "fastio_Stm32f1.h"
#include "watchdog_Stm32f1.h"
#include "fastio_STM32F1.h"
#include "watchdog_STM32F1.h"
#include "HAL_timers_Stm32f1.h"
#include "HAL_timers_STM32F1.h"
// --------------------------------------------------------------------------

View File

@ -29,7 +29,7 @@
uint8_t ServoCount; //=0
#include "HAL_Servo_Stm32f1.h"
#include "HAL_Servo_STM32F1.h"
//#include "Servo.h"

View File

@ -32,7 +32,7 @@
#include "HAL.h"
#include "HAL_timers_Stm32f1.h"
#include "HAL_timers_STM32F1.h"
// --------------------------------------------------------------------------
// Externals

View File

@ -31,7 +31,7 @@
#if ENABLED(USE_WATCHDOG)
#include <libmaple/iwdg.h>
#include "watchdog_Stm32f1.h"
#include "watchdog_STM32F1.h"
void watchdogSetup(void) {
// do whatever. don't remove this function.

View File

@ -252,7 +252,7 @@ monitor_speed = 250000
platform = ststm32@<4.4.0
framework = arduino
board = genericSTM32F103RE
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
${common.build_flags}
lib_deps = ${common.lib_deps}
lib_ignore = U8glib-HAL
@ -301,7 +301,7 @@ platform = ststm32
framework = arduino
board = genericSTM32F103ZE
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
${common.build_flags}
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
lib_deps = ${common.lib_deps}
@ -330,7 +330,7 @@ monitor_speed = 250000
platform = ststm32
framework = arduino
board = malyanM200
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
#-<frameworks>
lib_ignore =