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

6145 Commits

Author SHA1 Message Date
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
Martine Lenders
cc95939050 pktdump: reply to netapi get/set
Since some layers need to get options from their neighboring layers the
previous behavior is potentially stack breaking when testing with this
module since no reply is given to this requests, reply blocking the
requesting thread in the process.
2015-04-14 17:09:16 +02:00
Martine Lenders
526d9d7ead pktdump: add IPv6 header dump 2015-04-14 14:21:45 +02:00
Martine Lenders
f34df829dc pktdump: dump data of packet snips structured 2015-04-14 14:20:33 +02:00
Martine Lenders
2c46c79fd5 pktbuf: fix snip-was-head case for pktbuf_remove_snip 2015-04-14 13:48:36 +02:00
e9fb853a81 Merge pull request #2804 from authmillenon/pktbuf/api/pktbuf_remove
pktbuf: add helper function to remove snips from packet
2015-04-14 12:30:14 +02:00
PeterKietzmann
a3c2035834 tests/periph_gpio_exti: extend test to 32 GPIOs 2015-04-14 11:50:44 +02:00
Hauke Petersen
fa0a887dd5 drivers/xbee: declared private functions as static 2015-04-14 11:49:10 +02:00
Lotte Steenbrink
82caf87128 Merge pull request #2796 from BytesGalore/aodv_return_on_socket_fail
routing/aodv: added return on failed socket creation for receiver thread
2015-04-14 11:43:36 +02:00
BytesGalore
bbaddc756d sys/shell: added missing return values 2015-04-14 11:41:10 +02:00
Martine Lenders
ccd4b5a2bf unittests: adapt unittests for ipv6_addr_init_prefix() change 2015-04-14 11:17:11 +02:00
Martine Lenders
1230fc4070 ipv6_addr: do not null remaining bits in prefix initialization 2015-04-14 11:12:28 +02:00
Cenk Gündoğan
ac5e9af4e5 Merge pull request #2607 from cgundogan/rpl_update_rt_table_for_all_dodags
rpl: update routing table information for all dodags
2015-04-14 11:11:43 +02:00
Martine Lenders
dde61699f0 netreg: ignore payload on default case in header build 2015-04-14 10:43:03 +02:00