Peter Kietzmann
d797b91a3c
Merge pull request #2828 from kushalsingh007/fix_errors
...
Tests: Fixing warnings in hash_string_module
2015-04-20 09:24:34 +02:00
Oleg Hahm
8926fa2269
rpl: added debug output for DAO default case
2015-04-19 20:56:05 +02:00
Oleg Hahm
3dd3bbb461
transceiver: use transceiver specific broadcast
2015-04-19 20:35:11 +02:00
Martine Lenders
7cbca8064d
Merge pull request #2830 from sgso/fix-pktdump-ipv6-header-version-dump
...
pktdump: fix formatting of snips and false illegal version warning
2015-04-19 18:22:05 +02:00
Martine Lenders
c703554dd1
Merge pull request #2826 from OlegHahm/ps_prefix
...
ps: fix module prefix and documentation plus minor cleanup
2015-04-19 17:29:49 +02:00
Sebastian Sontberg
b228e1a936
pktdump: fix formatting of snip dumps
2015-04-19 16:48:25 +02:00
Oleg Hahm
ca3cae112c
ps: updated authorship
2015-04-19 16:36:05 +02:00
Oleg Hahm
5e94995bfb
ps: removed unnecessary prototype from header
2015-04-19 16:36:05 +02:00
Oleg Hahm
a31aa449a6
ps: added doxygen documentation
2015-04-19 16:36:05 +02:00
Oleg Hahm
89b32aefe3
ps: thread_print_all() had the wrong module prefix
2015-04-19 16:36:05 +02:00
kushalsingh007
2f9f67eb38
Tests: Fixing warnings in hash_string_module
...
- Fixing warnings caused due to directly using the string as argument in
the assert statement for hash_string function.
- Typecasted strings to solve the issue.
2015-04-19 19:00:58 +05:30
Sebastian Sontberg
a8c55ff844
pktdump: fix mishap in ip version header dump
2015-04-19 15:16:45 +02:00
Peter Kietzmann
6099d82d09
Merge pull request #2824 from LudwigOrtmann/pr/tests-cleanup
...
tests: remove some pointless test applications
2015-04-19 13:20:16 +02:00
Oleg Hahm
279fd091d6
Merge pull request #2805 from benpicco/platform_identify
...
oonf_api: use RIOT_VERSION as platform identifier for RIOT
2015-04-19 10:26:12 +02:00
Benjamin Valentin
7a2b705a57
pkg/oonf_api: use RIOT_VERSION platform identifier
2015-04-19 00:22:23 +02:00
Martine Lenders
3a72e5346b
unittests: add tests for ng_sixlowpan_ctx
2015-04-18 15:42:42 +02:00
Martine Lenders
39ed4baa92
ng_sixlowpan: initial import of a context buffer
2015-04-18 15:42:42 +02:00
Martine Lenders
43d5fe1e8e
ipv6_addr: add missing mask to prefix initialization
2015-04-18 15:40:02 +02:00
Martine Lenders
0670f7daea
unittests: make ipv6_addr more sensible to masking errors
2015-04-18 15:40:02 +02:00
Hauke Petersen
4a734d51ca
Merge pull request #2798 from FrancescoErmini/extend_sam3x_gpio
...
cpu/sam3x: extend gpio implementation
2015-04-17 11:52:50 +02:00
Peter Kietzmann
3922f6e04c
Merge pull request #2817 from jfischer-phytec-iot/pr@kinetis-enable-hwcs
...
kinetis_common: add a option to enable hardware CS for kinetis spi
2015-04-17 10:54:52 +02:00
Peter Kietzmann
32f901a142
Merge pull request #2777 from authmillenon/xbee/feat/max_packet_size
...
xbee: add maximum packet size option
2015-04-17 09:15:16 +02:00
Johann Fischer
36e89175b8
cpu/kinetis_common/spi.c: add a option to use hardware cs (PCS0 only)
...
minor fixes:
- get rid of compiler warning "value 'SPI_1' not handled in switch"
- add a giant macro to avoid redundant code in spi_init_master
2015-04-17 09:05:37 +02:00
Hauke Petersen
a2d48e48ec
Merge pull request #2823 from haukepetersen/fix_spi_include
...
drivers/periph/spi: added missing stdint.h include
2015-04-16 18:47:34 +02:00
Martine Lenders
e4deb1e50e
xbee: add maximum packet size option
2015-04-16 18:46:16 +02:00
Lotte Steenbrink
02efbadc48
aodvv2: fix check for redundant RREQ
2015-04-16 09:34:42 -07:00
René Kijewski
2fd7f77e25
tests: remove disable_module
...
This test is included in almost all other tests. Testing the make system
this way is kinda nonsensical.
2015-04-16 18:14:13 +02:00
René Kijewski
f7e72918a2
tests: remove ipc_pingpong
...
This test does not test anything.
2015-04-16 18:14:13 +02:00
René Kijewski
ecf01e521e
tests: delete queue_fairness
...
The test fails because it assumes the `msg_*` functions to yield, which
is unrelated to fairness.
2015-04-16 18:14:13 +02:00
Hauke Petersen
bf4733fd88
drivers/periph/spi: added missing stdint.h include
2015-04-16 18:09:32 +02:00
Martine Lenders
f58eac2188
Merge pull request #2807 from authmillenon/ipv6_addr/fix/prefix-init
...
ipv6_addr: do not null remaining bits in prefix initialization
2015-04-16 18:06:21 +02:00
Peter Kietzmann
cc964ebf87
Merge pull request #2821 from kushalsingh007/new_line_error
...
Tests: Removing extra newline from Makefile.include
2015-04-16 17:09:31 +02:00
Martine Lenders
eb14425806
travis: build applications only on change
2015-04-16 15:54:15 +02:00
Martine Lenders
1b7b35ac81
make: add output for all involved files to an application
2015-04-16 15:53:47 +02:00
Martine Lenders
534a2f93bf
Merge pull request #2814 from authmillenon/pktbuf/fix/remove-fix-return
...
pktbuf: fix snip-was-head case for pktbuf_remove_snip
2015-04-16 15:47:41 +02:00
Martine Lenders
480924afc0
Merge pull request #2741 from authmillenon/pktdump/feat/dump-ipv6
...
pktdump: add IPv6 header dump
2015-04-16 15:46:40 +02:00
Martine Lenders
798b9c782a
Merge pull request #2816 from authmillenon/pktdump/fix/reply-to-getset
...
pktdump: reply to netapi get/set
2015-04-16 15:44:07 +02:00
Martine Lenders
62c8d6ba8f
Merge pull request #2697 from authmillenon/pktdump/feat/snip-dump
...
pktdump: dump data of packet snips structured
2015-04-16 15:38:34 +02:00
Peter Kietzmann
e87a345930
Merge pull request #2820 from haukepetersen/fix_stm32f1_gpioint
...
cpu/stm32f1: fixed GPIO interrupt cb arg handling
2015-04-16 12:38:05 +02:00
Joseph Noir
e3a5bb25af
Add fix for clockid_t on OS X
2015-04-16 11:43:51 +02:00
Oleg Hahm
22689437fb
Merge pull request #2764 from Lotterleben/aodvv2_improve_offers_improvement
...
AODVv2: fix check if a route offers an improvement
2015-04-16 09:50:40 +02:00
Ludwig Ortmann
6a4ee53210
Merge pull request #2813 from PeterKietzmann/extend_test_gpio_exti
...
tests/periph_gpio_exti: extend test to 32 GPIOs
2015-04-16 07:51:24 +02:00
kushalsingh007
88349beb89
Tests: Removing extra newline from Makefile.include
...
- Removing the extra newline from tests-bloom, tests-crypto and
tests-timex.
2015-04-16 09:50:03 +05:30
Lotte Steenbrink
b1c3ca458a
ng_udp: improve debug output
...
This PR corrects the faulty debug output from ng_udp.c:151 and unifies
all debug messages with the prefix ``udp: cannot send packet``.
2015-04-15 20:09:35 -07:00
Francesco Ermini
ca743ae97b
cpu/sam3x: extend gpio implementation
...
fix functions arguments
extended sam3x GPIO from 16 to 31
fix GPIO_NUMOF to 32
add GPIOs
extend GPIO 16-31 for ArduinoDue/UDOO
fix white space at the end gpio_clear
2015-04-15 17:56:00 +02:00
Martine Lenders
39028c7d16
Merge pull request #2802 from haukepetersen/fix_driver_xbee
...
drivers/xbee: declared private functions as static
2015-04-15 17:30:52 +02:00
Lotte Steenbrink
aca795ddb2
Merge pull request #2810 from Lotterleben/aodvv2_na_mcast_init
...
AODVv2: rm unnecessary initialization of na_mcast
2015-04-15 16:06:06 +02:00
Lotte Steenbrink
7f4fc9269d
Merge pull request #2812 from BytesGalore/fib_shell_return_values
...
sys/shell: added missing return values for FIB command handler
2015-04-15 16:05:42 +02:00
Hauke Petersen
5893ca8851
cpu/stm32f1: fixed GPIO interrupt cb arg handling
2015-04-15 15:39:57 +02:00
Oleg Hahm
a18e9bb443
Merge pull request #2809 from authmillenon/netreg_hdr/fix/unused-parameters
...
netreg: ignore payload on default case in header build
2015-04-15 10:01:48 +02:00