docs: add edison to supported platforms.
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
d43235caf0
commit
0920c22673
@@ -14,6 +14,7 @@ Supported Boards
|
|||||||
|
|
||||||
* [Galileo Gen 1 - Rev D](../master/docs/galileorevd.md)
|
* [Galileo Gen 1 - Rev D](../master/docs/galileorevd.md)
|
||||||
* [Galileo Gen 2 - Rev H](../master/docs/galileorevh.md)
|
* [Galileo Gen 2 - Rev H](../master/docs/galileorevh.md)
|
||||||
|
* [Edison](../master/docs/edison.md)
|
||||||
|
|
||||||
Installing on your board
|
Installing on your board
|
||||||
========
|
========
|
||||||
|
|||||||
13
docs/edison.md
Normal file
13
docs/edison.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user