From f14e0aa526aa3f2af41c81580e7167dfee289156 Mon Sep 17 00:00:00 2001 From: Jared Young Date: Thu, 31 Oct 2019 00:21:17 +0000 Subject: [PATCH] Initial Commit: readme and submodule import --- .gitmodules | 3 +++ micropython | 1 + readme.md | 7 +++++++ 3 files changed, 11 insertions(+) create mode 100644 .gitmodules create mode 160000 micropython create mode 100644 readme.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8bbd3af --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "micropython"] + path = micropython + url = https://github.com/micropython/micropython.git diff --git a/micropython b/micropython new file mode 160000 index 0000000..4e1b03d --- /dev/null +++ b/micropython @@ -0,0 +1 @@ +Subproject commit 4e1b03d45c4d6be9ad9615f63a1146c46a4136d7 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5ed3776 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# Experimental +## Port of MircoPython to Macintosh System 7 + +At this time, nothing works. + +### Tools +Using Retro68 as my compiler to allow for a modern stack. The rest is undetermined.