summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-07 23:46:08 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-07 23:46:08 +0300
commit98dd6d7712acdefb9179743564ee546339da9519 (patch)
tree049e227e49c5445313d89fde22c5af13eb83071d
parent6827f9fc55e748a069a44f4e3681c26518e1dbca (diff)
downloadmicropython-98dd6d7712acdefb9179743564ee546339da9519.tar.gz
micropython-98dd6d7712acdefb9179743564ee546339da9519.zip
README: Be specific that ARMv7 Linux is supported.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52fd2f9c09..0fc5c4c1f1 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ The Unix version
The "unix" port requires a standard Unix environment with gcc and GNU make.
x86 and x64 architectures are supported (i.e. x86 32- and 64-bit), as well
-as ARM. Porting to other architectures require writing some assembly code
+as ARMv7. Porting to other architectures require writing some assembly code
for the exception handling.
To build: