X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fkernel_footprint%2Fcfg%2Fcfg_pocketbus.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fkernel_footprint%2Fcfg%2Fcfg_pocketbus.h;h=0000000000000000000000000000000000000000;hb=5c610c526235fef906506165ef069d88fd0ca210;hp=aa0b090bb1aadaf9d6e65197474c586bdd404465;hpb=b3275d403a59f8c2b042abcb7a6b168e50105061;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/kernel_footprint/cfg/cfg_pocketbus.h b/boards/ek-lm3s1968/benchmarck/kernel_footprint/cfg/cfg_pocketbus.h deleted file mode 100644 index aa0b090b..00000000 --- a/boards/ek-lm3s1968/benchmarck/kernel_footprint/cfg/cfg_pocketbus.h +++ /dev/null @@ -1,71 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for pocketbus module. - * - * \author Daniele Basile - */ - -#ifndef CFG_POCKETBUS_H -#define CFG_POCKETBUS_H - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define POCKETBUS_LOG_LEVEL LOG_LVL_ERR - -/** - * Module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define POCKETBUS_LOG_FORMAT LOG_FMT_TERSE - - -/** - *Buffer len for pockebus protocol. - * $WIZ$ type = "int" - * $WIZ$ min = 2 - */ -#define CONFIG_POCKETBUS_BUFLEN 128 - -/** - * Command replay timeout in milliseconds. - * $WIZ$ type = "int" - */ -#define CONFIG_POCKETBUS_CMD_REPLY_TIMEOUT 50 - -#endif /* CFG_POCKETBUS_H */