[riot-commits] [RIOT-OS/RIOT] 4fec8f: doc: improvement to IPC documentation
Martine Lenders
authmillenon at gmail.com
Fri Mar 13 11:52:32 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 4fec8fd31e7f1a10490c3cd717f2cd3b4c7e407b
https://github.com/RIOT-OS/RIOT/commit/4fec8fd31e7f1a10490c3cd717f2cd3b4c7e407b
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-03-13 (Fri, 13 Mar 2015)
Changed paths:
M core/include/msg.h
Log Message:
-----------
doc: improvement to IPC documentation
Per default, doxygen will take only the part until the first dot into
account for the brief description. In this case this leads to an
ambiguous overview over the IPC send functions.
Commit: 8537344db9e6812b438385c274f63b29a6ed4924
https://github.com/RIOT-OS/RIOT/commit/8537344db9e6812b438385c274f63b29a6ed4924
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-03-13 (Fri, 13 Mar 2015)
Changed paths:
M sys/include/vtimer.h
Log Message:
-----------
doc: update outdated vtimer documentation
vtimer was changed in 6ee5e737f90281553ac5f21bcbbf9e21fd9d791b to use a
user specified type for vtimer_set_msg(), but documentation didn't
reflect this new API.
Commit: ddfc88323d49694f2b927ca68171a80a9b8a39c7
https://github.com/RIOT-OS/RIOT/commit/ddfc88323d49694f2b927ca68171a80a9b8a39c7
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-03-13 (Fri, 13 Mar 2015)
Changed paths:
M examples/default/main.c
Log Message:
-----------
examples: radio thread needs more stack
The radio stack in default examples uses printf() and thus needs more
stack.
Commit: 9e4328311d37ebfcd1b58bab97885547539bac08
https://github.com/RIOT-OS/RIOT/commit/9e4328311d37ebfcd1b58bab97885547539bac08
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-03-13 (Fri, 13 Mar 2015)
Changed paths:
M examples/default/main.c
Log Message:
-----------
examples: fix wording in warning
Commit: ad01da751a9b513a41289169444ddd1dc7e4d44a
https://github.com/RIOT-OS/RIOT/commit/ad01da751a9b513a41289169444ddd1dc7e4d44a
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2015-03-13 (Fri, 13 Mar 2015)
Changed paths:
M core/include/msg.h
M examples/default/main.c
M sys/include/vtimer.h
Log Message:
-----------
Merge pull request #2591 from OlegHahm/doc_example_cleanup
Documentation and example cleanup
Compare: https://github.com/RIOT-OS/RIOT/compare/64410350bd32...ad01da751a9b
More information about the commits
mailing list