Oleg Hahm
50c9d2da90
core: documentation: replaced task w/ thread
9 years ago
Oleg Hahm
2d338feac4
core: documentation: fixed bitarithm documentation
9 years ago
Oleg Hahm
25a2122f83
core: documentation: updated, improved, and completed doxygen comments
9 years ago
Oleg Hahm
cace4b42f6
Merge pull request #1092 from BytesGalore/fix_print_format_warnings_test_thread_msg
...
test:test_thread_msg fixed Wformat warnings
9 years ago
Martine Lenders
7c7e24fe53
Merge pull request #801 from Kijewski/makefile-no-usemodule-dups
...
Make: Automatically remove dups in `$(USEMODULE)`
9 years ago
René Kijewski
1c52f95488
Merge pull request #1096 from BytesGalore/fix_removed_formatter
...
test:test_pthread_barrier re-added removed printf formatter
9 years ago
--global
1bbcd268cd
fix re-added removed printf formatter
9 years ago
Christian Mehlis
668800eea7
Merge pull request #1091 from BytesGalore/fix_print_format_warning
...
test:test_pthread_barrier fixed Wformat warning
9 years ago
Martin
2ed6e5cc42
fixed Wformat warnings
9 years ago
Christian Mehlis
c3c903f1df
Merge pull request #1090 from BytesGalore/fix_use_uninitialized_variable_warning
...
test:test_irq initialized `j` with 0
9 years ago
Christian Mehlis
33fde07e4a
Merge pull request #1089 from BytesGalore/fix_test_cooperation_warnings
...
test:test_thread_cooperation fixed warnings on Wformat
9 years ago
Martin
8b33040885
fixed Wformat warning
9 years ago
Christian Mehlis
c551671f8d
Merge pull request #1088 from mehlis/arm-warnings
...
ARM: fix several warnings
9 years ago
Martin
5e2b419e9e
initialized `j` with 0
9 years ago
Martin
48f749625d
fixed warnings on Wformat
9 years ago
Christian Mehlis
8c63eccb1a
ARM: fix several warnings
9 years ago
Oleg Hahm
d8c8583d9b
Merge pull request #1058 from Kijewski/issue-726
...
core: Remove `STATUS_TIMER_WAITING`
9 years ago
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.
9 years ago
Oleg Hahm
162d9b0008
Merge pull request #1006 from Kijewski/issue-967
...
msp430: Fix variable usage in cc430-rtc.c
9 years ago
Oleg Hahm
d206345e0d
Merge pull request #1002 from rousselk/fix-hwtimer-spin-wait
...
Enhance implementation of hwtimer_spin()
9 years ago
René Kijewski
2fbe06d9ce
Merge pull request #1082 from mehlis/ccnl-relay-transceiver-dup
...
ccnl: don't include transceiver and defaulttransceiver
9 years ago
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
9 years ago
Oleg Hahm
66712c0af4
Merge pull request #1073 from Kijewski/rtc-sys_time
...
drivers: fix includes in rtc.h for MSP430
9 years ago
BytesGalore
f4a994ac89
Merge pull request #1076 from BytesGalore/remove_return_from_noreturn_function
...
sys:posix:pthread removed explicit `return;` from `pthread_exit()`
9 years ago
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
9 years ago
BytesGalore
8215d2855c
Merge pull request #771 from BytesGalore/add_CV_module
...
pthread: Add condition variable module
9 years ago
Martin
619039e0e2
add pthread condition variable implementation
9 years ago
Oleg Hahm
e03c8effe7
Merge pull request #1033 from Kijewski/buildsizes
...
make: comprehensive list of the boards' filesizes
9 years ago
René Kijewski
97448be17e
drivers: fix includes in rtc.h for MSP430
...
The comment and the actual guard in `rtc.h` did not match.
If (as in "implication") the MCU is an MSP, then `sys/time.h` must be
included, to have `time_t`, `struct timeval`, …
Including the header file in any case should be safe, so I dropped the
guard altogether.
9 years ago
René Kijewski
a8064fd97c
Automatically remove dups in `$(USEMODULE)`
9 years ago
René Kijewski
2793426c89
msp430: Fix variable usage in cc430-rtc.c
...
Closes #967 .
9 years ago
Christian Mehlis
852618476c
Merge pull request #1055 from Kijewski/travis-ci
...
Add basic travis-ci integration
9 years ago
René Kijewski
300c01eaec
Merge pull request #1062 from mehlis/test-thread-blacklist
...
test: thread: blacklist boards
9 years ago
Christian Mehlis
52c2900bdd
test: thread: blacklist boards
9 years ago
René Kijewski
d917028b24
Merge pull request #1066 from mehlis/test-bloom-bytes-followup
...
tests: added missing chronos to blacklist
9 years ago
Christian Mehlis
72036742d8
Merge pull request #1063 from Kijewski/shell_command_t-fix-const
...
shell: strings in shell_command_t are const
9 years ago
Christian Mehlis
97cf6f5b92
tests: added missing chronos to blacklist
9 years ago
Kévin Roussel
f763cb9ec2
Make implementation of hwtimer_spin() easier to read and understand
9 years ago
Kévin Roussel
c6f66bfe51
Merge pull request #925 from rousselk/radio-driver-api-proposal
...
Proposal for common 802.15.4 radio driver API definition.
9 years ago
Christian Mehlis
8d3e1b3add
Merge pull request #1065 from Kijewski/issue-979-2
...
shell: Comment internal members, too
9 years ago
René Kijewski
07cc72576e
shell: Comment internal members, too
...
Closes #979 .
9 years ago
René Kijewski
abc84f10d4
Add basic travis-ci integration
...
This PR adds the basic integration for [Travis CI][tci].
The config file `.travis.yml` tells the server to setup the basic build
system, and run `compile_test.py`. If not all examples and tests could be
built, then the Travis CI integration adds a warning to "merge" button on
the bottom of the Github page.
Of course this integration makes little sense until #1049 is resolved,
because new bugs and old bugs cannot be told apart. Also (of course)
only because everything still builds, a PR still can intruduce a
multitude of runtime errors.
This integrations is meant to work additionally to our Jenkings. Users
can activate the test in their own RIOT forks to run the test before
opening a PR to master.
[tci]: https://travis-ci.org/
9 years ago
René Kijewski
4ed38bd2f3
shell: strings in shell_command_t are const
9 years ago
René Kijewski
bda23cb246
Merge pull request #1059 from mehlis/test-bloom-blacklist
...
test: bloom: backlist platforms
9 years ago
René Kijewski
4c66f72ba3
Merge pull request #1022 from LudwigOrtmann/issue_505
...
native: update support for FreeBSD
9 years ago
Christian Mehlis
459599eef5
Merge pull request #1052 from Kijewski/test_nativenet-only-native
...
test_nativenet is only useful for native ...
9 years ago
Christian Mehlis
46c8836b0e
test: bloom: backlist platforms
9 years ago
René Kijewski
0f496d430d
Merge pull request #1060 from mehlis/test-posix-blacklist
...
test: posix: blacklist boards
9 years ago
Christian Mehlis
ccfbc39dc3
test: posix: blacklist boards
9 years ago
Christian Mehlis
a41f0ff31d
Merge pull request #1053 from mehlis/ccnl-make-defaulttransceiver
...
ccnl: don't include transceiver and defaulttransceiver
9 years ago