diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-21 07:24:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-21 07:24:53 +0000 |
commit | 157b6f9695e7f72f2d54b231c19cb4045710ed01 (patch) | |
tree | a856d81bf5f173c207510fdeb7367e218f12b3db /testhal/STM32 | |
parent | a90a90ffcf0f90b2a4b6c24dc5a60e72652549f1 (diff) | |
download | ChibiOS-157b6f9695e7f72f2d54b231c19cb4045710ed01.tar.gz ChibiOS-157b6f9695e7f72f2d54b231c19cb4045710ed01.tar.bz2 ChibiOS-157b6f9695e7f72f2d54b231c19cb4045710ed01.zip |
Updated license dates.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1646 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/ch.ld | 2 | ||||
-rw-r--r-- | testhal/STM32/chconf.h | 4 | ||||
-rw-r--r-- | testhal/STM32/halconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32/main.c | 4 | ||||
-rw-r--r-- | testhal/STM32/mcuconf.h | 6 | ||||
-rw-r--r-- | testhal/STM32/settings.c | 4 | ||||
-rw-r--r-- | testhal/STM32/settings.h | 2 |
7 files changed, 16 insertions, 16 deletions
diff --git a/testhal/STM32/ch.ld b/testhal/STM32/ch.ld index 22d5546a1..1405765cd 100644 --- a/testhal/STM32/ch.ld +++ b/testhal/STM32/ch.ld @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/testhal/STM32/chconf.h b/testhal/STM32/chconf.h index d0d7e7d41..300a85579 100644 --- a/testhal/STM32/chconf.h +++ b/testhal/STM32/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -396,7 +396,7 @@ * @brief Debug option, stacks initialization.
* @details If enabled then the threads working area is filled with a byte
* value when a thread is created. This can be useful for the
- * runtime measurement of the used stack. + * runtime measurement of the used stack.
*
* @note The default is @p FALSE.
*/
diff --git a/testhal/STM32/halconf.h b/testhal/STM32/halconf.h index 4f62161a7..b5b6b1b44 100644 --- a/testhal/STM32/halconf.h +++ b/testhal/STM32/halconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -27,7 +27,7 @@ /*
* HAL configuration file, this file allows to enable or disable the various
* device drivers from your application. You may also use this file in order
- * to override the device drivers default settings. + * to override the device drivers default settings.
*/
#ifndef _HALCONF_H_
@@ -36,7 +36,7 @@ /*
* Uncomment the following line in order to include a mcu-related
* settings file. This file can be used to include platform specific
- * header files or to override the low level drivers settings. + * header files or to override the low level drivers settings.
*/
#include "mcuconf.h"
@@ -45,7 +45,7 @@ /*===========================================================================*/
/**
- * @brief Enables the PAL subsystem. + * @brief Enables the PAL subsystem.
*/
#if !defined(CH_HAL_USE_PAL) || defined(__DOXYGEN__)
#define CH_HAL_USE_PAL TRUE
@@ -124,7 +124,7 @@ #endif
/*
- * Default SPI settings overrides (uncomment to override). + * Default SPI settings overrides (uncomment to override).
*/
/*#define SPI_USE_MUTUAL_EXCLUSION TRUE*/
diff --git a/testhal/STM32/main.c b/testhal/STM32/main.c index 3298ea770..70238d7ca 100644 --- a/testhal/STM32/main.c +++ b/testhal/STM32/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -122,7 +122,7 @@ static uint8_t rxbuf[512]; static Thread *spitp;
/*
- * Maximum speed SPI continuous loopback thread. + * Maximum speed SPI continuous loopback thread.
*/
static WORKING_AREA(spi_loopback_wa, 256);
static msg_t spi_loopback_thread(void *p){
diff --git a/testhal/STM32/mcuconf.h b/testhal/STM32/mcuconf.h index 568dffb11..71699aa30 100644 --- a/testhal/STM32/mcuconf.h +++ b/testhal/STM32/mcuconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -31,11 +31,11 @@ * 0x20...0x00 Fast interrupts, can preempt the kernel but cannot use it.
*
* DMA priorities:
- * 0...3 Lowest...Highest. + * 0...3 Lowest...Highest.
*/
/*
- * ADC driver system settings. + * ADC driver system settings.
*/
#define USE_STM32_ADC1 TRUE
#define STM32_ADC1_DMA_PRIORITY 3
diff --git a/testhal/STM32/settings.c b/testhal/STM32/settings.c index 41bfda191..8ba33c1f8 100644 --- a/testhal/STM32/settings.c +++ b/testhal/STM32/settings.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -54,7 +54,7 @@ const ADCConversionGroup adcgrpcfg = { /*
* Internal loopback mode, 500KBaud, automatic wakeup, automatic recover
* from abort mode.
- * See section 22.7.7 on the STM32 reference manual. + * See section 22.7.7 on the STM32 reference manual.
*/
const CANConfig cancfg = {
CAN_MCR_ABOM | CAN_MCR_AWUM | CAN_MCR_TXFP,
diff --git a/testhal/STM32/settings.h b/testhal/STM32/settings.h index 14981eae4..6aa2c08ff 100644 --- a/testhal/STM32/settings.h +++ b/testhal/STM32/settings.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
|