Commit Graph

51 Commits (984effd5b89293b895961e152a396b9ecf20e2f0)

Author SHA1 Message Date
Hauke Petersen b435a488fa Merge pull request #2026 from thomaseichinger/stm32l1
stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu
9 years ago
Thomas Eichinger 07d76d7127 stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu 9 years ago
Ludwig Ortmann 87da25eab3 doxygen: enable latex batchmode
Instruct the latex processor to keep going if an error occurs.
9 years ago
Oleg Hahm 3458b745a0 doc: order the main modules in a more sensible way 9 years ago
Ludwig Ortmann da43a5e7a4 doc: periph: various fixes and cleanup
- unify file/module @brief
- distinct @file section more visibly in source
- provide missing @brief's
- move module details/notes from file to module sections
- provide missing macro definition for building
9 years ago
Oleg Hahm 7e6ac37a55 doc: exclude vendor specific headers from doxygen
Also, periph_conf contains mostly the same macros that don't need to be
documented in every single instance.
9 years ago
Ludwig Ortmann 8f76622ebf doc: add doxygen predefines for periph headers 9 years ago
Oleg Hahm c53bd9ca5d doc: remove more CPU specific documentation 9 years ago
Oleg Hahm c0bcac460e doc: beautify HTML documentation
* add logo
* add description
* use RIOT specific color scheme
* add search functionality
* remove broken custom header, footer, and style sheet
9 years ago
Oleg Hahm b066433bdc doc: improve doxygen cache size 9 years ago
Oleg Hahm 49208ffb59 doc: exclude more CPU specific stuff from doxygen 9 years ago
Oleg Hahm 0a040f8b79 doc: updated doxygen configuration
Updated with `doxygen -u`
9 years ago
Oleg Hahm 6d8c0d74c3 doc: some doxygen cleanups
* removed RIOT unrelated cpu documentation
* introduced cpu_specific prefix to mark such documentation
* put oneway_malloc and crypto into sys group
9 years ago
Ludwig Ortmann 43b191fa00 make: make doc clean target ignore failures 9 years ago
Ludwig Ortmann ee4ea7e1c5 doc: doxygen: EXTRACT_STATIC = YES 9 years ago
Leon George 38bd27757b doc: mainpage.txt fixed minor mistake 9 years ago
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
Martin Lenders 39854c7718 Exclude *.c files from make doc 10 years ago
Christian Mehlis cb9c5d00de repace project by application in documentation 10 years ago
Ludwig Ortmann 6663e7c2fb fix wiki links 10 years ago
Ludwig Ortmann 2525920426 remove trailing whitespace and newlines 10 years ago
Ludwig Ortmann a4a1c39d95 substitute folder with directory 10 years ago
Oleg Hahm e8f19cb884 added paragraph about stack sizes and fixed formatting 10 years ago
Oleg Hahm 8695e3b102 added information from Introduction page to the API start page 10 years ago
Oleg Hahm 7335cd71c7 removed getting started documents as it has been merged into the wiki 10 years ago
Oleg Hahm 5403003735 removed getting started text from doxygen mainpage 10 years ago
Hauke Petersen c629229e8d Added the boards folder to the doxygen tree
- added boards to riot.doxyfile
- fixed group definitions for all boards
10 years ago
Ludwig Ortmann b926309380 Add native network README link to getting started. 10 years ago
Oleg Hahm e69acfbba1 Remove the optionnal parameter for hello-world 10 years ago
Oleg Hahm 015e6fd8d4 fixed formatting 10 years ago
Oleg Hahm 26fa6c39bd Inform about submodule and added tarballs 10 years ago
authmillenon a3b754b662 Remove carriage returns
Git for windows handles those by itself
10 years ago
authmillenon 590b05fc1b Tell Doxygen to ignore __attribute__
Doxygen can't handle it properly (see
http://doxygen.10944.n7.nabble.com/struct-attribute-packed-not-working-td2666.html)
10 years ago
Thomas Eichinger 3dba62afa6 Merge branch 'mc1322x' of github.com:RIOT-OS/RIOT into mc1322x 11 years ago
Oliver Hahm 4c97cb1642 * updated getting started documentation 11 years ago
Oleg Hahm 0f98e30230 * added getting started document 11 years ago
Oliver Hahm b6f21700ce * clean up stuff (fix gcc warnings and added clean target for doc) 11 years ago
Ludwig Ortmann 512d5aab0a fix path in doxyfile to match current structure 11 years ago
Oleg 1c3a4f3ae9 Update mainpage.txt 11 years ago
Oliver Hahm 0d06e1bc18 Merge branch 'master' of github.com:RIOT-OS/RIOT 11 years ago
Oliver Hahm 5ffe5a9c27 * renamed makefiles to Makefile 11 years ago
Oleg Hahm dd32345011 * included modifications suggested by Ludwig 11 years ago
Oleg Hahm 4f45305805 * created a mainpage for the RIOT documentation 11 years ago
Oleg Hahm 77859ebc90 * fixed path for riot.css 11 years ago
Oleg Hahm 7913868bc9 * changed html stylesheet to custom one 11 years ago
Oleg Hahm 2277b366b2 * removed outdated occurrences of (u|µ)kleos and FeuerWare 11 years ago
Oleg Hahm f6932d3941 * removed manual.doc 11 years ago
Oleg Hahm f6e129959e * created a target to build the documentation 11 years ago
Oliver Hahm 3b218ec24a * changed API for rtc
* added drivers directory to doxygen file
* added missing include to sht11 header
* added rtc and sht11 support to default project
* added rtc to auto_init
* added rtc and sht11 support to shell
13 years ago
Kaspar Schleiser 4574aa6f8f * doc: added base manual document 13 years ago