X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Ftemplates%2Fsam3x-ek_empty%2Fcfg%2Fcfg_http.h;fp=boards%2Fsam3x-ek%2Ftemplates%2Fsam3x-ek_empty%2Fcfg%2Fcfg_http.h;h=0aba5f027b3e2680334e6a5ecda382df5f3b4543;hb=0d00055c8a2fdb1cf747b9640082cd3c1b301f13;hp=0000000000000000000000000000000000000000;hpb=059709cc35dbe6cfd47c6b18e1177034a8fccbf6;p=bertos.git diff --git a/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_http.h b/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_http.h new file mode 100644 index 00000000..0aba5f02 --- /dev/null +++ b/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_http.h @@ -0,0 +1,64 @@ +/** + * \file + * + * + * \brief Configuration file for the HTTP module. + * + * \author Daniele Basile + */ + +#ifndef CFG_HTTP_H +#define CFG_HTTP_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define HTTP_LOG_LEVEL LOG_LVL_INFO + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define HTTP_LOG_FORMAT LOG_FMT_VERBOSE + +/** + * Default start page to load + * + * $WIZ$ type = "str" + */ +#define HTTP_DEFAULT_PAGE "index.htm" + +#endif /* CFG_HTTP_H */