aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-17 17:38:41 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-17 17:38:41 +0200
commitbc35c45a9c89c5190a4d4d80f020bc7a9489e9c1 (patch)
tree2eed65d58f4983714e4ab3c6f4592c2e5ab16fb1
parent0fc4d4a134c5ecf830e84e544277fb4dc334eb07 (diff)
downloadakka-serial-bc35c45a9c89c5190a4d4d80f020bc7a9489e9c1.tar.gz
akka-serial-bc35c45a9c89c5190a4d4d80f020bc7a9489e9c1.tar.bz2
akka-serial-bc35c45a9c89c5190a4d4d80f020bc7a9489e9c1.zip
add binary compiled under ARM (hard float ABI)
-rw-r--r--README.md8
-rw-r--r--flow-binaries/linux/arm/libflow.so.2.1bin0 -> 13462 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8c12e9b..46785da 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,10 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
### Currently supported platforms
-| OS (tested on) | Architecture | Notes |
-|-------------------|---------------|--------------------------------------------------------------------|
-| Linux (3.2.0) | x86<br>x86_64 | A user accessing a serial port needs to be in the 'dialout' group. |
-| Mac OS X (10.6.8) | x86_64 | Use /dev/cu* device instead of /dev/tty*. |
+| OS (tested on) | Architecture | Notes |
+|-------------------|----------------------|-----------------------------------------------------------------------|
+| Linux (3.2.0) | x86<br>x86_64<br>arm | A user accessing a serial port may need to be in the 'dialout' group. |
+| Mac OS X (10.6.8) | x86_64 | Use /dev/cu* device instead of /dev/tty*. |
Note: flow may work on older versions of the tested OS kernels.
diff --git a/flow-binaries/linux/arm/libflow.so.2.1 b/flow-binaries/linux/arm/libflow.so.2.1
new file mode 100644
index 0000000..99a2672
--- /dev/null
+++ b/flow-binaries/linux/arm/libflow.so.2.1
Binary files differ