source: README @ 48869dd

Revision 48869dd, 531 bytes checked in by Stefano Fedrigo <aleph@develer.com>, 3 months ago (diff)

Beautify README.

  • Property mode set to 100644
Line 
1This is the source code of BeRTOS operating system.
2
3You can generate the documentation using doxygen with the file Doxyfile-offline:
4
5$ doxygen Doxyfile-offline
6
7You can read the generated documentation by opening the file:
8
9    doc/offline-reference/html/index.html
10
11You can read the latest documentation online at the following address:
12
13    http://dev.bertos.org/doxygen
14
15Tutorials can be found here:
16
17    http://www.bertos.org/use/tutorial-front-page
18
19The support forum is located at forum.bertos.org.
20
21
22Have fun with BeRTOS!
Note: See TracBrowser for help on using the repository browser.