Skip to content

History / MicroPython New Port Development Guide

Revisions

  • 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

    @pi-anl pi-anl committed Jun 14, 2025
  • 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.

    @pi-anl pi-anl committed Jun 13, 2025