diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2017-09-23 10:42:07 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2017-09-23 10:42:07 +0000 |
commit | 9bc7aac84481cb6811e5dee0f76b827500136cb6 (patch) | |
tree | 9770bca3dd6676312bcdc46abe0eb211b9eaa53e /os/ex/dox/main.dox | |
parent | c0949745e19dc0012f550e961d36ce0df34ff805 (diff) | |
download | ChibiOS-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 'os/ex/dox/main.dox')
-rw-r--r-- | os/ex/dox/main.dox | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/os/ex/dox/main.dox b/os/ex/dox/main.dox index dbb73d7b4..45b6b96cf 100644 --- a/os/ex/dox/main.dox +++ b/os/ex/dox/main.dox @@ -27,9 +27,17 @@ * @section ex_complex_drivers_architecture EX Complex Drivers Architecture
* Each EX driver can be considered as a standalone Complex Device Driver. For
* ease of use these drivers are grouped by vendor:
- * - Micron Technology Peripherals
- * - STMicroelectronics Peripherals
+ * - Bosch Devices
+ * - Micron Technology Devices
+ * - STMicroelectronics Devices
* .
+ *
+ * @section bosch_devices Bosch Devices
+ * This section contains all the drivers of devices produced by Bosch.
+ * Devices currently supported are MEMS and are:
+ * - @b BMP085: Digital pressure sensor;
+ * .
+ *
* @section micron_devices Micron Technology Devices
* This section contains all the drivers of devices produced by
* Micron Technology. Devices currently supported are FLASH and are:
@@ -50,6 +58,13 @@ * .
*/
+ /**
+ * @defgroup EX_BOSCH Bosch Devices
+ * @brief Bosch Devices.
+ *
+ * @ingroup EX
+ */
+
/**
* @defgroup EX_MICRON Micron Technology Devices
* @brief Micron Technology Devices.
|