This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
reprapfirmware-dc42/SD-image/www
Adrian Bowyer 5707cc1eea Fixed the file listing bug. Either in the RepRap code, or somewhere in the SD file code, the #define for _USE_LFN is defined as fals for RepRap, true in the library file ff.c. The result is that ff.c tried to write long
file names into a structure created in RepRap that was too short for them.  Result - buffer overflow misery.  For the moment I've commented out the bit of code in ff.c that handles long names (look for the string ******), but this needs to be tracked down and dealt with properly.
2013-10-29 15:42:40 +00:00
..
favicon.ico project into Eclipse. 2013-08-05 12:19:54 +01:00
html404.htm More sensible file structure on the SD card. 2013-02-23 15:15:53 +00:00
jquery-l.js project into Eclipse. 2013-08-05 12:19:54 +01:00
jquery.js project into Eclipse. 2013-08-05 12:19:54 +01:00
jquery.zip project into Eclipse. 2013-08-05 12:19:54 +01:00
knockout.js project into Eclipse. 2013-08-05 12:19:54 +01:00
knockout.zip project into Eclipse. 2013-08-05 12:19:54 +01:00
logo.png More sensible file structure on the SD card. 2013-02-23 15:15:53 +00:00
reprap.htm Fixed the file listing bug. Either in the RepRap code, or somewhere in the SD file code, the #define for _USE_LFN is defined as fals for RepRap, true in the library file ff.c. The result is that ff.c tried to write long 2013-10-29 15:42:40 +00:00