summaryrefslogtreecommitdiffstats
path: root/bsp-howto/coding-doxygen-bsp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bsp-howto/coding-doxygen-bsp.rst')
-rw-r--r--bsp-howto/coding-doxygen-bsp.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/bsp-howto/coding-doxygen-bsp.rst b/bsp-howto/coding-doxygen-bsp.rst
index d5ab21e..5f3b46a 100644
--- a/bsp-howto/coding-doxygen-bsp.rst
+++ b/bsp-howto/coding-doxygen-bsp.rst
@@ -138,8 +138,8 @@ by all BSPs of that architecture.
$ ls
acinclude.m4 edb7312 gumstix Makefile.am realview-pbx-a9 stm32f4
configure.ac gba lm3s69xx nds rtl22xx xilinx-zynq
- csb336 gdbarmsim lpc24xx preinstall.am shared
- csb337 gp32 lpc32xx raspberrypi smdk2410
+ csb336 lpc24xx preinstall.am shared csb337 gp32
+ lpc32xx raspberrypi smdk2410
Finally, if we cd into a specific BSP, we see the files and .h's that
compose the package for that particular board. You may recognize the
@@ -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