ClemensElflein / OpenMower

Let's upgrade cheap off-the-shelf robotic mowers to modern, smart RTK GPS based lawn mowing robots!
Other
4.64k stars 274 forks source link

KiCAD 8 #83

Closed ClemensElflein closed 4 months ago

ClemensElflein commented 5 months ago

Need to wait for a KiBOT release before merging this.

Also @rfvermut please double check. There wasn't much to change, I did the following changes to solve DRC issues:

vermut commented 5 months ago

kicad 8 ALREADY? I've just finished migrating to v7!

vermut commented 5 months ago

@ClemensElflein that's something local to my machine. Change v2_k7 to v2_k8 and try

vermut commented 4 months ago

@ClemensElflein please apply this and it should work:

Index: Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml b/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
--- a/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml (revision b4010d3258f7d66564e14d05b47519f97fbcf5f8)
+++ b/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml (date 1714227879422)
@@ -2,8 +2,8 @@
   version: 1

 preflight:
-  run_drc: true
-  run_erc: true
+  drc: true
+  erc: true

   filters:
     - filter: SIP32509DT has 2 VOUTs
Index: .github/workflows/ci.yaml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
--- a/.github/workflows/ci.yaml (revision b4010d3258f7d66564e14d05b47519f97fbcf5f8)
+++ b/.github/workflows/ci.yaml (date 1714228192974)
@@ -10,7 +10,7 @@
       - uses: actions/checkout@v3
         with:
           fetch-depth: 0
-      - uses: INTI-CMNB/KiBot@v2_k7
+      - uses: INTI-CMNB/KiBot@v2_k8
         with:
           config: Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
           board: Hardware/OpenMowerMainboard/OpenMowerMainboard.kicad_pcb
vermut commented 4 months ago

checks are green. let's merge?