>So i bulid one own called test.html made a hex file and added it to
>fsdata.c also i added:
>const struct fsdata_file file_Test_html[] = {{file_Test_html,
>data_control_html, data_control_html + 14, sizeof(data_control_html) -
>14}};
You do not need to do this manually. There is a script file called
makefsdata. This takes all the html files from the fs (file system)
directory and automatically generates the hex file structures for you.
Simply place your html in the correct directory and run makefsdata - then
rebuild your application and your new WEB pages will be included in the
build.
makefsdata is a Linux script, but I run it very successfully from a Win32
host using a Cygwin bash shell.
Regards,
Richard.
http://www.FreeRTOS.orgMessage
Re: FreeRTOS Webserver new Webpage
2005-11-05 by nospam@FreeRTOS.org
Attachments
- No local attachments were found for this message.