Browse Source

MEEB cleanup, whitespace

Followup to #18138
vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
c9a260ee12
  1. 1
      .github/workflows/test-builds.yml
  2. 2
      Marlin/src/pins/pins.h
  3. 4
      buildroot/share/PlatformIO/scripts/STM32F103RC_MEEB_3DP.py
  4. 0
      buildroot/share/tests/STM32F103RC_meeb-tests
  5. 2
      platformio.ini

1
.github/workflows/test-builds.yml

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

2
Marlin/src/pins/pins.h

@ -535,7 +535,7 @@
#elif MB(MKS_ROBIN_E3)
#include "stm32f1/pins_MKS_ROBIN_E3.h" // STM32F1 env:mks_robin_e3
#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

4
buildroot/share/PlatformIO/scripts/STM32F103RC_MEEB_3DP.py

@ -13,7 +13,7 @@ print(projenv)
config = configparser.ConfigParser()
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))
#
@ -57,5 +57,3 @@ for i, flag in enumerate(env["LINKFLAGS"]):
env["LINKFLAGS"][i] = "-Wl,-T" + custom_ld_script
elif flag == "-T":
env["LINKFLAGS"][i + 1] = custom_ld_script

0
buildroot/share/tests/STM32F103RC_cc_meeb_3dp-tests → buildroot/share/tests/STM32F103RC_meeb-tests

2
platformio.ini

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

Loading…
Cancel
Save