Virtual file system management.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include "lwipopts.h"
#include <string.h>
#include "fsdata.h"
#include "compiler.h"
#include "excan.h"
#include "jqflot.h"
#include "jquery.h"
#include "style.h"
#include "index.h"
#include "favicon.h"
#include "atmel.h"
Variables | |
static const unsigned char | data_404_html [] |
struct fsdata_file | file_404_html [] = {{file_excan_js, "404.html", data_404_html, sizeof(data_404_html)}} |
struct fsdata_file | file_atmel_png [] = {{NULL, "etc/img/atmel.png", atmel, sizeof(atmel)}} |
Linked list of the virtual file system content. More... | |
struct fsdata_file | file_excan_js [] = {{file_jqflot_js, "etc/js/excan.js", excan, sizeof(excan)}} |
struct fsdata_file | file_favicon_ico [] = {{file_atmel_png, "favicon.ico", favicon, sizeof(favicon)}} |
struct fsdata_file | file_index_html [] = {{file_404_html, "index.html", index_html, sizeof(index_html)}} |
struct fsdata_file | file_jqflot_js [] = {{file_jquery_js, "etc/js/jqflot.js", jqflot, sizeof(jqflot)}} |
struct fsdata_file | file_jquery_js [] = {{file_style_css, "etc/js/jquery.js", jquery, sizeof(jquery)}} |
struct fsdata_file | file_style_css [] = {{file_favicon_ico, "etc/style.css", style, sizeof(style)}} |
|
static |
struct fsdata_file file_404_html[] = {{file_excan_js, "404.html", data_404_html, sizeof(data_404_html)}} |
struct fsdata_file file_atmel_png[] = {{NULL, "etc/img/atmel.png", atmel, sizeof(atmel)}} |
Linked list of the virtual file system content.
struct fsdata_file file_excan_js[] = {{file_jqflot_js, "etc/js/excan.js", excan, sizeof(excan)}} |
struct fsdata_file file_favicon_ico[] = {{file_atmel_png, "favicon.ico", favicon, sizeof(favicon)}} |
struct fsdata_file file_index_html[] = {{file_404_html, "index.html", index_html, sizeof(index_html)}} |
struct fsdata_file file_jqflot_js[] = {{file_jquery_js, "etc/js/jqflot.js", jqflot, sizeof(jqflot)}} |
struct fsdata_file file_jquery_js[] = {{file_style_css, "etc/js/jquery.js", jquery, sizeof(jquery)}} |
struct fsdata_file file_style_css[] = {{file_favicon_ico, "etc/style.css", style, sizeof(style)}} |