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

5112 Commits

Author SHA1 Message Date
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
Ludwig Ortmann
f35981a6d7 native/rtc: improve implementation
* add error checking / warnings
* implement parts of alarm functionality
* clean up
2014-12-13 15:21:52 +01:00
Ludwig Ortmann
37a1a105bc native/rtc: clean up documentation 2014-12-13 15:21:52 +01:00
Ludwig Ortmann
c0ef84bb9f native: move rtc to periph
* adapt implementation to new interface
* remove now superfluous drivers directory
2014-12-13 15:21:52 +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
d4166faccc doc: add or move module description where missing 2014-12-11 17:29:51 +01:00
Oleg Hahm
73248cc05e doc: put rpl_storing header to right doxygen group 2014-12-11 17:27:56 +01:00
Oleg Hahm
ff86118c7a doc: cleanup for radio_driver 2014-12-11 17:27:56 +01:00
Oleg Hahm
bc330284fa doc: don't use defgroup and addtogroup 2014-12-11 17:27:56 +01:00
Oleg Hahm
11d0a22ad7 doc: remove superfluous and erroneous @file params 2014-12-11 17:27:54 +01:00
Oleg Hahm
3458b745a0 doc: order the main modules in a more sensible way 2014-12-11 17:26:26 +01:00
Oleg Hahm
e79e00ef7f doc: add documentation for packet format in mc1322x 2014-12-11 17:26:26 +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