Update preset.
[bertos.git] / README
1 This is the source code of BeRTOS operating system.
2
3 You can generate the documentation using doxygen with the file Doxyfile-offline:
4 $ doxygen Doxyfile-offline
5 You can read the generated documentation by opening the file
6 doc/offline-reference/html/index.html
7
8 You can read the latest documentation online at the following address:
9 http://dev.bertos.org/doxygen
10
11 Tutorials can be found here:
12 http://www.bertos.org/use/tutorial-front-page
13
14 The support forum is located at forum.bertos.org.
15
16 Have fun with BeRTOS!