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

5125 Commits

Author SHA1 Message Date
Ludwig Ortmann
84f4f8dac1 Merge pull request #2258 from Lotterleben/aodvv2_fix_debug_fuckups
aodvv2: fix calls to DEBUG()
2015-01-07 09:19:45 +01:00
Oleg Hahm
6dac96ad1b Merge pull request #1904 from LudwigOrtmann/native_bufferbloat
native: increase buffer size, set defaults conditionally
2015-01-07 03:00:01 +01:00
Lotte Steenbrink
3591894698 aodvv2: fix calls to DEBUG()
``debug.h`` was included before ``ENABLE_DEBUG`` was set to 0 or 1. In consequence, setting ``ENABLE_DEBUG`` to 1 had no effect. This should be fixed now.
2015-01-06 15:57:12 -08:00
Lotte Steenbrink
f6ffbd6830 Merge pull request #2255 from Lotterleben/aodvv2_fix_packethandler
aodv: call aodv_packet_reader_handle_packet() when received packet is *not* our own
2015-01-07 00:37:07 +01:00
Lotte Steenbrink
465f9096b1 aodvv2: call aodv_packet_reader_handle_packet() when recieved packet is *not* our own.
For some reason the call to aodv_packet_reader_handle_packet() got lumped in with the check if a received packet is ours. In consequence, all packets which were not sent by the node that received them (i.e. the important ones) were silently ignored, preventing any routes from being established.
This should be fixed now: foreign packets are now handled again, while own packets are ignored.
Also, I made the corresponding comment a bit less passive-aggressive.
2015-01-06 12:54:14 -08:00
benpicco
9c50f206c5 Merge pull request #2252 from benpicco/samd21-malloc
cpu/samd21: check if the requested memory is really available in _sbrk_r
2015-01-06 20:31:09 +01:00
Oleg Hahm
83e29bc2c6 Merge pull request #2153 from OlegHahm/driver_doc_cleanup
doc: eliminate driver documentation warnings
2015-01-06 19:35:46 +01:00
Oleg Hahm
1706869e91 doc: fixed several issues for cc110x documentation 2015-01-06 19:35:00 +01:00
Oleg Hahm
ec6ae9a8c4 Merge pull request #2241 from LudwigOrtmann/issue-2240
make: escape unknown version string
2015-01-06 19:25:13 +01:00
Benjamin Valentin
070420db7d samd21: check if the requested memory is really available in _sbrk_r
copy the check from sam3x8e
2015-01-06 19:22:46 +01:00
Thomas Eichinger
d6c4d5581f Merge pull request #2215 from bapclenet/samr21/RTC
cpu/samd21: add rtc periph implementation
2015-01-06 18:21:22 +01:00
Cenk Gündoğan
40c28dd3bf rpl: node-to-node communication broken (rpl_udp)
Calling ipv6_iface_set_srh_indicator with storing mode breaks the
neighbour discovery code in **ip.c:480**.
Thus, it is not possible to use `send <n> test` from node to node.
2015-01-06 18:04:54 +01:00
Oleg Hahm
bdae9b93bb Merge pull request #2256 from Lotterleben/transceiver_debugf
transceiver: DEBUG instead of DEBUGF
2015-01-06 17:50:41 +01:00
Lotte Steenbrink
7dc31402d3 transceiver: DEBUG instead of DEBUGF
Switch two calls to DEBUGF() to DEBUG() because they lead to compliling complcations and the additional output provided by DEBUG isn't really necessary here.
2015-01-06 08:29:29 -08:00
Oleg Hahm
6ca8221d0a Merge pull request #2254 from cgundogan/rpl_comment_cleanup
rpl: minor changes to comments in rpl_storing.c
2015-01-06 13:28:19 +01:00
Cenk Gündoğan
843be5ad6d rpl: minor changes to comments in rpl_storing.c 2015-01-06 13:24:42 +01:00
Cenk Gündoğan
d4b57b301d rpl: move msg_send_receive outside of DEBUGF
When the debug flag is set to off, the call to msg_send_receive will be
ignored. @fabianbrandt am I missing something?
2015-01-06 13:04:26 +01:00
Oleg Hahm
be67f662ac Merge pull request #2248 from cgundogan/rpl_remove_faulty_comment
rpl: remove faulty comment
2015-01-06 12:55:15 +01:00
Oleg Hahm
4602924053 Merge pull request #2244 from cgundogan/rpl_typo_childs_children
rpl: typo childs -> children
2015-01-06 12:54:32 +01:00
Cenk Gündoğan
8b7386fc8b rpl: remove faulty comment
Can be misleading since we also support non-storing mode now.
2015-01-06 10:24:25 +01:00
Cenk Gündoğan
652b4f84a6 rpl: remove decision to drop packets in rpl_send
The dicision to drop a packet if no next hop exists is made by the
`rpl_get_next_hop` function, which is initialized as the routing
provider for rpl applications. Hence, it seems needless to do this in the
`rpl_send` function.
2015-01-06 09:34:15 +01:00
Cenk Gündoğan
36893ded6d rpl: typo childs -> children 2015-01-06 09:23:56 +01:00
Ludwig Ortmann
66a6aae1a8 make: escape unknown version string 2015-01-05 11:33:19 +01:00
Oleg Hahm
b0045b21df Release: updated release notes for 2014.12 2014-12-31 18:39:03 +01:00
Oleg Hahm
d3a88013f7 Merge pull request #2218 from thomaseichinger/openwsn-ng
pkg/openwsn: update to current openwsn version
2014-12-31 18:33:09 +01:00
Oleg Hahm
1e87a3212b Merge pull request #2235 from OlegHahm/weak_vtimer_gettimeofday
vtimer: enable vtimer_gettimeofday as fallback
2014-12-31 18:27:36 +01:00
Thomas Eichinger
914aaff8ea boards/fox: define empty orange LED macros 2014-12-31 00:14:40 +01:00
Oleg Hahm
e60d25de02 Merge pull request #1917 from OlegHahm/config_feature_cleanup
Config feature cleanup
2014-12-30 19:15:44 +01:00
Thomas Eichinger
e6c4181c94 Merge pull request #2229 from LudwigOrtmann/issue-2228
cpu/samd21: increase default stack size
2014-12-28 02:26:46 +01:00
Oleg Hahm
99f227bf33 vtimer: enable vtimer_gettimeofday as fallback
Declaring vtimer_gettimeofday as a "weak" alias for the _gettimeofday
syscall.
2014-12-27 15:53:23 +01:00
Ludwig Ortmann
3b5476dfae Merge pull request #2234 from cgundogan/rpl_struct_typedef_cleanup
rpl: cleanup, changing structdefs into typedefs
2014-12-27 09:03:10 +01:00
Cenk Gündoğan
aca1ade01c rpl: cleanup, changing structdefs into typedefs 2014-12-26 21:13:33 +01:00
Oleg Hahm
aef6256cc5 make: include DEFAULT_MODULES from cpu and boards 2014-12-25 16:32:56 +01:00
Oleg Hahm
03cca0a657 at86rf231: added missing include of config header 2014-12-22 20:35:16 +01:00
Oleg Hahm
b56fb0cf2d examples: simplify Makefile a bit 2014-12-22 20:35:15 +01:00
Oleg Hahm
9a6a91fcbb make: filter out optional non-available modules 2014-12-22 20:34:42 +01:00
Oleg Hahm
d798539f86 make: boards: add feature config to Makefiles 2014-12-22 20:34:40 +01:00
Oleg Hahm
15fc9cb4cb make: do not overwrite features for chronos 2014-12-22 20:34:17 +01:00
Ludwig Ortmann
dc916ad458 Merge pull request #2102 from Kijewski/embunit-module
tests: make embUnit a normal sys module
2014-12-22 12:50:26 +01:00
Ludwig Ortmann
5e0973ca89 Merge pull request #2150 from OlegHahm/more_doc_cleanup
doc: More documentation cleanup
2014-12-22 11:58:59 +01:00
René Kijewski
91050cd72d embunit: fix outputters for msp430 2014-12-21 20:04:57 +01:00
René Kijewski
f684aa4b2d tests: make embUnit a normal sys module
There is nothing quite special about embUnit.

