From 811d9b05942f903c6a51bc552ea603b6eb5bae09 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Sat, 2 Apr 2022 22:28:00 +0300 Subject: [PATCH] Update TODO in README --- README.md | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index dbb660c..8995c78 100644 --- a/README.md +++ b/README.md @@ -17,42 +17,9 @@ This library (should) cover all the electronics components found in the official ## On-Going TODO -**Check symbols and remove duplicates** -Add symbols with names that make sense, try to follow and come up with a Fab naming convention. Every symbol entry in `fab.lib` should have a corresponding description in the `fab.dcm` file. That makes it easier for the KiCad search to look for parts. At this point try to match to [KiCad Library Convention](https://kicad-pcb.org/libraries/klc/) as much as possible. More to follow as next big step. - -- [x] Resistor -- [x] Potentiometer -- [x] Capacitor -- [x] Choke coil, inductor -- [x] Diode -- [x] Transistor (MOSFET's) -- [x] H-Bridge motor drivers -- [x] Tripple H-Bridge motor drivers -- [x] Stepper motor drivers -- [x] Regulators -- [x] Charge controllers -- [x] Amplifiers -- [x] LEDs -- [x] Photodetectors -- [x] Speakers and mics -- [x] Temperature sensors -- [x] Hall-Effect sensors -- [x] Accelerometer -- [x] Pressure sensors -- [x] Op-Amp -- [x] Microcontrollers -- [x] Memory -- [x] Programmable logic FPGA chips -- [x] Radios -- [x] Crystals -- [x] Buttons and switches -- [x] Connectors -- [x] Jacks and plugs -- [x] Battery holders -- [x] USB chips and connectors -- [x] SD card socket - -Next step: Create a list of parts to test against. Maybe the [Fab Electronics Inventory](https://gitlab.fabcloud.org/pub/inventory/electronics) project can be useful here. +- [ ] Fix symbols and footprints according to KLC tests using [KiCad Library Utilities](https://gitlab.com/kicad/libraries/kicad-library-utils) +- [ ] Fix footprints missing symbols and symbols missing footprints +- [ ] Create a list of parts to test against ## Contributing -- GitLab