Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit 7bb2105

Browse files
committed
Fix doc crosslinking and couple of typos
1 parent 6e4535d commit 7bb2105

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

doc/sphinx/source/examples/ti-tm4c123g-launchpad-blink.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _theCore_TM4C_Blinky:
2+
13
TI TM4C123G LaunchPad blinky
24
----------------------------
35

doc/sphinx/source/examples/ti-tm4c123g-sdcard-fatfs-sdspi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Target JSON config for the TM4C FATFS example
9898

9999
For your reference, the JSON configuration for this example is displayed below:
100100

101-
.. literalinclude:: ../../../../examples/tm4c_led/tm4c_led.json
101+
.. literalinclude:: ../../../../examples/tm4c_fatfs/target.json
102102

103103
.. _UniFlash: http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash
104104

doc/sphinx/source/guides/running-openocd-without-sudo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add following lines to your ``/etc/nixos/configuration.nix``:
1515
1616
{
1717
users.extraGroups.plugdev = { };
18-
users.extraUsers.rasen.extraGroups = [ "plugdev" "dialout" ];
18+
users.extraUsers.<username>.extraGroups = [ "plugdev" "dialout" ];
1919
2020
services.udev.packages = [ pkgs.openocd ];
2121
}

doc/sphinx/source/platform/ti-tivac-tm4c123g.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Available examples
5050
~~~~~~~~~~~~~~~~~~
5151

5252
* :ref:`theCore_TM4C_FATFS_SDSPI`
53+
* :ref:`theCore_TM4C_Blinky`
5354

5455
Periphery overview
5556
~~~~~~~~~~~~~~~~~~

examples/tm4c_fatfs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# theCore _TM4C FATFS/SDSPI_ example
2+
3+
This example description and documentation is located in [theCore website](https://forgge.github.io/theCore/examples/ti-tm4c123g-sdcard-fatfs-sdspi.html)

0 commit comments

Comments
 (0)