aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2017-09-23 10:42:07 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2017-09-23 10:42:07 +0000
commit9bc7aac84481cb6811e5dee0f76b827500136cb6 (patch)
tree9770bca3dd6676312bcdc46abe0eb211b9eaa53e /doc
parentc0949745e19dc0012f550e961d36ce0df34ff805 (diff)
downloadChibiOS-9bc7aac84481cb6811e5dee0f76b827500136cb6.tar.gz
ChibiOS-9bc7aac84481cb6811e5dee0f76b827500136cb6.tar.bz2
ChibiOS-9bc7aac84481cb6811e5dee0f76b827500136cb6.zip
Aligned documentation of BMP085
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10686 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/ex/Doxyfile_chm1
-rw-r--r--doc/ex/Doxyfile_html1
-rw-r--r--doc/ex/src/main.dox3
3 files changed, 5 insertions, 0 deletions
diff --git a/doc/ex/Doxyfile_chm b/doc/ex/Doxyfile_chm
index e687474d0..0ad493e88 100644
--- a/doc/ex/Doxyfile_chm
+++ b/doc/ex/Doxyfile_chm
@@ -799,6 +799,7 @@ WARN_LOGFILE =
INPUT = ./src \
../../os/ex/dox \
+ ../../os/ex/Bosch \
../../os/ex/ST \
../../os/ex/Micron \
../../os/hal/lib/peripherals/sensors \
diff --git a/doc/ex/Doxyfile_html b/doc/ex/Doxyfile_html
index 703b95400..7866d42bf 100644
--- a/doc/ex/Doxyfile_html
+++ b/doc/ex/Doxyfile_html
@@ -799,6 +799,7 @@ WARN_LOGFILE =
INPUT = ./src \
../../os/ex/dox \
+ ../../os/ex/Bosch \
../../os/ex/ST \
../../os/ex/Micron \
../../os/hal/lib/peripherals/sensors \
diff --git a/doc/ex/src/main.dox b/doc/ex/src/main.dox
index fac2d62e7..b32dce1b8 100644
--- a/doc/ex/src/main.dox
+++ b/doc/ex/src/main.dox
@@ -21,6 +21,7 @@
* @mainpage Introduction
* @author Giovanni Di Sirio (gdisirio@users.sourceforge.net).
* @author Rocco Marco Guglielmi (guglielmir@playembedded.org).
+ * @author Theodore Ateba (tf.ateba@gmail.com).
*
* <h2>Features</h2>
* - EXternal devices (EX) supporting numerous devices external to the MCU
@@ -39,4 +40,6 @@
* - @b LSM303DLHC: Ultra compact high performance e-compass;
* - Currently Micron Technology supported devices are:
* - @b M25Q: Serial NOR Flash;
+ * - Currently Bosch supported devices are:
+ * - @b BMP085: Digital pressure sensor;
*/