doc: fix wiki board references in non .rst files
Some README files referenced wiki articles that have been moved to the doc area on the website. Fixes #668 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
72e73b2bd6
commit
eeed8ce179
6 changed files with 12 additions and 11 deletions
|
@ -103,5 +103,5 @@ References
|
|||
==========
|
||||
|
||||
[1] https://www.zephyrproject.org/doc/getting_started/getting_started.html
|
||||
[2] https://wiki.zephyrproject.org/view/Galileo_Gen1_Gen2
|
||||
[2] https://www.zephyrproject.org/doc/boards/x86/galileo/doc/galileo.html
|
||||
[3] https://tls.mbed.org/
|
||||
|
|
|
@ -17,8 +17,8 @@ trying to access the device in the background.
|
|||
|
||||
Building and Running Project:
|
||||
|
||||
Refer to https://wiki.zephyrproject.org/view/Arduino_101 for details on flashing
|
||||
the image into an Arduno 101.
|
||||
Refer to https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html
|
||||
for details on flashing the image into an Arduno 101.
|
||||
|
||||
|
||||
Sample Output:
|
||||
|
|
|
@ -21,8 +21,8 @@ The RAM Disk config should run out of the box.
|
|||
|
||||
Building and Running Project:
|
||||
|
||||
Refer to https://wiki.zephyrproject.org/view/Arduino_101 for details on flashing
|
||||
the image into an Arduino 101.
|
||||
Refer to https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html
|
||||
for details on flashing the image into an Arduino 101.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -80,4 +80,4 @@ Sample Output (differs based on debug verbosity selected):
|
|||
[general] [DBG] mass_storage_bulk_in: < BI - SEND_CSW
|
||||
[general] [DBG] mass_storage_bulk_in: < BI - WAIT_CSW
|
||||
[general] [DBG] mass_storage_bulk_out: > BO - READ_CBW
|
||||
[general] [DBG] CBWDecode: >> TUR
|
||||
[general] [DBG] CBWDecode: >> TUR
|
||||
|
|
|
@ -29,8 +29,9 @@ real usecase, implement applications based on the WebUSB API.
|
|||
Building and flashing:
|
||||
----------------------
|
||||
|
||||
Refer to https://wiki.zephyrproject.org/view/Arduino_101 for details on
|
||||
building and flashing the image into an Arduino 101.
|
||||
Refer to
|
||||
https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html
|
||||
for details on building and flashing the image into an Arduino 101.
|
||||
|
||||
Testing with latest Google Chrome on host
|
||||
-----------------------------------------
|
||||
|
|
|
@ -40,7 +40,7 @@ to control tester application.
|
|||
Building and running on Arduino 101:
|
||||
|
||||
Arduino 101 is equipped with Nordic nRF51 Bluetooth LE controller.
|
||||
Please refer to the Zephyr Project wikis [1] to see how to build and flash the
|
||||
Please refer to the Zephyr Project docs [1] to see how to build and flash the
|
||||
controller with the HCI Bluetooth LE firmware.
|
||||
|
||||
Next, build and flash tester application:
|
||||
|
@ -55,4 +55,4 @@ USB port.
|
|||
Use serial client, e.g. PUTTY to communicate over the serial port
|
||||
(typically /dev/ttyUSBx) with the tester using BTP.
|
||||
|
||||
[1] https://wiki.zephyrproject.org/view/Arduino_101#Bluetooth_firmware_for_the_Arduino_101
|
||||
[1] https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html#flashing-the-bluetooth-core
|
||||
|
|
|
@ -23,7 +23,7 @@ Build and Run
|
|||
sudo dfu-util -a x86_app -D outdir/arduino_101/zephyr.bin
|
||||
|
||||
For more information about this board, see:
|
||||
https://wiki.zephyrproject.org/view/Arduino_101
|
||||
https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html
|
||||
|
||||
* NXP Freedom-K64F (frdm-k64f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue