Troels Hoffmeyer
33ef43c8e2
samr21: implemented transceiver via spi, gpio changes
2014-12-16 17:43:30 +01:00
Ludwig Ortmann
17d2f57473
Merge pull request #2200 from haukepetersen/fix_i2c_doc
...
driver/i2c: additional docu for pull resistors
2014-12-16 15:36:34 +01:00
Hauke Petersen
f3de73fe54
driver/i2c: additional docu for pull resistors
2014-12-16 15:17:42 +01:00
Hauke Petersen
01c558146f
Merge pull request #2199 from PeterKietzmann/adapt_i2c_doc
...
doc: extend i2c description for pull-up
2014-12-16 12:37:33 +01:00
Ludwig Ortmann
ad14b60fe7
Merge pull request #1958 from Kijewski/sched_switch-on-run-queue
...
core: `sched_switch()` switch if not on runqueue
2014-12-16 11:41:39 +01:00
Oleg Hahm
e64ab2aed5
Merge pull request #2024 from OlegHahm/ccnl_802154
...
ccn-lite: fixes for working with IEEE 802.15.4 radios
2014-12-16 11:03:20 +01:00
PeterKietzmann
aab94e50f9
doc: extend i2c description for pull-up
2014-12-16 10:54:31 +01:00
Oleg Hahm
5d42cfc982
Merge pull request #2192 from BytesGalore/rpl_addition_to_readme
...
examples:rpl_udp updated `README.md` on using the build parameters
2014-12-16 09:47:33 +01:00
BytesGalore
b8948740e1
examples:rpl_udp updated README.md
on using the build parameters
2014-12-16 09:42:45 +01:00
Oleg Hahm
1bd4b1b407
ccnl: convert C++ comments into C style comments
2014-12-16 09:35:46 +01:00
Oleg Hahm
ee386a4778
ccn: add line breaks if limit was exceeded
2014-12-16 09:35:44 +01:00
Oleg Hahm
a3d2f4a777
ccnl: fix argument passing in example app
2014-12-16 09:34:57 +01:00
Oleg Hahm
5cf625fc03
ccnl: adapt for 802154 devices
2014-12-16 09:34:56 +01:00
Thomas Eichinger
29c5822e02
Merge pull request #2016 from bapclenet/master
...
cpu/samd21: I2C driver implementation (Master mode)
2014-12-15 16:58:19 +01:00
René Kijewski
f0e31ef174
Merge pull request #2196 from thomaseichinger/fix_color_echo
...
make: migrate OS variable for COLOR_ECHO too
2014-12-15 16:28:16 +01:00
Thomas Eichinger
d7d45482af
make: migrate OS variable for COLOR_ECHO too
2014-12-15 16:16:44 +01:00
Ludwig Ortmann
d61a91fafe
Merge pull request #2170 from LudwigOrtmann/native-bswap
...
native: workaround for missing __builtin_bswap16
2014-12-15 11:40:44 +01:00
Ludwig Ortmann
093085b4ff
native: workaround for missing __builtin_bswap16
...
Implements a workaround for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
This is present in current versions of ubuntu 12.04 and debian 7.7 (stable).
2014-12-15 09:27:40 +01:00
Ludwig Ortmann
e291ae4684
Merge pull request #2187 from LudwigOrtmann/sixlowpan-malloc
...
sixlowpan: handle malloc error
2014-12-14 12:35:43 +01:00
Ludwig Ortmann
68ca082dcc
sixlowpan: handle malloc error
...
The return value of malloc wasn't checked before, resulting in
possibly undefined behavior.
2014-12-14 11:32:30 +01:00
Ludwig Ortmann
5e6d5ab522
sixlowpan: remove redundant assignment
2014-12-14 11:32:30 +01:00
Oleg Hahm
a10cb114c5
Merge pull request #2169 from BytesGalore/rpl_configuarbale_max_routing_entries
...
sys:net:routing:rpl allow setting the number of routing entries on comile time
2014-12-12 17:53:23 +01:00
Oleg Hahm
bc57c98fb4
Merge pull request #2186 from LudwigOrtmann/disable-debug
...
boards,drivers,examples: unset ENABLE_DEBUG
2014-12-12 17:32:59 +01:00
Martine Lenders
17ef92eade
Merge pull request #2181 from phiros/tests_sha256_transform_into_unittest
...
tests: transformed tests/sha256 into a unittest
2014-12-12 16:29:16 +01:00
Ludwig Ortmann
1340fadcbe
boards,drivers,examples: unset ENABLE_DEBUG
2014-12-12 14:29:06 +01:00
Ludwig Ortmann
3658367d7d
Merge pull request #2174 from fnack/utlist
...
sys/include: Add utlist to sys includes
2014-12-12 13:05:19 +01:00
Fabian Nack
5a095faa54
sys/include: Include utlist for simple list operation defines
2014-12-12 12:18:34 +01:00
Fabian Nack
f7b11dda3e
tools/licenses: add revised 1c-BSD pattern used in utlist
2014-12-12 12:18:33 +01:00
Ludwig Ortmann
536d3f4786
Merge pull request #2180 from OlegHahm/doccheck_fix_grep_sed
...
doccheck: grep for all lines with a warning
2014-12-12 12:01:15 +01:00
Martine Lenders
55dfd3d053
Merge pull request #2182 from phiros/tests_bloom_transform_into_unittest
...
tests: transformed tests/bloom into an unittest
2014-12-12 10:02:59 +01:00
BytesGalore
0ced7338e4
sys:net:routing:rpl made the number of routing entries configurable on compile time.
2014-12-12 09:42:33 +01:00
Philipp Rosenkranz
f5d941ac22
tests: transformed tests/bloom into an unittest
2014-12-11 22:56:40 +01:00
Philipp Rosenkranz
1024e0b8be
tests: transformed tests/sha256 into an unittest
2014-12-11 21:57:01 +01:00
Ludwig Ortmann
40264b49b5
Merge pull request #2178 from cgundogan/ip_fix_null_check
...
ip: check for null before ip_get_next_hop is used
2014-12-11 18:13:14 +01:00
René Kijewski
0d6bc7eba6
Merge pull request #1913 from Kijewski/issue-1910
...
make: allow tagged RIOT_VERSION
2014-12-11 17:46:43 +01:00
René Kijewski
310ea35018
Don't evaluate inISR() if not needed
2014-12-11 17:39:17 +01:00
René Kijewski
370f926bad
core: sched_switch()
switch if not on runqueue
...
Fixes #1935 .
`sched_switch()` should not only switch if the other priority is higher,
but also if the current thread was moved from the runqueue.
2014-12-11 17:39:17 +01:00
Oleg Hahm
b9eb4ebe5c
Merge pull request #2124 from Kijewski/all-flash-term
...
make: term depends on flash
2014-12-11 17:31:06 +01:00
Oleg Hahm
bb7453dc70
doccheck: grep for all lines with a warning
2014-12-11 16:35:41 +01:00
Cenk Gündoğan
2a7ce79947
ip: check for null before ip_get_next_hop is used
2014-12-11 15:43:16 +01:00
René Kijewski
19a017cf03
make: term
depends on flash
...
If you provide both `flash` and `term` as Make goals, then `term` needs
to wait for flash.
2014-12-11 14:23:39 +01:00
bapclenet
54fb0f0610
cpu/samd21: add i2c periph implementation
2014-12-11 08:32:27 +01:00
Oleg Hahm
bd80cbcaff
Merge pull request #2172 from haukepetersen/add_mbed_makeflash
...
board/mbed_lpc1768: added flash script
2014-12-09 17:17:07 +01:00
Hauke Petersen
b0fb2a601c
Merge pull request #2167 from haukepetersen/add_lpc1768_uart
...
cpu/lpc1768: added basic UART driver
2014-12-09 16:27:41 +01:00
Hauke Petersen
8161689337
board/mbed_lpc1768: added flash script
2014-12-09 15:57:20 +01:00
Ludwig Ortmann
122d488a42
Merge pull request #2165 from haukepetersen/fix_test_uart
...
test/periph_uart_xx: switched to feature based whitelisting
2014-12-09 14:44:15 +01:00
Oleg Hahm
baffd73a38
Merge pull request #2171 from haukepetersen/fix_mbed_binfile
...
board/mbed_lpc1768: changed binary ouput to .bin
2014-12-09 13:51:24 +01:00
Hauke Petersen
6e87ee19ff
board/mbed_lpc1768: changed binary ouput to .bin
2014-12-09 13:31:17 +01:00
Ludwig Ortmann
e850078769
Merge pull request #2162 from cgundogan/vtimer_set_msg_param_type
...
vtimer: set custom msg_t.type with vtimer_set_msg
2014-12-09 11:12:52 +01:00
Cenk Gündoğan
6ee5e737f9
vtimer: set custom msg_t.type with vtimer_set_msg
...
Currently, when using vtimer_set_msg the corresponding msg_t is filled
with the MSG_TIMER ("12345") type.
This approach makes it difficult to differentiate between incoming
messages via vtimer_set_msg.
In this PR I introduce another parameter for the vtimer_set_msg
function to specify a custom msg_t type.
2014-12-09 10:07:26 +01:00