Skip to content

Commit bbb2f99

Browse files
committed
Docs updates
1 parent aa3d087 commit bbb2f99

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased Changes
44

5+
* Updated to KiCAD 7
6+
* Reduced size of holes for PSU pins from 1.2mm to 1.02mm
7+
58
## v1.0.0
69

710
* Updated to KiCAD 6

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ See https://jnavila.github.io/plotkicadsch/ for details.
307307

308308
This project treats a PCB like embedded firmware:
309309

310-
* The *source files* are the KiCAD 6 files (in `./Kicad`)
311-
* The *compiler* is KiCAD 6, plus various automation plug-ins (like KiBom)
310+
* The *source files* are the KiCAD 7 files (in `./Kicad`)
311+
* The *compiler* is KiCAD 7, plus various automation plug-ins (like KiBom)
312312
* The *build system* is [KiBot](https://github.com/INTI-CMNB/KiBot)
313313
* The *build outputs* are PDF versions of the schematic and the PCB, plus various zipped Gerber and Drill files.
314314

@@ -319,12 +319,12 @@ Of course, the PCB in this project isn't useful by itself - it's a starting poin
319319
You can build locally using the KiBot docker container:
320320

321321
```console
322-
~/Neotron-Common-Hardware $ docker run --rm -ti -v $(pwd):/work setsoft/kicad_auto:dev_k6
322+
~/Neotron-Common-Hardware $ docker run --rm -ti -v $(pwd):/work setsoft/kicad_auto:ki7
323323
root@12345678:/# cd /work/Kicad
324324
root@12345678:/work/Kicad# kibot -c docs.kibot.yml -e Neotron-Common-Hardware.kicad_sch -b Neotron-Common-Hardware.kicad_pcb -d docs
325325
```
326326

327-
This will build everything and put it in the `./Kicad/docs` directory. Note there is a bug in KiCAD 6.0.8 and 6.0.9 which fails ERC looking at our hierarchical sheets. This is fixed in 6.0.10, or you can use the `setsoft/kicad_auto:ki6.0.7_Debian` container.
327+
This will build everything and put it in the `./Kicad/docs` directory.
328328

329329
## Licence
330330

0 commit comments

Comments
 (0)