X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_usbkbd.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_usbkbd.h;h=0000000000000000000000000000000000000000;hb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;hp=5b6fb65ac7f348b4fe3c28859b669863212b2bb2;hpb=aea9d17572b7fa5f8e05aae6639a3deff4f79aaf;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_usbkbd.h b/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_usbkbd.h deleted file mode 100644 index 5b6fb65a..00000000 --- a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_usbkbd.h +++ /dev/null @@ -1,78 +0,0 @@ -/** - * \file - * - * - * \author Andrea Righi - * - * \brief Configuration file for the usbkbd driver module - */ - -#ifndef CFG_USBKBD_H -#define CFG_USBKBD_H - -/** - * Enable the usbkbd module. - * - * $WIZ$ type = "autoenabled" - */ -#define CONFIG_USBKBD 0 - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define USB_KEYBOARD_LOG_LEVEL LOG_LVL_INFO - -/** - * module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define USB_KEYBOARD_LOG_FORMAT LOG_FMT_TERSE - -/** - * USB vendor ID (please change this in your project, using a valid ID number!). - * - * $WIZ$ type = "hex" - */ -#define USB_KEYBOARD_VENDOR_ID 0x046d - -/** - * USB product ID (please change this in your project, using a valid ID number!). - * - * $WIZ$ type = "hex" - */ -#define USB_KEYBOARD_PRODUCT_ID 0xffff - -#endif /* CFG_USB_KEYBOARD_H */