From 0920c226738488f9568901390702770091f51586 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Tue, 9 Sep 2014 15:30:36 +0100 Subject: [PATCH] docs: add edison to supported platforms. Signed-off-by: Thomas Ingleby Signed-off-by: Brendan Le Foll --- README.md | 1 + docs/edison.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/edison.md diff --git a/README.md b/README.md index 7f1c55f..d9198f2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Supported Boards * [Galileo Gen 1 - Rev D](../master/docs/galileorevd.md) * [Galileo Gen 2 - Rev H](../master/docs/galileorevh.md) +* [Edison](../master/docs/edison.md) Installing on your board ======== diff --git a/docs/edison.md b/docs/edison.md new file mode 100644 index 0000000..3cbe22b --- /dev/null +++ b/docs/edison.md @@ -0,0 +1,13 @@ +Intel Edison {#edison} +============= + +Edison is a dual core Silvermont Atom clocked at 500MHz. The Edison +also features 4GB of storage, 1GB ram and onboard wifi and bluetooth. + +Currently the Arduino breakout board is supported by libmraa. + +The Edison used with the Arduino board has the following limitations +in libmraa: + +- PWM avaible on default swizzler postions. (3,5,6,9) +- SPI exposed is also used for the ADC. Try not to use your own CS. -- 2.7.4