Skip to content

History / Edge EInk Development Guide

Revisions

  • Update Edge-EInk-Development-Guide with latest changes Updated documentation to reflect current eink power management implementation

    Alex J Lennon committed Oct 9, 2025
  • Wiki reorganization: Standardize file naming and structure - Standardized file naming with consistent capitalization and hyphens - Reorganized content structure for better navigation - Updated cross-references and links - Improved categorization of development workflows, hardware guides, and feature documentation - Enhanced consistency across all wiki pages

    Alex J Lennon committed Oct 7, 2025
  • Fix wiki internal links to use proper GitHub wiki format - Remove relative path prefixes (../Advanced-Topics/ -> direct page names) - Fix CM33-Firmware-Guide link to use proper wiki page name - Fix Testing-and-Validation link to use root-level page name - GitHub wiki doesn't support subdirectory URLs - all pages must be at root level - Internal wiki links should use simple page names, not file paths

    Alex J Lennon committed Sep 9, 2025
  • Fix broken documentation links in wiki - Replace docs/SPI_TESTING_GUIDE.md with proper wiki link to Development-Workflows/Testing-and-Validation - Replace docs/CM33_FIRMWARE_GUIDE.md with proper wiki link to Advanced-Topics/CM33-Firmware-Guide - Update Edge-EInk-Development-Guide.md and Hardware-Reference/Edge-EInk-Board.md - All links now point to correct wiki locations after documentation reorganization

    Alex J Lennon committed Sep 9, 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