Christian Mehlis
f1ce664dcf
Merge pull request #1116 from Kijewski/ccnl-warnings
...
ccnl: remove type warning
2014-05-07 21:20:23 +02:00
Christian Mehlis
2a37308a10
Merge pull request #1081 from mehlis/ccnl-config-remove
...
ccnl: remove unused config module
2014-05-07 21:13:37 +02:00
Christian Mehlis
246a6c73d2
Merge pull request #1084 from mehlis/ccnl-debug
...
ccnl: extra debug statements
2014-05-07 21:11:59 +02:00
René Kijewski
af2215b5d3
Merge pull request #1114 from Kijewski/add_UNREACHABLE
...
core/cpu: put __builtin_unreachable() into one place
2014-05-07 19:25:49 +02:00
René Kijewski
6f3d0871aa
core/cpu: put __builtin_unreachable() into one place
2014-05-07 19:24:55 +02:00
René Kijewski
5879ccbcd3
Merge pull request #1117 from BytesGalore/add_missing_pthread_cv_header
...
sys:posix:pthread added missing `pthread_cond.h` to `pthread.h`
2014-05-07 09:11:39 +02:00
Martin Landsmann
61b0331980
added pthread_cond.h
to pthread.h
...
adjusted `test_pthread_condition_variable\main.c` includes reflecting the above change
2014-05-07 07:54:54 +02:00
René Kijewski
b8419d48d9
ccnl: remove type warning
2014-05-07 06:17:11 +02:00
Thomas Eichinger
1dedfc60aa
Merge pull request #920 from haukepetersen/fcpu_to_board
...
core/cpu/board: moved F_CPU define to board
2014-05-06 13:57:19 +02:00
Martine Lenders
48d2ad285b
Merge pull request #872 from OlegHahm/rpl_route_shell_command
...
sys: net: rpl: added RPL route shell command
2014-05-06 13:31:44 +02:00
Hauke Petersen
7545eff784
core/cpu/board: moved F_CPU define to board
2014-05-06 10:36:09 +02:00
Hauke Petersen
cef93bd6ef
Merge pull request #971 from haukepetersen/periph_gpio_fix
...
drivers: fixes to the low-level GPIO driver
2014-05-05 21:28:20 +02:00
Hauke Petersen
7b96e488ff
drivers: fixes to the low-level GPIO driver
...
- fixed doxygen comments
- added GPIO_UNDEFINED value
- added return values to all functions
2014-05-05 21:29:35 +02:00
Oleg Hahm
3ede45eb2b
Merge pull request #983 from OlegHahm/core_doxygen_update
...
core: documentation: updated, improved, and completed doxygen comments
2014-05-05 14:50:42 +02:00
René Kijewski
35492617c8
Merge pull request #1097 from Kijewski/gettimeofday-warning
...
arm_common: no needless `_gettimeofday()` warning
2014-05-05 14:44:31 +02:00
René Kijewski
d19e885fb9
arm_common: no needless _gettimeofday()
warning
...
The `arm_common` syscalls implement `_gettimeofday()` for the benefit of
newlib. The syscall call only work if the `rtc` module or the `vtimer`
modules is transcluded. If neither module is used, a warning is printed
by means of `#warning`.
This warning is useless if the user does not invoke `gettimeofday()`.
Further this warning prevents the use of `-Werror`.
This PR puts the function in its own file, that will only be linked if
it was used. And if the function was used, then a link time error occur
if neither `rtc` nor `vtimer` was transcluded.
2014-05-05 14:45:11 +02:00
Oleg Hahm
750b237f8d
Merge pull request #1099 from Kijewski/issue-1011
...
sys: rename ringbuffer functions
2014-05-05 14:12:34 +02:00
Oleg Hahm
13c615ac17
documentation: fixed doxygen for schedstats
2014-05-05 14:09:08 +02:00
Oleg Hahm
6e27e1cdbb
bitarithm: remove unused macros
2014-05-05 14:09:08 +02:00
Oleg Hahm
81fe4b6afc
documentation: extend description for CONST attribute
2014-05-05 14:09:08 +02:00
Oleg Hahm
5a63f3ab1c
core: documentation: fixed typo in license header
2014-05-05 14:09:08 +02:00
Oleg Hahm
50c9d2da90
core: documentation: replaced task w/ thread
2014-05-05 14:09:08 +02:00
Oleg Hahm
2d338feac4
core: documentation: fixed bitarithm documentation
2014-05-05 14:09:08 +02:00
Oleg Hahm
25a2122f83
core: documentation: updated, improved, and completed doxygen comments
2014-05-05 14:09:01 +02:00
Oleg Hahm
cace4b42f6
Merge pull request #1092 from BytesGalore/fix_print_format_warnings_test_thread_msg
...
test:test_thread_msg fixed Wformat warnings
2014-05-05 11:39:18 +02:00
Oleg Hahm
0018e3a181
shell: added RPL route shell command
2014-05-04 17:52:51 +02:00
René Kijewski
f23dab96d2
sys: rename ringbuffer functions
...
Closes #1011 .
2014-05-03 16:39:39 +02:00
Martine Lenders
7c7e24fe53
Merge pull request #801 from Kijewski/makefile-no-usemodule-dups
...
Make: Automatically remove dups in `$(USEMODULE)`
2014-05-03 13:18:28 +02:00
René Kijewski
1c52f95488
Merge pull request #1096 from BytesGalore/fix_removed_formatter
...
test:test_pthread_barrier re-added removed printf formatter
2014-05-02 16:47:58 +02:00
--global
1bbcd268cd
fix re-added removed printf formatter
2014-05-02 16:28:47 +02:00
Christian Mehlis
668800eea7
Merge pull request #1091 from BytesGalore/fix_print_format_warning
...
test:test_pthread_barrier fixed Wformat warning
2014-05-02 14:56:18 +02:00
Martin
2ed6e5cc42
fixed Wformat warnings
2014-05-02 14:30:49 +02:00
Christian Mehlis
c3c903f1df
Merge pull request #1090 from BytesGalore/fix_use_uninitialized_variable_warning
...
test:test_irq initialized `j` with 0
2014-05-02 14:28:45 +02:00
Christian Mehlis
433e40c76e
ccnl: extra debug statements
2014-05-02 14:27:34 +02:00
Christian Mehlis
33fde07e4a
Merge pull request #1089 from BytesGalore/fix_test_cooperation_warnings
...
test:test_thread_cooperation fixed warnings on Wformat
2014-05-02 14:22:15 +02:00
Martin
8b33040885
fixed Wformat warning
2014-05-02 14:16:20 +02:00
Christian Mehlis
c551671f8d
Merge pull request #1088 from mehlis/arm-warnings
...
ARM: fix several warnings
2014-05-02 14:07:56 +02:00
Martin
5e2b419e9e
initialized j
with 0
2014-05-02 13:58:01 +02:00
Martin
48f749625d
fixed warnings on Wformat
2014-05-02 13:47:07 +02:00
Christian Mehlis
8c63eccb1a
ARM: fix several warnings
2014-04-30 20:39:35 +02:00
Oleg Hahm
d8c8583d9b
Merge pull request #1058 from Kijewski/issue-726
...
core: Remove `STATUS_TIMER_WAITING`
2014-04-30 19:03:09 +02:00
René Kijewski
055053a4d7
core: Remove STATUS_TIMER_WAITING
...
Closes #726 .
The thread state `STATUS_TIMER_WAITING` is not used anymore.
This PR removes the value.
The number in `STATUS_ON_RUNQUEUE` is replaced by a reference.
2014-04-30 18:30:22 +02:00
Oleg Hahm
162d9b0008
Merge pull request #1006 from Kijewski/issue-967
...
msp430: Fix variable usage in cc430-rtc.c
2014-04-30 18:27:27 +02:00
Oleg Hahm
d206345e0d
Merge pull request #1002 from rousselk/fix-hwtimer-spin-wait
...
Enhance implementation of hwtimer_spin()
2014-04-30 17:42:34 +02:00
René Kijewski
2fbe06d9ce
Merge pull request #1082 from mehlis/ccnl-relay-transceiver-dup
...
ccnl: don't include transceiver and defaulttransceiver
2014-04-30 16:21:49 +02:00
Christian Mehlis
2f4c4caa5d
ccnl: don't include transceiver and defaulttransceiver
...
This removes the duplicate include of the transceiver.
The transceiver module is a dependency of the
defaulttransceiver, so an explicite include is not needed
Follow up to #1053
2014-04-30 14:05:40 +02:00
Christian Mehlis
9eb07e0a01
ccnl: remove useless config module
2014-04-30 14:03:42 +02:00
Oleg Hahm
66712c0af4
Merge pull request #1073 from Kijewski/rtc-sys_time
...
drivers: fix includes in rtc.h for MSP430
2014-04-30 10:29:48 +02:00
BytesGalore
f4a994ac89
Merge pull request #1076 from BytesGalore/remove_return_from_noreturn_function
...
sys:posix:pthread removed explicit `return;` from `pthread_exit()`
2014-04-30 07:50:32 +02:00
Martin
fc532ad891
added else branch in pthread_exit()
to avoid calling explicit return;
...
however, this won't help to completely eliminate the warning on returning from a `noreturn` function
2014-04-30 07:22:48 +02:00