aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 12:23:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 12:23:26 +0000
commiteb49256ae9fe038c844bdbab776015863a71632d (patch)
tree1047de4fa80179486cb49de9f8a3840a710bb8df /docs/src
parent47e54f50428812f57c8ed5f25ef184dbe8ccd6c0 (diff)
downloadChibiOS-eb49256ae9fe038c844bdbab776015863a71632d.tar.gz
ChibiOS-eb49256ae9fe038c844bdbab776015863a71632d.tar.bz2
ChibiOS-eb49256ae9fe038c844bdbab776015863a71632d.zip
Added thanks to the documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1924 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/main.dox1
-rw-r--r--docs/src/thanks.dox49
2 files changed, 50 insertions, 0 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index f639682ab..4813e6543 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -59,6 +59,7 @@
* .
* <h2>Related pages</h2>
* - @subpage lic_faq
+ * - @subpage thanks
* - @subpage goals
* - @subpage target
* - @subpage architecture
diff --git a/docs/src/thanks.dox b/docs/src/thanks.dox
new file mode 100644
index 000000000..47d8a1729
--- /dev/null
+++ b/docs/src/thanks.dox
@@ -0,0 +1,49 @@
+/*
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 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/>.
+*/
+
+/**
+ * @page thanks Thanks
+ * @brief Contributors
+ *
+ * I want to thanks to all the people that directly or indirectly contributed
+ * to the project, I beg pardon if someone is missing:
+ * - <b>Adamo Reggiani</b>, working on the Fujitsu port.
+ * - <b>Brian Weaver</b>, STM8 port, STM8 and STM32 testing and improvements.
+ * - <b>Egon Carusi</b>, STM32 port improvements, testing and bug fixes.
+ * - <b>Enrico Cavazza</b>, working on the Fujitsu port and a GUI subsystem.
+ * - <b>Eric Weddington</b>, because his work on WinAVR and helping me sorting
+ * out issues with the ChibiOS/RT license.
+ * - <b>Isidoro Orabona</b>, co-developer of the ChibiOS/RT grandfather back
+ * in 1988, it is a long long story involving a 6502 and a Z80...
+ * - <b>Jacek</b>, Ride7 demo for STM32 Primer.
+ * - <b>Leon Woestenberg</b>, CondVars idea and implementation, documentation
+ * improvements and a lot of other ideas, he also helped with the lwIP port
+ * (he is one of the developers of that project too).
+ * - <b>Leszek Bednarz</b>, H8S and ColdFire ports and drivers.
+ * - <b>Liam Staskawicz</b>, Posix simulator, AT91SAM7x and STM32 related
+ * contributions, many bug fixes and excellent suggestions.
+ * - <b>Michael Fischer</b>, because the work on YAGARTO and the excellent
+ * feedback.
+ * - <b>Riccardo Scanu</b>, another long story, this time involving reverse
+ * engineering and giant robots...
+ * - <b>Vladimir</b>, first tested and fixed the AVR port, I don't know the
+ * surname but he has been the first contributor.
+ * - <b>Walter Goossens</b>, fixes to the LPC21xx support.
+ * .
+ */