summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysAdd RELEASE.mdxengineering
This serves as a checklist to prepare releases.
4 dayspcb: Make part choice for U5xengineering
4 dayspcb: Specify Manufacturer and MPN for U2xengineering
4 dayspcb: Make part choice for J1 (JTAG)xengineering
5 dayspcb: Do not populate J3 WAGO connectorxengineering
This is currently the only THT part. It can be soldered easily by hand so it is for now excluded to make production cheaper.
5 dayspcb: Add J3 WAGO connector from Ultra Librarianxengineering
The actual files are not committed because of licensing concerns. Will be replaced soon by self-developed symbol and footprint.
5 dayspcb: gitignore: Add ultra-librarianxengineering
For now some footprints and symbols are added from external sites. Because of licensing concerns they are not published. This situation will be resolved later.
6 dayspcb: Select LEDs D1-D3xengineering
6 dayspcb: Add footprints for LEDs and resistorsxengineering
9 dayspcb: Add "Footprint" to BOM exportxengineering
9 dayspcb: Update schematic TODOsxengineering
10 dayspcb: Update BOM dataxengineering
10 dayspcb: Fix too many spaces in ESP32 metadataxengineering
10 dayspcb: Add FT2232HPQ as U5xengineering
10 dayspcb: Round corners of PCBxengineering
10 dayspcb: Add M3 mounting holes MH1 to MH4xengineering
10 dayspcb: parts-kicad: Add submodulexengineering
This submodule will contain custom PCB symbols, footprints and 3D-models.
2025-01-07pcb: 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.
2025-01-07pcb: Export schematic as PDF with Makexengineering
2025-01-06pcb: gitignore: Add *.lck and soundbox.kicad_prlxengineering
2025-01-06pcb: Add soundbox label to silkscreenxengineering
2025-01-06pcb: Add first components and outline to pcbxengineering
2025-01-06pcb: Add MPN and Manufacturer for MCU and USB-C connectorxengineering
2025-01-06pcb: Add symbol fields "Manufacturer" and "MPN"xengineering
This is a full part reference for a complete BOM suitable for production.
2025-01-06pcb: Add footprints for switchesxengineering
2025-01-06pcb: Make part descriptions shorterxengineering
2025-01-06pcb: Add configuration EEPROMxengineering
2025-01-06pcb: Add schematic hints for missing symbolsxengineering
2025-01-06pcb: Add external flash memoryxengineering
2025-01-06pcb: Add version detection voltage dividerxengineering
2025-01-06pcb: Add audio connectorsxengineering
2025-01-06pcb: Add missing description fieldsxengineering
2025-01-06pcb: Add SW1 and SW2xengineering
2025-01-06pcb: Add TAS5825M audio amplifierxengineering
2025-01-06pcb: Add USB-C receptaclexengineering
2025-01-06pcb: Add D1, D2 and D3 with resistorsxengineering
They should be used for: - power indication (red) - heartbeat (green) - bootloader indication (blue)
2025-01-06pcb: 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).
2025-01-06pcb: gitignore: Add fp-info-cachexengineering
This cache file is created by KiCad and should never be committed accidentally.
2025-01-06pcb: Add ESP32-S3-MINI-1xengineering
2025-01-06pcb: Add BOM generation with GNU Makexengineering
This allows to export the BOM as CSV file via the Make build system.
2025-01-06pcb: Add name to schematicxengineering
2025-01-06pcb: Create KiCad projectxengineering
2025-01-06mech: Remove directoryxengineering
It is planned to add a `pcb` folder with a custom PCB design. This design will be incompatible with the current case developed in `mech`. Thus the case has to be removed first.
2024-10-12doc: Update changelog for release 0.2.1HEAD0.2.1mainxengineering
2024-10-12doc: Fix and rework source links in changelogxengineering
The release 0.2.0 had a bad link. Furthermore the prefix `Source code: ` was added to the source URLs.
2024-10-12doc: Replace subsections by paragraphs in changelogxengineering
The categories like `added` or `changed` should not show up in the table of contents and should be less dominant. A `\paragraph` is more suitable for this.
2024-10-12doc: Fix quote charactersxengineering
LaTeX used to convert `'` quotes to a `’` even in verbatim environments. This is unsuitable to copy commands from the documentation to the Linux command line interface. Since this use case is very important to use the documentation this has to be fixed. Using the `upquote` package is sufficient to prevent the conversion.
2024-09-29doc: Revert change to Alpine 3.19.00.2.0xengineering
There were ALSA and SDL2 related audio issues with the latest version. Rolling back since soundbox should anyway move to a microcontroller-based solution.
2024-09-29doc: Update changelog for 0.2.0xengineering
2024-09-29doc: Fix soundbox script for IPv6xengineering
It used to listen on IPv4 requests only.