Commit graph

14 commits

Author SHA1 Message Date
Jacek Galowicz
4ba3077534 Added the LWIP_CHECKSUM_ON_COPY bit to the LwIP configuration document 2012-09-16 11:01:57 +02:00
Jacek Galowicz
6a346412fe Updated the documentation's configuration file section: Added some
knowledge about special configuration #defines
2012-09-16 10:59:20 +02:00
Jacek Galowicz
e267fc31c6 Documentation of the configuration and compiling process was updated to
our switch to the newer GCC.
2012-09-16 10:58:37 +02:00
Jacek Galowicz
459ceaa42d Documented which benchmarks/apps are shipped with MetalSVM and what they
do/how to configure them.
2012-09-15 18:21:13 +02:00
Jacek Galowicz
eebc3878ff The git clone path within the documentation is wrong.
Using gitosis, it looks like the following: gitosis@host:repo.git
Using the git protocol, it looks rather like this: git://host/repo.git
2012-08-11 12:26:21 +02:00
Stefan Lankes
5faab70a04 remove wrong statement 2012-08-08 10:04:27 +02:00
Jacek Galowicz
c7c58b9a30 Updated Doxygen config and texts. 2012-07-02 12:40:08 +02:00
Jacek Galowicz
17da526f10 Added cross compiler and stack protector variable to Makefile
If using another tool chain to compile everything, like on the Intel SCC
or OS X, there is only one variable in the Makefile to change the cross compiler prefix.
Furthermore, there is another variable to remove the -fno-stack-protector setting, which is important for compiling on the SCC.

Adapted the documentation to this, too.
2011-11-19 12:21:45 +01:00
Jacek Galowicz
79df8dc737 Wrote a task starting tutorial article for the documentation. 2011-11-09 16:37:31 +01:00
Jacek Galowicz
75263f85d6 Template-fix
Fixed the doxygen HTML-documentation template. This feature seems to be                               quite new, so they will change things from time to time...

Works with doxygen 1.7.5.1

Fixed two spots where Stefan fixed the text in the original article from L2P.
2011-11-09 10:47:41 +01:00
Jacek Galowicz
120500b5cb Translated the documentation from the L2P into english and put them into
the Doxygen documentation.

Documenters can just put *.dox files into the documentation/text/
directory which describe how to do things with MetalSVM.
making_coffee.dox is still missing - anyone?
2011-11-08 13:58:29 +01:00
Jacek Galowicz
ae49f557f0 Generated and modified a layout-file to customize the output.
Added some manual article pages.
2011-10-31 10:07:57 +01:00
Jacek Galowicz
ffc7064baa Enabled the Doxygen configuration to greedily take any documentation
page it finds to embedd it into the HTMl-documentation.

Started to adopt the compiling tutorial from L2P.
2011-10-24 23:55:53 +02:00
Jacek Galowicz
5a4bd9a069 Fixed some documentation errors across the project.
Changed some stuff in the doxyfile and added a directory structure for
future manual pages.
2011-10-24 19:26:27 +02:00