summaryrefslogtreecommitdiff
path: root/pcb
AgeCommit message (Collapse)Author
2 dayspcb: parts-kicad: Add submodulepcbxengineering
This submodule will contain custom PCB symbols, footprints and 3D-models.
2 dayspcb: Add deactivated target for ERC reportxengineering
In this early stage of development the electrical rules check (ERC) fails with a huge amount of errors. Nevertheless it is useful to have an early look at the ERC output.
2 dayspcb: Export schematic as PDF with Makexengineering
3 dayspcb: gitignore: Add *.lck and soundbox.kicad_prlxengineering
3 dayspcb: Add soundbox label to silkscreenxengineering
3 dayspcb: Add first components and outline to pcbxengineering
3 dayspcb: Add MPN and Manufacturer for MCU and USB-C connectorxengineering
3 dayspcb: Add symbol fields "Manufacturer" and "MPN"xengineering
This is a full part reference for a complete BOM suitable for production.
3 dayspcb: Add footprints for switchesxengineering
3 dayspcb: Make part descriptions shorterxengineering
3 dayspcb: Add configuration EEPROMxengineering
3 dayspcb: Add schematic hints for missing symbolsxengineering
3 dayspcb: Add external flash memoryxengineering
3 dayspcb: Add version detection voltage dividerxengineering
3 dayspcb: Add audio connectorsxengineering
3 dayspcb: Add missing description fieldsxengineering
3 dayspcb: Add SW1 and SW2xengineering
3 dayspcb: Add TAS5825M audio amplifierxengineering
3 dayspcb: Add USB-C receptaclexengineering
3 dayspcb: Add D1, D2 and D3 with resistorsxengineering
They should be used for: - power indication (red) - heartbeat (green) - bootloader indication (blue)
3 dayspcb: Add 10-pin Cortex debug connectorxengineering
This should allow to debug the microcontroller via JTAG without using too much space (20-pin connector hopefully not required).
3 dayspcb: gitignore: Add fp-info-cachexengineering
This cache file is created by KiCad and should never be committed accidentally.
3 dayspcb: Add ESP32-S3-MINI-1xengineering
3 dayspcb: Add BOM generation with GNU Makexengineering
This allows to export the BOM as CSV file via the Make build system.
3 dayspcb: Add name to schematicxengineering
3 dayspcb: Create KiCad projectxengineering