aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-19 18:45:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-19 18:45:11 +0000
commit3ae01fd47b63b190ee6d7588d8721e8edad3d150 (patch)
treee8b51a08b93806101d3e59edab7a7fa484f716e3 /os/hal/platforms
parentd519ffda2aca7ce92f5f2ad554cdc52a7a7bdfe8 (diff)
downloadChibiOS-3ae01fd47b63b190ee6d7588d8721e8edad3d150.tar.gz
ChibiOS-3ae01fd47b63b190ee6d7588d8721e8edad3d150.tar.bz2
ChibiOS-3ae01fd47b63b190ee6d7588d8721e8edad3d150.zip
ARM7/9 port update, other improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2389 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/LPC214x/vic.c1
-rw-r--r--os/hal/platforms/STM8L/platform.dox1
-rw-r--r--os/hal/platforms/STM8S/platform.dox3
3 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC214x/vic.c b/os/hal/platforms/LPC214x/vic.c
index 97dbf4851..f1b75aa80 100644
--- a/os/hal/platforms/LPC214x/vic.c
+++ b/os/hal/platforms/LPC214x/vic.c
@@ -26,6 +26,7 @@
*/
#include "ch.h"
+#include "hal.h"
/**
* @brief VIC Initialization.
diff --git a/os/hal/platforms/STM8L/platform.dox b/os/hal/platforms/STM8L/platform.dox
index 8646b5978..b1b74251e 100644
--- a/os/hal/platforms/STM8L/platform.dox
+++ b/os/hal/platforms/STM8L/platform.dox
@@ -45,7 +45,6 @@
* @details The STM8L PAL driver uses the GPIO peripherals.
*
* @section stm8l_pal_1 Supported HW resources
- * - AFIO.
* - GPIOA.
* - GPIOB.
* - GPIOC.
diff --git a/os/hal/platforms/STM8S/platform.dox b/os/hal/platforms/STM8S/platform.dox
index 2bf6f73a3..d05bb4af6 100644
--- a/os/hal/platforms/STM8S/platform.dox
+++ b/os/hal/platforms/STM8S/platform.dox
@@ -18,7 +18,7 @@
*/
/**
- * @defgroup STM8S STM8Sx Drivers
+ * @defgroup STM8S STM8S Drivers
* @details This section describes all the supported drivers on the STM8S
* platform and the implementation details of the single drivers.
*
@@ -44,7 +44,6 @@
* @details The STM8S PAL driver uses the GPIO peripherals.
*
* @section stm8s_pal_1 Supported HW resources
- * - AFIO.
* - GPIOA.
* - GPIOB.
* - GPIOC.