aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/port.dox
diff options
context:
space:
mode:
Diffstat (limited to 'ports/MSP430/port.dox')
-rw-r--r--ports/MSP430/port.dox21
1 files changed, 20 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
+*/
+
/**
* @defgroup MSP430 MSP430
* @{
@@ -25,7 +44,7 @@
* - <b>Serving Non-Maskable Interrupt</b>. The MSP430 has several non
* maskable interrupt sources that can be associated to this state.
* - <b>Halted</b>. 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