Cenk Gündoğan
|
c21fbe9574
|
doxygen: use uppercase GNRC
|
2015-12-08 21:01:39 +01:00 |
|
Cenk Gündoğan
|
9d270ad1c0
|
doxygen: mainpage: link to GNRC
|
2015-12-08 21:01:39 +01:00 |
|
Cenk Gündoğan
|
0b77b259ef
|
gnrc: enhance documentation
|
2015-12-08 21:01:39 +01:00 |
|
Oleg Hahm
|
693d438068
|
Merge pull request #4189 from jfischer-phytec-iot/wip@nhc-udp
gnrc_sixlowpan_iphc.c: add nhc udp encoding and decoding
|
2015-12-08 16:49:25 +01:00 |
|
Oleg Hahm
|
e8ed9fbe83
|
Merge pull request #4386 from OlegHahm/posix_sockets_stream_fixes
POSIX sockets: implicit bind for connect()
|
2015-12-08 16:35:29 +01:00 |
|
Oleg Hahm
|
e062a497e9
|
Merge pull request #4425 from authmillenon/doc/enh/netapi
doc: gnrc netapi: make get/set documentation clearer
|
2015-12-08 16:21:06 +01:00 |
|
Daniel Krebs
|
bb4fe8d256
|
Merge pull request #3954 from daniel-k/pr/at86rf2xx_fix_lqi
at86rf2xx: fix lqi reading
|
2015-12-08 16:10:52 +01:00 |
|
Johann Fischer
|
994dd19f03
|
makefiles: add gnrc_sixlowpan_iphc_nhc module
|
2015-12-08 14:50:26 +01:00 |
|
Johann Fischer
|
c6ab57f468
|
gnrc_udp.c adapt for nhc udp encoding and decoding
|
2015-12-08 14:50:25 +01:00 |
|
Johann Fischer
|
a85d50b9d1
|
gnrc_sixlowpan_iphc.c: add nhc udp decoding and encoding
This patch adds UDP Header Compression and Decompression as
specified in https://tools.ietf.org/html/rfc6282#section-4.3
UDP NHC module will be included only if UDP is used.
|
2015-12-08 14:50:25 +01:00 |
|
daniel-k
|
a643789ab5
|
at86rf2xx: fix LQI reading
|
2015-12-08 14:46:56 +01:00 |
|
Peter Kietzmann
|
d3f250a088
|
Merge pull request #4437 from jfischer-phytec-iot/fix@gnrc_sixlowpan_frag-gnrc_minimal
gnrc_sixlowpan.c: fix warning if GNRC_SIXLOWPAN_FRAG module not used
|
2015-12-08 14:33:17 +01:00 |
|
Cenk Gündoğan
|
8e63ae95f3
|
Merge pull request #4330 from thomaseichinger/pr/cmdline2xml_fix
eclipsesym/cmdline2xml.sh: introduce workaround readlink function
|
2015-12-08 14:12:37 +01:00 |
|
Thomas Eichinger
|
4a8b2aed56
|
eclipsesym/cmdline2xml.sh: introduce workaround readlink function
readlink for OS X and FreeBSD does not offer -m flag to canonicalise the
file's path. Implement a workaround shell function to simulate behaviour.
|
2015-12-08 13:59:32 +01:00 |
|
Johann Fischer
|
199789ffbc
|
gnrc_sixlowpan.c: fix warning if GNRC_SIXLOWPAN_FRAG module not used
|
2015-12-08 13:59:15 +01:00 |
|
Cenk Gündoğan
|
338acc0b7c
|
Merge pull request #4200 from haukepetersen/add_driver_enc28j60
drivers: added support for the enc28j60 ethernet chip
|
2015-12-08 13:17:51 +01:00 |
|
Martine Lenders
|
15220b26ad
|
Merge pull request #4381 from PeterKietzmann/sixlo_frag_unblocking
gnrc_sixlowpan_frag: Make fragmentation non-blocking
|
2015-12-08 13:13:48 +01:00 |
|
Oleg Hahm
|
e07c98ea88
|
Merge pull request #4274 from OlegHahm/ccnl_reimport
CCN-lite reimport
|
2015-12-08 12:11:33 +01:00 |
|
Oleg Hahm
|
4e5facd750
|
Merge pull request #4428 from PeterKietzmann/revert_stm32l1_i2c
Revert "stm32l1/i2c.c: adapt for new periph driver interface"
|
2015-12-08 11:58:31 +01:00 |
|
Oleg Hahm
|
11add4d8fd
|
sockets: implicit bind for connect()
According to
http://pubs.opengroup.org/onlinepubs/009695399/functions/connect.html
for a "socket [that] has not already been bound to a local address,
connect() shall bind it to an address which, unless the socket's address
family is AF_UNIX, is an unused local address."
|
2015-12-08 11:57:20 +01:00 |
|
Hauke Petersen
|
692e22eb18
|
sys/auto_init: added initialization for enc28j60
|
2015-12-08 11:51:18 +01:00 |
|
Hauke Petersen
|
6cbdec8395
|
tests: added test application for enc28j60 driver
|
2015-12-08 11:51:18 +01:00 |
|
Hauke Petersen
|
22cc26e9d7
|
drivers: added driver for enc28j60 ethernet chip
|
2015-12-08 11:51:18 +01:00 |
|
Thomas Eichinger
|
0f80e688f3
|
Merge pull request #4115 from haukepetersen/opt_stm32f4_uart
cpu/stm32f4: optimized UART driver
|
2015-12-08 11:44:13 +01:00 |
|
Thomas Eichinger
|
10323329ce
|
Merge pull request #4412 from DipSwitch/pr/at86rf2xx-phy-mode
at86rf2xx: Add support for channel page
|
2015-12-08 11:40:47 +01:00 |
|
Hauke Petersen
|
cf53aeddd8
|
Merge pull request #4382 from haukepetersen/rm_core_flagsh
core: move thread flags from flags.h to thread.h
|
2015-12-08 11:36:43 +01:00 |
|
Oleg Hahm
|
5259629678
|
ccn-lite example: use TLSF
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
13958178f5
|
shell: move ccnl commands from example to shell
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
c96679f3d1
|
doc: include package documentation
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
f3d16b85a5
|
ccn-lite: initial import of an example
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
fc8dd7fdd7
|
pkg: initial import of ccn-lite package
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
666b347eeb
|
net: ETH_ALEN as alias for ETHERNET_ADDR_LEN
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
796cb58a8a
|
net: added NDN ethertype
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
3fddead681
|
net: added packet header
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
e257563bd3
|
posix: added packet address family
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
7e26470288
|
gnrc nettype: added a CCN nettypes
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
f3e3e40bda
|
Merge pull request #4360 from OlegHahm/relic_import
Add a RELIC package and unit test that shows how to use it
|
2015-12-08 10:05:54 +01:00 |
|
Oleg Hahm
|
7fd62876af
|
unittests: exclude tests for particular platforms
|
2015-12-08 08:58:11 +01:00 |
|
Oleg Hahm
|
a236fabcd4
|
cpu stm32f4: rename HASH macro
The HASH macro for an address in STM32's MCU hardware implementation is prone to naming clashes.
|
2015-12-08 08:58:11 +01:00 |
|
Tobias Markmann
|
57b8a24466
|
Add a RELIC package and unit test that shows how to use it
Add install of cmake to .travis.yml.
Test-Information:
This has been tested on OS X and on Ubuntu for both the native target
and STM32F4Discovery.
|
2015-12-08 08:58:11 +01:00 |
|
Oleg Hahm
|
fcb5fbf7f6
|
Merge pull request #4398 from OlegHahm/stm_header_cleanup
cpu: remove superfluous definitions in ST header
|
2015-12-08 08:52:23 +01:00 |
|
Oleg Hahm
|
6dcb1809cc
|
Merge pull request #4423 from OlegHahm/tests_coap_conn_dep
tests coap: POSIX sockets require conn
|
2015-12-08 02:42:57 +01:00 |
|
Oleg Hahm
|
0250d62509
|
Merge pull request #4358 from OlegHahm/eliminate_pedantic_errors
Eliminate pedantic errors
|
2015-12-08 02:05:30 +01:00 |
|
Oleg Hahm
|
f3d161d97a
|
cpu: remove superfluous definitions in ST header
|
2015-12-08 01:48:21 +01:00 |
|
Oleg Hahm
|
aa3ef774d0
|
cpu stm32f1 periph spi: simplify condition
|
2015-12-08 01:48:21 +01:00 |
|
Oleg Hahm
|
6f0d05e725
|
Merge pull request #4376 from haukepetersen/opt_boards_modulename
boards: changed module name to 'board'
|
2015-12-07 23:48:06 +01:00 |
|
Oleg Hahm
|
bcb56fd542
|
Merge pull request #4429 from OlegHahm/at86rf231_proto_netopt_fix
at86rf2xx: dereference NETOPT_PROTO option
|
2015-12-07 22:47:38 +01:00 |
|
|
6a473e6cc2
|
Merge pull request #4426 from kaspar030/fix_fmt_u32_dec_zero_case
sys: fmt: fix converting "0" in fmt_u32_dec()
|
2015-12-07 22:28:32 +01:00 |
|
Hauke Petersen
|
809b907ec6
|
exmaples/gnrc_tftp: adapted to changed FLAG names
|
2015-12-07 22:10:48 +01:00 |
|
Hauke Petersen
|
cc23481d55
|
tests: adapted to renamed THREAD_FLAGS
|
2015-12-07 22:09:47 +01:00 |
|