Skip to content

History / Power Management Guide

Revisions

  • Fix all 22 broken wiki links ✅ COMPLETE: All wiki links now validate successfully Fixed categories: - Quick-Start cross-references (01, 02, 03 pages) - Board Programming references (with-Foundries-Builds) - Hardware Reference links (Edge-EInk-Pinout-And-Interfaces) - Debugging and Troubleshooting references - Wireless Configuration references - CM33 Firmware Guide references - Malformed link syntax (empty references, colons) - External docs references (../docs/ → Foundries.io docs) Pre-commit hook now passes: 0 warnings, 47 files validated. Wiki maintains high documentation quality standards.

    Alex J Lennon committed Oct 10, 2025
  • Test pre-commit hook: Add link checker status to Power Management Guide

    Alex J Lennon committed Oct 10, 2025
  • Update wiki: Add power-controlled lifecycle services documentation - Power-Management-Guide.md: Add power-controlled lifecycle section - Edge-EInk-Power-Management.md: Add services overview and implementation details - Document eink-restart.service and eink-shutdown.service - Include MCXC143VFM integration via eink-power-cli - Add testing procedures and safety notes Wiki is now single source of truth for power management services.

    Alex J Lennon committed Oct 10, 2025
  • Complete wiki restructure: Task-oriented engineer documentation Major wiki reorganization for optimal engineer productivity: ## New Structure (Task-Oriented) 📁 Quick-Start/ # 0-30 minutes to productivity ├── 01-Board-Setup-Checklist.md # 5-min hardware validation ├── 02-First-Boot-Validation.md # 10-min system testing └── 03-Development-Environment-Setup.md # 15-min tool setup 📁 Development-Workflows/ # Daily engineering tasks ├── Building-and-Flashing.md # Core dev cycle ├── Board-Programming-with-Foundries-Builds.md # Pre-built images ├── Testing-and-Validation.md # Validation procedures ├── Debugging-and-Troubleshooting.md # Problem solving └── Boot-Profiling-Guide.md # Performance optimization 📁 Hardware-Reference/ # Technical specifications ├── Edge-AI-Pinout-and-Interfaces.md # Concise pinout reference ├── Edge-EInk-Pinout-and-Interfaces.md # Concise pinout reference ├── Edge-AI-Board.md # Complete hardware specs └── Edge-EInk-Board.md # Complete hardware specs 📁 Feature-Guides/ # Functionality deep-dives ├── Audio-Development.md # TAS2563 audio system ├── Wireless-Configuration.md # WiFi, BT, 802.15.4 └── Security-and-Encryption.md # EdgeLock Enclave 📁 Advanced-Topics/ # Complex customization ├── CI-CD-Setup-Guide.md # Automated builds └── CM33-Firmware-Guide.md # Cortex-M33 development ## Key Improvements - ✅ **Task-focused navigation**: 'I want to...' approach - ✅ **Time estimates**: Clear expectations (5 min to 4 hours) - ✅ **Engineer workflows**: Daily development cycle optimization - ✅ **Concise references**: Quick pinout lookups + detailed specs - ✅ **Comprehensive guides**: Complete implementation workflows - ✅ **Troubleshooting integrated**: Problems solved where they occur ## Content Quality - **32 organized files** vs scattered content - **Consistent structure** across all guides - **Cross-linking** for easy navigation - **Practical focus** with actionable steps - **Performance targets** and validation criteria Engineers can now get productive in 30 minutes and find any information quickly through task-oriented organization.

    Alex J Lennon committed Sep 9, 2025