feat: focus library on custom components only
- Remove all JLCPCB/LCSC related files and documentation - Clean up README files to focus on custom components not in standard library - Translate CHANGELOG to English - Add .gitkeep files to preserve directory structure - Library now focused on: missing 3D models, custom artwork, personal logos
This commit is contained in:
11
README.de.md
11
README.de.md
@@ -10,8 +10,6 @@ my-kicad-libs/
|
||||
│ ├── Custom_Logic/
|
||||
│ ├── Custom_Power/
|
||||
│ ├── Custom_Connectors/
|
||||
│ ├── Standard_Passives/ # Standard R/C/L mit LCSC
|
||||
│ ├── Standard_ICs/ # CAN, STM32, Standard-ICs
|
||||
│ ├── Logos_Artwork/
|
||||
│ └── ...
|
||||
├── footprints/ # Footprint-Bibliotheken (.pretty)
|
||||
@@ -42,13 +40,10 @@ my-kicad-libs/
|
||||
|
||||
### Einzelne Symbol-Namen (innerhalb der .kicad_sym)
|
||||
- **Format**: `[Partnumber]_[Package]_[Variante]`
|
||||
- **Format (Standard-Passives)**: `[Wert]_[Package]_[LCSC]`
|
||||
- **Beispiele**:
|
||||
- `TPS54340_HTSSOP-14_PowerPAD`
|
||||
- `STM32F407VGT6_LQFP-100`
|
||||
- `USB-C_16Pin_Receptacle`
|
||||
- `100nF_0402_C1525` (Kondensator mit LCSC#)
|
||||
- `10k_0603_C25804` (Widerstand mit LCSC#)
|
||||
- `Logo_MyCompany_10mm`
|
||||
|
||||
### Footprints (.pretty Ordner)
|
||||
@@ -85,8 +80,7 @@ my-kicad-libs/
|
||||
- `Logic_Custom` - Spezielle Logik-ICs
|
||||
- `MCU_Custom` - Mikrocontroller (spezielle)
|
||||
- `Memory_Custom` - Flash, EEPROM, RAM
|
||||
- `Standard_Passives` - **Standard R/C/L mit LCSC** (nutzt KiCad-Footprints)
|
||||
- `Standard_ICs` - **Standard CAN-Transceiver, STM32, etc.** (nutzt KiCad-Footprints)
|
||||
|
||||
- `Power_Custom` - DC-DC, LDOs, Power Management
|
||||
- `RF_Custom` - HF-Module, Antennen
|
||||
- `Sensors_Custom` - Sensoren aller Art
|
||||
@@ -238,8 +232,7 @@ footprints/
|
||||
|
||||
### Neue Komponente hinzufügen
|
||||
1. **Research**: Datenblatt studieren, ähnliche Komponenten prüfen
|
||||
2. **LCSC-Check**: Bei Standard-Passivbauteilen LCSC-Verfügbarkeit prüfen
|
||||
3. **Symbol erstellen**: In passende Kategorie-Datei
|
||||
2. **Symbol erstellen**: In passende Kategorie-Datei
|
||||
4. **Footprint erstellen**: In passenden .pretty Ordner
|
||||
5. **3D-Modell**: Suchen oder erstellen
|
||||
6. **Verknüpfung**: Symbol ↔ Footprint ↔ 3D-Modell
|
||||
|
||||
Reference in New Issue
Block a user