X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino-mega%2Fbenchmark%2Farduino-mega_context_switch%2Fcfg%2Fcfg_tftp.h;fp=boards%2Farduino-mega%2Fbenchmark%2Farduino-mega_context_switch%2Fcfg%2Fcfg_tftp.h;h=36cc622c8907a55493408ccc7ac6b53fa5328094;hb=ed914dcd14bb340d61a8bc011ec0cd7a0312ed79;hp=0000000000000000000000000000000000000000;hpb=b331621a7a732110979928bbda776dea9ee52f47;p=bertos.git diff --git a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_tftp.h b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_tftp.h new file mode 100644 index 00000000..36cc622c --- /dev/null +++ b/boards/arduino-mega/benchmark/arduino-mega_context_switch/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 */