forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Simon Dick edited this page Jun 2, 2026
·
5 revisions
Working notes and design log for the AmigaOS 3.x MicroPython port
(branch amiga-port).
For an upstream-style introduction to the port, see
ports/amiga/README.md
in the source tree.
- Amiga port design — phase-by-phase implementation log, architecture decisions, known limitations.
- Amiga port testing — full testing runbook (vamos, Amiberry, CI; install paths, exclude lists, suite snapshot, known-good failures, soft-float library bugs, on-device runner setup).
Each page below is the step plan for one phase from the design log:
- Phase 28 — TLS/SSL via AmiSSL v5 (AmiSSL issue notes)
- Phase 29 —
urequestsfrozen HTTP/HTTPS client - Phase 30 — Intuition requester dialogs
- Phase 31 — ASL file requester
- Phase 32 — ARexx polish
- Phase 33 —
platform.amiga_info() - Phase 34 — Frozen
osextensions + AmigaOS-awareos.path - Phase 35 —
amiga.icon - Phase 36 —
amiga.catalog - Phase 38 —
ports/amiga/README.md