1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

3231 Commits

Author SHA1 Message Date
Ludwig Ortmann
862e943d55 Merge pull request #1071 from LudwigOrtmann/issue_1068
examples/default: add README.md
2014-05-12 14:21:32 +02:00
Ludwig Ortmann
1eca41456f examples/default: add README.md
Fixes #1068
2014-05-12 11:22:14 +02:00
Martin Lenders
39854c7718 Exclude *.c files from make doc 2014-05-12 02:40:09 +02:00
Christian Mehlis
adeae5eced Merge pull request #1132 from jan-schreib/master
Removed unreachable code and fixed a typo.
2014-05-10 21:16:15 +02:00
Martine Lenders
51c3cfa570 Merge pull request #1134 from kaspar030/pseudoterm_license
msba2: add pseudoterm license
2014-05-10 13:23:51 +02:00
f8bbabd201 msba2: add pseudoterm license 2014-05-10 11:02:25 +02:00
Jan S
e7cf6bf745 removed unreachable code 2014-05-09 23:45:07 +02:00
Jan S
350e34f924 typo fix 2014-05-09 23:38:38 +02:00
Martin Lenders
cc8b98a948 Add unittests to .travis.yml 2014-05-09 19:43:18 +02:00
Martin Lenders
e6f650e330 Remove superflous apt-get update from .travis.yml 2014-05-09 19:43:03 +02:00
René Kijewski
5abf504085 Merge pull request #1122 from Kijewski/ps-SCHEDSTATISTICS
shell:ps: SCHEDSTATISTICS cols only if needed
2014-05-09 17:34:49 +02:00
Hauke Petersen
dd69e16c41 Merge pull request #507 from haukepetersen/core_cpu_interface
Introduced a cleaned-up cpu/core interface
2014-05-09 16:03:19 +02:00
Hauke Petersen
608afc4777 Introduced a cleaned-up cpu/core interface
- Included a collection of cpu-dependent headers in core/include/arch
- Extracted all interfaces that need to be implemented for a cpu
- Created a mapping between those interfaces and the old ones
- added flag for disabling arch interface
- added missing state to lpm_arch interface
- added arch interface for reboot
- fixed newline issues that were pointed out
- documentation fixes to cpu-core interface
2014-05-09 16:01:13 +02:00
Ludwig Ortmann
d4051fe696 Merge pull request #1126 from LudwigOrtmann/issue-1125
make/native: remove -gc flag
2014-05-09 13:19:55 +02:00
Ludwig Ortmann
e4e3ef4daf make/native: remove -gc flag
Yields warning on OSX.
Uncertain why it was there in the first place.

Fixes #1125
2014-05-09 12:23:34 +02:00
René Kijewski
6a0053fbc8 shell:ps: SCHEDSTATISTICS cols only if needed 2014-05-08 10:27:33 +02:00
René Kijewski
4aabf8f1de Merge pull request #1072 from Kijewski/issue-1070
Add readme for the hello-world example
2014-05-08 09:24:37 +02:00
Martin
4e73169b38 added NORETURNs to functions that should not return
and added `UNREACHABLE();` to hint the compiler unreachable lines

added right signature for first parameter of `thread_stack_init()`
added `UNREACHABLE();` macro to `cpu/lpc1768/atom.c` and `cpu/msp430-common/cpu.c`
2014-05-08 06:25:25 +02:00
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
ca21d9e8f0 Add readme for the hello-world example
Closes #1070.
2014-05-07 09:52:17 +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