X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=bertos%2Fcfg%2Fcfg_eth.h;fp=bertos%2Fcfg%2Fcfg_eth.h;h=a378808139f88b0605533a591cf4e1467a1b682a;hb=452ed69b6c095a55be5ea290518b2b23e71526cc;hp=0000000000000000000000000000000000000000;hpb=02da7e0db83863a2efe15b490c7713ffe0526aeb;p=bertos.git diff --git a/bertos/cfg/cfg_eth.h b/bertos/cfg/cfg_eth.h new file mode 100644 index 00000000..a3788081 --- /dev/null +++ b/bertos/cfg/cfg_eth.h @@ -0,0 +1,57 @@ +/** + * \file + * + * + * \author Andrea Righi + * + * \brief Configuration file for the generic ethernet driver module + */ + +#ifndef CFG_ETH_H +#define CFG_ETH_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define ETH_LOG_LEVEL LOG_LVL_WARN + +/** + * module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define ETH_LOG_FORMAT LOG_FMT_TERSE + +#endif /* CFG_ETH_H */