Compare commits

..

4 Commits

Author SHA1 Message Date
891e0bf292 docs: add STM32G0B1 datasheet for LFS testing
Test Git LFS functionality with first PDF datasheet.
STM32G0B1 is a popular ARM Cortex-M0+ microcontroller.
2025-12-09 16:59:27 +01:00
4534d625ae docs: correct initial release version to 0.0.0
Initial project setup was just scaffolding, not a meaningful release.
2025-12-09 16:54:16 +01:00
3144994a53 docs: move logo library features to unreleased section
Keep all features as unreleased until board freeze/tag creation.
Releases will be created when referencing specific library states.
2025-12-09 16:52:37 +01:00
16e8866a23 docs: update changelog for v1.1.0 logo library release
- Document complete logo library implementation
- Add details about stackable symbol design
- Include automation script and SVG workflow
- Note BOM exclusion and clipping fixes
2025-12-09 16:51:14 +01:00
2 changed files with 22 additions and 2 deletions

View File

@@ -7,12 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
- Complete Logo Library with personal branding components:
- Eduard Iten Personal Logo (1.5mm, 2mm, 3mm, 5mm)
- Creative Commons BY-NC-SA 4.0 License Logo (5mm, 10mm, 15mm)
- "Created By" Attribution Logo (1.5mm, 2mm, 3mm, 5mm)
- Python automation script `center_logo.py` with wildcard support
- SVG artwork source files with import workflow documentation
- Unified stackable symbol design for perfect PCB layout alignment
### Changed
- Symbol boxes redesigned for consistent 12.7mm x 5.08mm stackable format
- Footprint silkscreen boxes widened to prevent text clipping
- All logos configured with `exclude_from_bom` for proper BOM generation
### Fixed
- Symbol syntax errors causing library loading failures
- Text positioning in symbol graphics for better readability
### Planned
- First collection of Power Management ICs
- USB-C Connector series
- Company logo variants for different sizes
## [1.0.0] - 2024-12-09
## [0.0.0] - 2024-12-09
### Added
- Initial project structure

Binary file not shown.