Oleg Hahm
2f70d1c271
README: obey character limit
2016-06-13 12:04:17 +02:00
Oleg Hahm
a701262cc7
Merge pull request #5546 from mali/fixtypos
...
sys/arduino: fix typos in documentation
2016-06-12 12:11:19 +02:00
Laurent Navet
b702049134
sys/arduino: fix typos in documentation
2016-06-12 10:45:25 +02:00
Martine Lenders
789b2c0917
Merge pull request #5534 from aeneby/sc_netif_send_empty_payload
...
shell: set NULL pointer for data pakets with zero-length payload
2016-06-09 11:04:44 +02:00
Aaron Sowry
1ae7bc23d8
shell: set NULL pointer for data pakets with zero-length payload
2016-06-09 10:01:17 +12:00
Andreas "Paul" Pauli
29f0eea2ef
cpu/cc2538: add GPIO_PIN() macro to periph_conf.h. ( #5507 )
2016-06-08 14:36:54 -04:00
Martine Lenders
e67eb87f57
Merge pull request #5510 from miri64/tests/enh/gnrc_netif_naming
...
unittests: apply proper naming for gnrc_netif tests
2016-06-08 18:53:44 +02:00
Martine Lenders
9f6a493970
Merge pull request #5528 from zhuoshuguo/fix_header_include_guard
...
CPU: Fixed include guards
2016-06-08 18:35:33 +02:00
zhuoshuguo
1cbe79a373
CPU: fix include header guards
...
Fix cpu/lpc2387/include/lpc2387.h
2016-06-08 16:38:20 +02:00
Martine Lenders
e9bbd54f58
Merge pull request #5033 from Yonezawa-T2/validate_ipv6_size
...
gnrc_ipv6: validates payload size
2016-06-07 17:50:28 +02:00
Martine Lenders
7c3f3931e8
Merge pull request #5523 from aeneby/sc_ack_req
...
shell: Enable setting acknowledgement request flag from shell
2016-06-07 16:58:07 +02:00
Martine Lenders
0f6d8f2949
Merge pull request #5502 from Yonezawa-T2/tests_gnrc_sixlowpan
...
tests: adds 6LoWPAN receiving test
2016-06-07 16:53:46 +02:00
Aaron Sowry
384fce3ae7
shell: Enable setting acknowledgement request flag from shell
2016-06-07 23:08:00 +12:00
Yonezawa-T2
0de34c91c6
gnrc_ipv6: validates payload size
2016-06-07 10:01:23 +09:00
Yonezawa-T2
f7bd2374d0
tests: adds 6LoWPAN receiving test
2016-06-07 09:57:40 +09:00
kYc0o
69b1ef3a41
Merge pull request #5167 from aabadie/iotlab-a8-m3
...
board: port to iotlab M3 of A8
2016-06-06 15:08:32 +02:00
Martine Lenders
a7d7b1188d
Merge pull request #5517 from aabadie/saul_luminosity
...
sys/phydat: adding luminosity unit (Lux)
2016-06-06 11:38:54 +02:00
e2e3704973
sys/phydat: adding illuminance unit (Lux)
2016-06-06 11:04:11 +02:00
Martine Lenders
64b4698fcd
Merge pull request #5516 from cgundogan/pr/rpl/docfix
...
gnrc_rpl: doc fix
2016-06-06 00:30:37 +02:00
Cenk Gündoğan
7c5c3f2673
gnrc_rpl: doc fix
2016-06-05 23:05:59 +02:00
Martine Lenders
b0d5b6d15e
Merge pull request #5508 from ibriano/master
...
cpu: native: Add [v]fprintf to syscalls
2016-06-04 22:38:39 +02:00
Martine Lenders
2af14d6373
unittests: apply proper naming for gnrc_netif tests
2016-06-04 17:21:27 +02:00
Martine Lenders
8426ca99ca
Merge pull request #4178 from rousselk/csma-sender
...
New 'csma_sender' helper module
2016-06-04 14:49:21 +02:00
Iván Briano
6846b4ebdd
cpu: native: Add [v]fprintf to syscalls
...
External packages that may use fprintf(stderr, ...) for logging will
link directly to the libc version of it, and for some reason that
results in the application crashing.
2016-06-03 16:05:14 -03:00
Martine Lenders
98949f5cb4
Merge pull request #5498 from kaspar030/make_msg_content_ptr_void_star
...
core: change msg.content.ptr type to void *
2016-06-03 13:59:25 +02:00
Martine Lenders
c3dcfcf640
Merge pull request #5504 from Yonezawa-T2/sixlowpan_print_elided_address
...
sixlowpan_print: fix dump for elided source/destination address
2016-06-03 12:28:25 +02:00
Yonezawa-T2
7a030004ad
sixlowpan_print: fix dump for elided source/destination address
2016-06-03 18:56:05 +09:00
Peter Kietzmann
e8e9619f01
Merge pull request #5501 from Yonezawa-T2/gnrc_sixlowpan_iphc_propagate_error
...
gnrc_sixlowpan_iphc: propagate UDP decode error
2016-06-03 10:07:06 +02:00
Peter Kietzmann
c6e18a91d0
Merge pull request #5500 from Yonezawa-T2/gnrc_sixlowpan_iphc_debug_format
...
gnrc_sixlowpan_iphc: fix compile error for debug output
2016-06-03 09:46:58 +02:00
Yonezawa-T2
ba4b099d93
gnrc_sixlowpan_iphc: propagate UDP decode error
2016-06-03 11:35:22 +09:00
Yonezawa-T2
a6c14dadb3
gnrc_sixlowpan_iphc: fix compile error for debug output
2016-06-03 11:33:08 +09:00
7718f114cb
all: remove pointer casts for msg.content.ptr
2016-06-02 23:13:42 +02:00
f0b44d5175
core: change type of msg.content.ptr to void*
2016-06-02 20:17:50 +02:00
Martine Lenders
35077bb224
Merge pull request #4871 from kaspar030/remove_netdev2_isr_arg
...
drivers: netdev2: remove netdev2 event_callback isr_arg
2016-06-02 13:30:30 +02:00
Martine Lenders
9b1ad7820c
Merge pull request #5491 from MohmadAyman/isr_stack_usage
...
cpu: add capability to show stack usage of ISR
2016-06-02 12:31:06 +02:00
aee6a6ad60
Merge pull request #5307 from kaspar030/add_fmt_types
...
sys: fmt: add fmt_u64_dec(), print_u64_dec()
2016-06-02 11:12:40 +02:00
15d9ce4963
pkg: lwip: adapt to changed netdev2->event_callback signature
2016-06-02 11:11:40 +02:00
575ee23679
pkg: emb6: adapt to removed netdev2 callback_event arg
2016-06-02 11:11:40 +02:00
af5914bafa
pkg: lwip: adapt t renamed netdev2->isr_arg
2016-06-02 11:11:40 +02:00
3ad195963d
drivers: netdev2: rename isr_arg
2016-06-02 11:11:40 +02:00
d7b17684e4
drivers: net: adapt to removed event_callback argument
2016-06-02 11:11:40 +02:00
82243b86fc
drivers: netdev2: remove extra event_callback argument
2016-06-02 11:11:40 +02:00
be269d3773
tests: unittests: add fmt_u64_dec() tests
2016-06-02 10:40:19 +02:00
5923f6b137
sys: fmt: add fmt_u64_dec()
2016-06-02 10:40:19 +02:00
MohmadAyman
8da1eb9f7a
ps: provide ISR stackusage information
2016-06-02 09:48:37 +02:00
MohmadAyman
53df3e8b57
core: cpu: provide function to acquire ISR stack usage
2016-06-01 23:01:35 +02:00
Oleg Hahm
cc0e8d5b36
Merge pull request #5474 from aabadie/iotlab_no_shell
...
sys/shell: fix build issue when deactivating shell echo (iotlab)
2016-06-01 23:01:34 +02:00
MohmadAyman
720136491a
cpu: unify naming of ISR stacksize macro
2016-06-01 22:47:34 +02:00
6032ffe7f3
Merge pull request #5400 from miri64/pkg/enh/non-concurrent
...
pkg: split patch and download rule
2016-06-01 22:02:04 +02:00
Martine Lenders
56b1dd812f
Merge pull request #5492 from miri64/dist/fix/git-cache-tags
...
git-cache: also fetch tags
2016-06-01 21:44:53 +02:00