X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_context_switch.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Ftcp_server%2Fcfg%2Fcfg_context_switch.h;h=0000000000000000000000000000000000000000;hb=68cde3a340e6684e7f43bb2889d8625f8a4608a4;hp=fe0b4f8725be942d45765855b721802b213f5185;hpb=aea9d17572b7fa5f8e05aae6639a3deff4f79aaf;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_context_switch.h b/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_context_switch.h deleted file mode 100644 index fe0b4f87..00000000 --- a/boards/at91sam7x-ek/examples/tcp_server/cfg/cfg_context_switch.h +++ /dev/null @@ -1,71 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for the context switch benchmark. - * - * \author Daniele Basile - */ - -#ifndef CFG_CONTEXT_SWITCH_H -#define CFG_CONTEXT_SWITCH_H - -/** - * Use hp timer for the bechmark. - * - * $WIZ$ type = "boolean" - * $WIZ$ module= "boolean" - * $WIZ$ conditional_deps = "ser" - */ -#define CONFIG_USE_HP_TIMER 1 - - -/** - * Use board led for benchmark. - * - * $WIZ$ type = "boolean" - */ -#define CONFIG_USE_LED 1 - - -/** - * Debug console port. - * $WIZ$ type = "int"; min = 0 - */ -#define CONFIG_CTX_DEBUG_PORT 0 - -/** - * Baudrate for the debug console. - * $WIZ$ type = "int"; min = 300 - */ -#define CONFIG_CTX_DEBUG_BAUDRATE 115200UL - -#endif /* CFG_CONTEXT_SWITCH_H */