changed some comments and SVN properties

This commit is contained in:
Ronald Schaten 2008-11-03 08:00:45 +00:00
parent 5f6e445322
commit bb7c51c60a
10 changed files with 14 additions and 14 deletions

View File

@ -23,7 +23,7 @@
* these macros are defined, the boot loader usees them.
*
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: bootloaderconfig.h,v 1.1 2008/07/09 20:47:11 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/

View File

@ -5,7 +5,7 @@
# Tabsize: 4
# Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt)
# This Revision: $Id: Makefile,v 1.1 2008/07/09 20:47:12 rschaten Exp $
# This Revision: $Id$
AVRDUDE = avrdude -p atmega32 -c usbasp

2
firmware/checksize Normal file → Executable file
View File

@ -5,7 +5,7 @@
# Creation Date: 2004-12-29
# Tabsize: 4
# Copyright: (c) 2005 OBJECTIVE DEVELOPMENT Software GmbH.
# Revision: $Id: checksize,v 1.1 2008/07/09 20:47:12 rschaten Exp $
# Revision: $Id$
error=0
codelimit=32768

View File

@ -6,7 +6,7 @@
* See usb.org's HID-usage-tables document, chapter 10 Keyboard/Keypad Page for
* more codes: http://www.usb.org/developers/devclass_docs/Hut1_12.pdf
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: keycodes.h,v 1.1 2008/07/09 20:47:12 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/

View File

@ -2,7 +2,7 @@
* \file firmware/main.c
* \brief Main functions for USB-keyboard
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: main.c,v 1.6 2008/07/15 05:16:41 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/

View File

@ -2,7 +2,7 @@
* \file firmware/modelibmmodelm.c
* \brief Hardware specific part for IBM Model M keyboard
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: main.c,v 1.6 2008/07/15 05:16:41 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/

View File

@ -1,8 +1,8 @@
/**
* \file firmware/modelibmmodelm.c
* \brief Hardware specific part for IBM Model M keyboard
* \file firmware/modelinterface.h
* \brief Interface for hardware specific functions
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: main.c,v 1.6 2008/07/15 05:16:41 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/

View File

@ -1,8 +1,8 @@
/**
* \file firmware/modelsuntype5.c
* \brief Hardware specific part for IBM Model M keyboard
* \brief Hardware specific part for Sun Type 5 keyboard
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: main.c,v 1.6 2008/07/15 05:16:41 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/

View File

@ -1,10 +1,10 @@
/**
* \file tools.h
* \brief TODO
* \brief Function headers and information that is needed in several places
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id$
*
* License: TODO
* License: GNU GPL v2 (see License.txt)
*/
#define LED_NUM 0x01 ///< num LED on a boot-protocol keyboard

View File

@ -8,7 +8,7 @@
* It contains parts of the USB driver which can be configured and can or must
* be adapted to your hardware.
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id: usbconfig.h,v 1.1 2008/07/09 20:47:12 rschaten Exp $
* \version $Id$
*
* License: GNU GPL v2 (see License.txt)
*/