diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-07 23:46:08 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-07 23:46:08 +0300 |
commit | 98dd6d7712acdefb9179743564ee546339da9519 (patch) | |
tree | 049e227e49c5445313d89fde22c5af13eb83071d | |
parent | 6827f9fc55e748a069a44f4e3681c26518e1dbca (diff) | |
download | micropython-98dd6d7712acdefb9179743564ee546339da9519.tar.gz micropython-98dd6d7712acdefb9179743564ee546339da9519.zip |
README: Be specific that ARMv7 Linux is supported.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |