summaryrefslogtreecommitdiffstats
path: root/bsp-howto/coding-doxygen-bsp.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-12 09:10:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 06:59:24 +0100
commit31199e3a69d2dbd0a8f360e424fd19f3e9ef66ce (patch)
tree8fb1f5f81566afe8c032771ffb3f278656e3e736 /bsp-howto/coding-doxygen-bsp.rst
parenteng: show how to set local default subject-prefix (diff)
downloadrtems-docs-31199e3a69d2dbd0a8f360e424fd19f3e9ef66ce.tar.bz2
Update build system related sections for RTEMS 6
Update sections which contained the word "bsp_specs".
Diffstat (limited to 'bsp-howto/coding-doxygen-bsp.rst')
-rw-r--r--bsp-howto/coding-doxygen-bsp.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/bsp-howto/coding-doxygen-bsp.rst b/bsp-howto/coding-doxygen-bsp.rst
index 59c0e0b..5f3b46a 100644
--- a/bsp-howto/coding-doxygen-bsp.rst
+++ b/bsp-howto/coding-doxygen-bsp.rst
@@ -151,8 +151,8 @@ directories contain implementations of these features.
$ cd raspberrypi
$ ls
- bsp_specs configure.ac include make misc README
- clock console irq Makefile.am preinstall.am startup
+ include misc README clock console irq
+ start
Another way to get an idea of the structure of bsps/ is to navigate
to a directory and execute the "tree -f" command. This outputs a nice
@@ -164,8 +164,7 @@ directory.
$ pwd
~/rtems/bsps/arm/raspberrypi
$ tree -f
- .
- |-- ./bsp_specs
+ .
|-- ./clock
| `-- ./clock/clockdrv.c
|-- ./configure.ac