From 13443065477a80191ea600bb032dccd3ea02e21e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 18 Apr 2009 10:36:21 +0000 Subject: [PATCH] Fixed bug 2772160. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@912 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7-AT91SAM7X/port.dox | 19 +++++++++++++++++++ ports/ARM7-LPC214x/port.dox | 19 +++++++++++++++++++ ports/ARM7/port.dox | 21 ++++++++++++++++++++- ports/ARMCM3-STM32F103/port.dox | 19 +++++++++++++++++++ ports/ARMCM3/port.dox | 19 +++++++++++++++++++ ports/AVR/port.dox | 21 ++++++++++++++++++++- ports/MSP430/port.dox | 21 ++++++++++++++++++++- 7 files changed, 136 insertions(+), 3 deletions(-) diff --git a/ports/ARM7-AT91SAM7X/port.dox b/ports/ARM7-AT91SAM7X/port.dox index 4fe7d3ccb..2b48a7e75 100644 --- a/ports/ARM7-AT91SAM7X/port.dox +++ b/ports/ARM7-AT91SAM7X/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup AT91SAM7X AT91SAM7X Support * @{ diff --git a/ports/ARM7-LPC214x/port.dox b/ports/ARM7-LPC214x/port.dox index efffe45c0..ad567b2ae 100644 --- a/ports/ARM7-LPC214x/port.dox +++ b/ports/ARM7-LPC214x/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup LPC214x LPC214x Support * @{ diff --git a/ports/ARM7/port.dox b/ports/ARM7/port.dox index f73b85875..56b076da9 100644 --- a/ports/ARM7/port.dox +++ b/ports/ARM7/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup ARM7 ARM7TDMI * @{ @@ -51,7 +70,7 @@ * - Halted. Implemented as an infinite loop after disabling both IRQ * and FIQ sources. The ARM state is whatever the processor was running when * @p chSysHalt() was invoked. - * + * * @section ARM7_NOTES The ARM7 port notes * The ARM7 port makes some assumptions on the application code organization: * - The @p main() function is invoked in system mode. diff --git a/ports/ARMCM3-STM32F103/port.dox b/ports/ARMCM3-STM32F103/port.dox index 991a7c7cb..5c60dd188 100644 --- a/ports/ARMCM3-STM32F103/port.dox +++ b/ports/ARMCM3-STM32F103/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup STM32F103 STM32F103 Support * @{ diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index e22ea3b80..d01389ca1 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup ARMCM3 ARM Cortex-M3 * @{ diff --git a/ports/AVR/port.dox b/ports/AVR/port.dox index 8634db686..01fe86742 100644 --- a/ports/AVR/port.dox +++ b/ports/AVR/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup AVR MegaAVR * @{ @@ -25,7 +44,7 @@ * - Serving Fast Interrupt. Not present in this architecture. * - Serving Non-Maskable Interrupt. Not present in this architecture. * - Halted. Implemented as an infinite loop with interrupts disabled. - * + * * @section AVR_NOTES The AVR port notes * - The AVR does not have a dedicated interrupt stack, make sure to reserve * enough stack space for interrupts in each thread stack. This can be done diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index cf6fdd498..8ea8efcda 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -1,3 +1,22 @@ +/* + ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio. + + This file is part of ChibiOS/RT. + + ChibiOS/RT is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + ChibiOS/RT is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + /** * @defgroup MSP430 MSP430 * @{ @@ -25,7 +44,7 @@ * - Serving Non-Maskable Interrupt. The MSP430 has several non * maskable interrupt sources that can be associated to this state. * - Halted. Implemented as an infinite loop with interrupts disabled. - * + * * @section MSP430_NOTES The MSP430 port notes * - The MSP430 does not have a dedicated interrupt stack, make sure to reserve * enough stack space for interrupts in each thread stack. This can be done