X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Ftemplates%2Fat91sam7x-ek_empty%2Fcfg%2Fcfg_tftp.h;fp=boards%2Fat91sam7x-ek%2Ftemplates%2Fat91sam7x-ek_empty%2Fcfg%2Fcfg_tftp.h;h=36cc622c8907a55493408ccc7ac6b53fa5328094;hb=48f658cb2360654d8ae4e17adf660dbea5a9e72e;hp=0000000000000000000000000000000000000000;hpb=78be08e4397b2c98da4b119aad450acab17048d7;p=bertos.git diff --git a/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h b/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h new file mode 100644 index 00000000..36cc622c --- /dev/null +++ b/boards/at91sam7x-ek/templates/at91sam7x-ek_empty/cfg/cfg_tftp.h @@ -0,0 +1,20 @@ +#ifndef CFG_TFTP_H +#define CFG_TFTP_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define TFTP_LOG_LEVEL LOG_LVL_WARN + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define TFTP_LOG_FORMAT LOG_FMT_VERBOSE + +#endif /* CFG_TFTP_H */