X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fexamples%2Farduino_aprs%2Fcfg%2Fcfg_eth.h;fp=boards%2Farduino%2Fexamples%2Farduino_aprs%2Fcfg%2Fcfg_eth.h;h=a378808139f88b0605533a591cf4e1467a1b682a;hb=a95be05f030e6e97c3282241763088e781463c6a;hp=0000000000000000000000000000000000000000;hpb=a594e47b7b2d646d20921f6444f9b6dcdae1083d;p=bertos.git diff --git a/boards/arduino/examples/arduino_aprs/cfg/cfg_eth.h b/boards/arduino/examples/arduino_aprs/cfg/cfg_eth.h new file mode 100644 index 00000000..a3788081 --- /dev/null +++ b/boards/arduino/examples/arduino_aprs/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 */