MicroPython New Port Development Guide
Andrew Leech edited this page 2025-06-14 15:40:30 +10:00
Clone

Wiki Page Revisions

2 Commits

Author SHA1 Message Date
Andrew Leech
8214f5dfc8 Update port development guide to focus on minimal and STM32 ports
- Replace Alif-specific examples with minimal and STM32 port patterns
- Add minimal port examples for simplest implementation patterns
- Use STM32 as the comprehensive reference for full-featured ports
- Keep Alif only as reference for commit progression analysis
- Update build system examples to show both minimal and STM32 approaches
- Reference established ports (STM32, minimal, RP2) throughout
2025-06-14 15:40:30 +10:00
Andrew Leech
c4a0ed1690 Add comprehensive MicroPython New Port Development Guide
This guide provides detailed instructions for creating new MicroPython ports, based on analysis of the Alif port development and patterns from existing ports.
2025-06-14 09:42:18 +10:00