This PR makes it a normal sys module, so that you can use it in any
application / test.
2014-12-21 20:04:57 +01:00
Ludwig Ortmann
bdfa6a26ee Merge pull request #2227 from LudwigOrtmann/make-escape
make: change escape sequence
2014-12-20 19:24:43 +01:00
Ludwig Ortmann
049a6880c1 make: change escaped quotation marks
The '""' pattern is used so that the variable can be processed as a string
after the preprocessors evaluation. Change to \"\" instead, so that single
quotes can be used externally. The extra quotation marks are unneeded.

Related to #2213
2014-12-20 18:53:51 +01:00
Ludwig Ortmann
dd18ef2935 Merge pull request #2185 from Kijewski/issue-2184
x86: QEMU has changed its command line arguments
2014-12-20 18:51:23 +01:00
Ludwig Ortmann
76484fceb7 examples/rpl_udp: blacklist samr21-xpro
It does not have enough RAM to run this application at the moment.
2014-12-20 17:03:57 +01:00
Ludwig Ortmann
d74f7425a5 cpu/samd21: increase default stack size
Provide enough space to run `examples/default`.
2014-12-20 17:00:11 +01:00
Oleg Hahm
db58a8b226 Merge pull request #2214 from rousselk/msp430-fix-intr
Msp430 misc interrupt-related fixes
2014-12-19 16:35:39 +01:00
Hauke Petersen
6a35845203 Merge pull request #2223 from kaspar030/stm32f1_fix_function_definition
stm32f1: make function definition match declaration
2014-12-19 15:58:43 +01:00
547ddddad2 stm32f1: make function definition match declaration 2014-12-19 15:15:00 +01:00