X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_context_switch.h;fp=boards%2Fek-lpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_context_switch.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=0538692987b453ad3e4b3deb519471dffa6c0906;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_context_switch.h b/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_context_switch.h deleted file mode 100644 index 05386929..00000000 --- a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_context_switch.h +++ /dev/null @@ -1,69 +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" - */ -#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 */