X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_keytag.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fcontext_switch%2Fcfg%2Fcfg_keytag.h;h=8bedadf6a3aa3bff618ddf84b2eb2ffd42c5b497;hb=6542f8a6e9ce3289832a90b5f2518e05347b464b;hp=0000000000000000000000000000000000000000;hpb=660d3a3e0f7129ed821a2ba44473254eaea728ce;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_keytag.h b/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_keytag.h new file mode 100644 index 00000000..8bedadf6 --- /dev/null +++ b/boards/ek-lm3s1968/benchmarck/context_switch/cfg/cfg_keytag.h @@ -0,0 +1,61 @@ +/** + * \file + * + * + * \brief Configuration file for keytag module. + * + * \author Daniele Basile + */ + +#ifndef CFG_KEYTAG_H +#define CFG_KEYTAG_H + +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define CONFIG_KEYTAG_LOG_LEVEL LOG_LVL_ERR +/** + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define CONFIG_KEYTAG_LOG_FORMAT LOG_FMT_TERSE + +/** + * Max buffer lenght + * $WIZ$ type = "int" + */ +#define CONFIG_TAG_MAX_LEN 14U + +#endif /* CFG_KEYTAG_H */ +