doc/boards: updates arduino_due for supported features...

... and adds a note about terminal and flashing.

Change-Id: I9b3fe9a8e9993ee68612d177aa4163fcf15e912d
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2016-02-04 09:38:14 -08:00 committed by Anas Nashif
commit 9d727d8bdb

View file

@ -36,11 +36,19 @@ hardware features:
+--------------+------------+----------------------+ +--------------+------------+----------------------+
| UART | on-chip | serial port | | UART | on-chip | serial port |
+--------------+------------+----------------------+ +--------------+------------+----------------------+
| GPIO | on-chip | gpio |
+--------------+------------+----------------------+
| I2C | on-chip | i2c |
+--------------+------------+----------------------+
Other hardware features are not currently supported by the Zephyr kernel. Other hardware features are not currently supported by the Zephyr kernel.
See `Arduino Due website`_ and `Atmel SAM3X8E Datasheet`_ for a complete See `Arduino Due website`_ and `Atmel SAM3X8E Datasheet`_ for a complete
list of Arduino Due board hardware features. list of Arduino Due board hardware features.
.. note::
For I2C, pull-up resistors are required for using SCL1 and SDA1
(near IO13).
Interrupt Controller Interrupt Controller
==================== ====================
@ -146,6 +154,9 @@ be found in :file:`$ZEPHYR_BASE/samples/nanokernel/apps/hello_world`.
# Press the Reset button and you should see "Hello World!" in your terminal. # Press the Reset button and you should see "Hello World!" in your terminal.
.. note::
Make sure your terminal program is closed before flashing the binary image,
or it will interfere with the flashing process.
References References
========== ==========