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/math_32bit.h"
#include "../shared/HAL_SPI.h" #include "../shared/HAL_SPI.h"
#include "fastio_Stm32f1.h" #include "fastio_STM32F1.h"
#include "watchdog_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 uint8_t ServoCount; //=0
#include "HAL_Servo_Stm32f1.h" #include "HAL_Servo_STM32F1.h"
//#include "Servo.h" //#include "Servo.h"

View file

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

View file

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

View file

@ -252,7 +252,7 @@ monitor_speed = 250000
platform = ststm32@<4.4.0 platform = ststm32@<4.4.0
framework = arduino framework = arduino
board = genericSTM32F103RE 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} ${common.build_flags}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
lib_ignore = U8glib-HAL lib_ignore = U8glib-HAL
@ -301,7 +301,7 @@ platform = ststm32
framework = arduino framework = arduino
board = genericSTM32F103ZE board = genericSTM32F103ZE
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py 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} ${common.build_flags}
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1> src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
@ -330,7 +330,7 @@ monitor_speed = 250000
platform = ststm32 platform = ststm32
framework = arduino framework = arduino
board = malyanM200 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> src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
#-<frameworks> #-<frameworks>
lib_ignore = lib_ignore =