summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-31 18:09:39 +0100
committerDamien George <damien.p.george@gmail.com>2014-03-31 18:09:39 +0100
commita8dda295c4452dab4c36ad873a4a1a992498399c (patch)
tree3f7e7f64d3b5783bbdef711e0c569748ca7492f6
parent30a5f853ddcd29d5ffbffa9f163055d3aab7fb5b (diff)
downloadmicropython-a8dda295c4452dab4c36ad873a4a1a992498399c.tar.gz
micropython-a8dda295c4452dab4c36ad873a4a1a992498399c.zip
Fix part->port in README.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ca44e75fd..411d274a4c 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ You will also need bash and python (2.7 or 3.3) for the stm port.
The Unix version
----------------
-The "unix" part requires a standard Unix environment with gcc and GNU make.
+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). ARM to
be confirmed. Porting to other architectures require writing some assembly
code for the exception handling.
@@ -59,7 +59,7 @@ module (recommended, enable in unix/mpconfigport.mk), libffi-dev is required.
The STM version
---------------
-The "stmhal" part requires an ARM compiler, arm-none-eabi-gcc, and associated
+The "stmhal" port requires an ARM compiler, arm-none-eabi-gcc, and associated
bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils and
arm-none-eabi-gcc packages from the AUR. Otherwise, try here:
https://launchpad.net/gcc-arm-embedded