Browse Source

🧑‍💻 Relocate a variant

Scott Lahteine 2 years ago
parent
commit
a1ffd59931

+ 1
- 1
buildroot/share/PlatformIO/boards/marlin_STM32G0B1RE.json View File

@@ -9,7 +9,7 @@
9 9
     },
10 10
     "mcu": "stm32g0b1ret6",
11 11
     "product_line": "STM32G0B1xx",
12
-    "variant": "STM32G0xx/MARLIN_G0B1RE"
12
+    "variant": "MARLIN_G0B1RE"
13 13
   },
14 14
   "debug": {
15 15
     "default_tools": [

buildroot/share/PlatformIO/variants/STM32G0xx/MARLIN_G0B1RE/PeripheralPins.c → buildroot/share/PlatformIO/variants/MARLIN_G0B1RE/PeripheralPins.c View File


buildroot/share/PlatformIO/variants/STM32G0xx/MARLIN_G0B1RE/PinNamesVar.h → buildroot/share/PlatformIO/variants/MARLIN_G0B1RE/PinNamesVar.h View File


buildroot/share/PlatformIO/variants/STM32G0xx/MARLIN_G0B1RE/ldscript.ld → buildroot/share/PlatformIO/variants/MARLIN_G0B1RE/ldscript.ld View File


buildroot/share/PlatformIO/variants/STM32G0xx/MARLIN_G0B1RE/variant_MARLIN_STM32G0B1RE.cpp → buildroot/share/PlatformIO/variants/MARLIN_G0B1RE/variant_MARLIN_STM32G0B1RE.cpp View File


buildroot/share/PlatformIO/variants/STM32G0xx/MARLIN_G0B1RE/variant_MARLIN_STM32G0B1RE.h → buildroot/share/PlatformIO/variants/MARLIN_G0B1RE/variant_MARLIN_STM32G0B1RE.h View File


Loading…
Cancel
Save