diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-23 08:11:23 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-23 08:11:23 +0000 |
commit | 4ec82f62c18894d92bafc6c6f98784650106373d (patch) | |
tree | a0cec5585dff0434608241c373b9ad30af5ae869 /docs | |
parent | c877f5bfcc5301b441c9b13e8c32d83e9df04f37 (diff) | |
parent | 2a494cb534dbe3535a9bf4c61dfbc8b6c9e750be (diff) | |
download | ChibiOS-4ec82f62c18894d92bafc6c6f98784650106373d.tar.gz ChibiOS-4ec82f62c18894d92bafc6c6f98784650106373d.tar.bz2 ChibiOS-4ec82f62c18894d92bafc6c6f98784650106373d.zip |
I2C. 1 - Merge code from trunk. 2 - Fix driver problems detected by the CH_DBG_SYSTEM_STATE_CHECK
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3249 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile_chm | 6 | ||||
-rw-r--r-- | docs/Doxyfile_html | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/Doxyfile_chm b/docs/Doxyfile_chm index 085a4d06a..7bd911db7 100644 --- a/docs/Doxyfile_chm +++ b/docs/Doxyfile_chm @@ -658,11 +658,13 @@ INPUT = ../docs/src \ ../os/ports/GCC/AVR \
../os/ports/GCC/MSP430 \
../os/ports/IAR/ARMCMx \
- ../os/ports/IAR/ARMCMx/STM32 \
+ ../os/ports/IAR/ARMCMx/STM32F1xx \
+ ../os/ports/IAR/ARMCMx/STM32L1xx \
../os/ports/IAR/ARMCMx/LPC11xx \
../os/ports/IAR/ARMCMx/LPC13xx \
../os/ports/RVCT/ARMCMx \
- ../os/ports/RVCT/ARMCMx/STM32 \
+ ../os/ports/RVCT/ARMCMx/STM32F1xx \
+ ../os/ports/RVCT/ARMCMx/STM32L1xx \
../os/ports/RVCT/ARMCMx/LPC11xx \
../os/ports/RVCT/ARMCMx/LPC13xx \
../os/ports/cosmic/STM8 \
diff --git a/docs/Doxyfile_html b/docs/Doxyfile_html index 7e85cd9ed..73981e6dd 100644 --- a/docs/Doxyfile_html +++ b/docs/Doxyfile_html @@ -658,11 +658,13 @@ INPUT = ../docs/src \ ../os/ports/GCC/AVR \
../os/ports/GCC/MSP430 \
../os/ports/IAR/ARMCMx \
- ../os/ports/IAR/ARMCMx/STM32 \
+ ../os/ports/IAR/ARMCMx/STM32F1xx \
+ ../os/ports/IAR/ARMCMx/STM32L1xx \
../os/ports/IAR/ARMCMx/LPC11xx \
../os/ports/IAR/ARMCMx/LPC13xx \
../os/ports/RVCT/ARMCMx \
- ../os/ports/RVCT/ARMCMx/STM32 \
+ ../os/ports/RVCT/ARMCMx/STM32F1xx \
+ ../os/ports/RVCT/ARMCMx/STM32L1xx \
../os/ports/RVCT/ARMCMx/LPC11xx \
../os/ports/RVCT/ARMCMx/LPC13xx \
../os/ports/cosmic/STM8 \
|