Skip to content

Commit b8394bc

Browse files
update todo
1 parent 798fbbb commit b8394bc

4 files changed

Lines changed: 6 additions & 27 deletions

File tree

TODO.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
- [x] Add KNEEAD to navigation bar (external link needs redirect setup)
44

5-
- [ ] KiCad-Hierarchical-Designs change to KiCad-Design-Blocks ? Using KiCad's [Schematic Design Blocks](https://docs.kicad.org/9.0/ca/eeschema/eeschema.html#schematic-design-blocks) or would it be better as a separate project? Need to investigate further.
5+
- [x] proto.pretty move the lib out of Protokit and into KiCad-Master-Lib? Then use in Protokit and in the Slice_PRTO_XYZ projects?
66

7-
- [ ] proto.pretty move the lib out of Protokit and into KiCad-Master-Lib? Then use in Protokit and in the Slice_PRTO_XYZ projects?
7+
- [x] KiCad-Hierarchical-Designs change to KiCad-Design-Blocks ? Using KiCad's [Schematic Design Blocks](https://docs.kicad.org/9.0/ca/eeschema/eeschema.html#schematic-design-blocks) or would it be better as a separate project? Need to investigate further.
88

99
- Add the MVP documentation for the following projects and how they fit into the FEAST ecosystem and relate to each other:
10-
- [ ] Breakout Pack
10+
- [ ] BreakoutPack
1111
- [ ] ProtoKit
12-
- [ ] DevBoard Depot
12+
- [ ] DevBoardDepot
13+
- [ ] CircuitBlocks
14+
- [ ] Maybe merge all these for now under a mono-repo?
1315

1416
- [ ] Repository/Organization Concept Map: show relationships between projects and illustrate organizational structure
1517

@@ -24,5 +26,4 @@
2426

2527
- [ ] CRUST
2628
- [ ] [KiCad RPi HAT](https://github.com/FEASTorg/KiCad-RPi-HAT)
27-
- [ ] [Circuit Blocks](https://github.com/FEASTorg/CircuitBlocks)
2829
- [ ] [KiCad Databases](https://github.com/FEASTorg/KiCad-Databases)

_data/navigation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ external_links:
2121
url: /system-levels/oven/
2222
- name: KiCad-Master-Lib
2323
url: /developer-resources/kicad-master-lib/
24-
- name: KiCad-Hierarchical-Designs
25-
url: /developer-resources/kicad-hierarchical-designs/
2624
- name: KiCad-Simulation-Examples
2725
url: /developer-resources/kicad-simulation-examples/
2826
- name: ProtoKit

_data/sources.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,6 @@
136136
"**/TODO.md"
137137
]
138138
},
139-
{
140-
"name": "kicad-hierarchical-designs",
141-
"title": "KiCad Hierarchical Designs",
142-
"repo": "FEASTorg/KiCad-Hierarchical-Designs",
143-
"ref": "main",
144-
"subdir": "docs",
145-
"mount": "developer-resources/kicad-hierarchical-designs",
146-
"redirect_from": [
147-
"/kicad-hierarchical-designs/",
148-
"/kicad-hierarchical-designs"
149-
],
150-
"exclude": [
151-
"**/*.xcf",
152-
"**/TODO.md"
153-
]
154-
},
155139
{
156140
"name": "kicad-simulation-examples",
157141
"title": "KiCad Simulation Examples",

_pages/developer-resources.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ FEAST provides a variety of resources to support hardware and software developme
1212

1313
**KiCad-Master-Lib** is a centralized and curated library of schematic symbols, PCB footprints, and 3D models for use with KiCad.
1414

15-
- [KiCad-Hierarchical-Designs](/kicad-hierarchical-designs/)
16-
17-
**KiCad-Hierarchical-Designs** provides reference designs demonstrating best practices for hierarchical schematic structures and modular PCB design in KiCad.
18-
1915
- [KiCad-Simulation-Examples](/kicad-simulation-examples/)
2016

2117
**KiCad-Simulation-Examples** is a collection of simulation-ready examples and tutorials for circuit validation and analysis using KiCad’s integrated simulation features.

0 commit comments

Comments
 (0)