MEEB cleanup, whitespace

Followup to #18138
This commit is contained in:
Scott Lahteine 2020-05-31 02:12:29 -05:00
parent ad08722d0d
commit c9a260ee12
11 changed files with 28 additions and 29 deletions

View file

@ -49,6 +49,7 @@ jobs:
- STM32F103RE_btt - STM32F103RE_btt
- STM32F103RE_btt_USB - STM32F103RE_btt_USB
- STM32F103RC_fysetc - STM32F103RC_fysetc
- STM32F103RC_meeb
- jgaurora_a5s_a1 - jgaurora_a5s_a1
- STM32F103VE_longer - STM32F103VE_longer
- STM32F407VE_black - STM32F407VE_black

View file

@ -535,7 +535,7 @@
#elif MB(MKS_ROBIN_E3) #elif MB(MKS_ROBIN_E3)
#include "stm32f1/pins_MKS_ROBIN_E3.h" // STM32F1 env:mks_robin_e3 #include "stm32f1/pins_MKS_ROBIN_E3.h" // STM32F1 env:mks_robin_e3
#elif MB(CCROBOT_MEEB_3DP) #elif MB(CCROBOT_MEEB_3DP)
#include "stm32f1/pins_CCROBOT_MEEB_3DP.h" // STM32F1 env:STM32F103RC_cc_meeb_3dp #include "stm32f1/pins_CCROBOT_MEEB_3DP.h" // STM32F1 env:STM32F103RC_meeb
// //
// ARM Cortex-M4F // ARM Cortex-M4F

View file

@ -13,7 +13,7 @@ print(projenv)
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read("platformio.ini") config.read("platformio.ini")
#com_port = config.get("env:STM32F103RC_cc_meeb_3dp", "upload_port") #com_port = config.get("env:STM32F103RC_meeb", "upload_port")
#print('Use the {0:s} to reboot the board to dfu mode.'.format(com_port)) #print('Use the {0:s} to reboot the board to dfu mode.'.format(com_port))
# #
@ -57,5 +57,3 @@ for i, flag in enumerate(env["LINKFLAGS"]):
env["LINKFLAGS"][i] = "-Wl,-T" + custom_ld_script env["LINKFLAGS"][i] = "-Wl,-T" + custom_ld_script
elif flag == "-T": elif flag == "-T":
env["LINKFLAGS"][i + 1] = custom_ld_script env["LINKFLAGS"][i + 1] = custom_ld_script

View file

@ -282,7 +282,7 @@ monitor_speed = 115200
# #
# MEEB_3DP (STM32F103RCT6 with 512K) # MEEB_3DP (STM32F103RCT6 with 512K)
# #
[env:STM32F103RC_cc_meeb_3dp] [env:STM32F103RC_meeb]
platform = ${common_stm32f1.platform} platform = ${common_stm32f1.platform}
extends = common_stm32f1 extends = common_stm32f1
board = MEEB_3DP board = MEEB_3DP