Peter Kietzmann
|
dcafbb8d0c
|
Merge pull request #4835 from authmillenon/netdev2_test/feat/init
netdev2_test: initial import
|
2016-03-30 16:59:08 +02:00 |
|
Martine Lenders
|
97de8aa52b
|
netdev2_test: initial import
Imports a generic framework to test and experiment with netdev2-based
modules.
|
2016-03-30 15:56:25 +02:00 |
|
Toon Stegen
|
eae002c957
|
sys/include: include stdint when using uint8_t
|
2016-03-30 15:34:25 +02:00 |
|
Cenk Gündoğan
|
9dbfdcac0b
|
Merge pull request #4279 from BytesGalore/fib_prefix_handling_change
fib: changed handling of the net prefix by the FIB
|
2016-03-30 11:19:49 +02:00 |
|
BytesGalore
|
38d5fc2476
|
universal_address: replaced returned literals by defined constants
* added and adjusted doxy for the new defined return values
* stripped whitespaces for statements in the compare functions
|
2016-03-30 10:29:00 +02:00 |
|
BytesGalore
|
1bc9c3bfd2
|
fib: changed handling of the net prefix
Until now the prefix length has been determined automatically by the FIB
This PR changes it to be provided as msb(yte) in the global_flags of an entry
|
2016-03-30 10:05:05 +02:00 |
|
Martine Lenders
|
6504671a33
|
Merge pull request #5179 from OlegHahm/ipv6_recv_assert_instead_check
gnrc ipv6: replace check by assert
|
2016-03-29 19:42:00 +02:00 |
|
Oleg Hahm
|
376874284b
|
Merge pull request #3721 from cgundogan/pr/rpl/gnrc_rpl_p2p
rpl: introducing P2P-RPL
|
2016-03-29 19:04:27 +02:00 |
|
Oleg Hahm
|
f15e038efe
|
doc: mandatory netif snip for gnrc_ipv6 receive()
|
2016-03-29 18:42:58 +02:00 |
|
Hauke Petersen
|
2a4b7cbc91
|
sys/phydat: dump function can handle fixed floats
|
2016-03-29 15:23:04 +02:00 |
|
Hauke Petersen
|
95d26d3b94
|
sys/fmt: added format for fixed floating points
|
2016-03-29 15:23:04 +02:00 |
|
Martine Lenders
|
6aacfa8a42
|
Merge pull request #5176 from OlegHahm/netstats_only
net: introduce netstats
|
2016-03-26 11:29:52 +01:00 |
|
Oleg Hahm
|
d6498162f2
|
netdev2: introduce netstats
|
2016-03-25 21:43:16 +01:00 |
|
Cenk Gündoğan
|
30217f8a7b
|
Merge pull request #5040 from kYc0o/rid_of_vtimer
sys/compat/vtimer: get rid of
|
2016-03-25 14:35:35 +01:00 |
|
kYc0o
|
f92b025b85
|
vtimer: get rid of
|
2016-03-24 17:10:54 +01:00 |
|
Oleg Hahm
|
10f5f1aa33
|
make: introduce netif_default pseudomodule
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
|
2016-03-24 16:47:30 +01:00 |
|
Cenk Gündoğan
|
b5c09bfc41
|
rpl: introducing p2p-rpl
|
2016-03-24 12:12:07 +01:00 |
|
Martine Lenders
|
1724ab50fc
|
Merge pull request #4654 from Yonezawa-T2/fix_ipv6_ext
ipv6_ext: fixed extension header handling
|
2016-03-24 10:53:00 +01:00 |
|
Yonezawa-T2
|
6443a2bb5c
|
gnrc_pktbuf: Adds a function to duplicate packet chain
|
2016-03-24 18:20:28 +09:00 |
|
Oleg Hahm
|
826a089419
|
net ipv6: use full include path
Using an "absolute" instead of a relative include path, make the doxygen output less confusing.
|
2016-03-23 22:39:46 +01:00 |
|
Oleg Hahm
|
a65e6aad59
|
Merge pull request #5118 from OlegHahm/udp_build_hdr_simplification
gnrc: simplify hdr_build functions
|
2016-03-23 15:31:58 +01:00 |
|
Oleg Hahm
|
cba3ba71ab
|
gnrc netreg: remove generic hdr build function
|
2016-03-23 15:20:12 +01:00 |
|
Oleg Hahm
|
32af3f962e
|
gnrc ipv6: make address parameters const
|
2016-03-23 15:20:12 +01:00 |
|
Oleg Hahm
|
991c71cf27
|
gnrc ipv6: use ipv6_addr_t ptr for hdr_build
|
2016-03-23 15:20:12 +01:00 |
|
Oleg Hahm
|
360413a033
|
gnrc ipv6 hdr: remove len params from hdr_build
|
2016-03-23 15:20:11 +01:00 |
|
Oleg Hahm
|
487f6e480f
|
gnrc udp: simplify gnrc_udp_hdr_build
Directly using 16 bit port numbers instead of casting uint8_t pointers.
|
2016-03-23 15:20:11 +01:00 |
|
Cenk Gündoğan
|
b280984862
|
gnrc_rpl: add netif_addr to DODAG
|
2016-03-23 10:37:38 +01:00 |
|
Cenk Gündoğan
|
095e4558df
|
Merge pull request #5135 from cgundogan/pr/gnrc_rpl/proper_iface_handling
gnrc_rpl: proper interface handling
|
2016-03-23 10:34:47 +01:00 |
|
Cenk Gündoğan
|
3b9fda6d03
|
gnrc_rpl: proper interface handling
|
2016-03-23 10:12:01 +01:00 |
|
Cenk Gündoğan
|
cf94b5016e
|
gnrc_rpl: thread prio greater than gnrc_ipv6
|
2016-03-22 18:27:28 +01:00 |
|
Oleg Hahm
|
d1ccfea80a
|
Merge pull request #5129 from cgundogan/pr/gnrc_rpl/minor_cleanup
gnrc_rpl: minor enhancements
|
2016-03-22 17:26:21 +01:00 |
|
Oleg Hahm
|
1787cb6ed2
|
Merge pull request #5019 from cgundogan/pr/fib/flush
fib: flush entries
|
2016-03-22 17:16:48 +01:00 |
|
Cenk Gündoğan
|
fc75ff9b29
|
gnrc_rpl: minor fixes and enhancements
|
2016-03-22 16:50:16 +01:00 |
|
DipSwitch
|
5b5810ab7b
|
Merge pull request #5109 from DipSwitch/pr/fix_core_inc_irq
core: Fix/refactor function naming in core/incude/irq.h
|
2016-03-22 08:12:24 +01:00 |
|
Joakim Nohlgård
|
9f6d5c3d34
|
Merge pull request #4183 from gebart/pr/xtimer-spin-overflow
xtimer: Handle overflows in xtimer_spin()
|
2016-03-22 06:38:19 +01:00 |
|
Yonezawa-T2
|
bc5b0c3140
|
ipv6_ext: fixed extension header handling
|
2016-03-22 12:45:08 +09:00 |
|
Cenk Gündoğan
|
771757c84f
|
Merge pull request #5082 from cgundogan/pr/gnrc_rpl/dodag_conf_optional_on_join
gnrc_rpl: make DODAG_CONF optional when joining DODAG
|
2016-03-21 18:22:44 +01:00 |
|
DipSwitch
|
0bb4748a94
|
core: Fix/refactor function naming in core/incude/irq.h
|
2016-03-20 16:47:34 +01:00 |
|
Joakim Nohlgård
|
bc88a4aec7
|
sys/xtimer: Fix doxygen for XTIMER_SHIFT
|
2016-03-19 13:43:16 +01:00 |
|
Joakim Nohlgård
|
d4f577238e
|
gnrc/nettype: Add missing closing Doxygen brace
|
2016-03-17 20:57:54 +01:00 |
|
Cenk Gündoğan
|
39255ee8f8
|
gnrc_rpl: make DODAG_CONF optional when joining DODAG
|
2016-03-16 14:31:49 +01:00 |
|
Cenk Gündoğan
|
b15c1a2bd1
|
gnrc_rpl: rename req_opts to dio_opts
|
2016-03-16 14:16:15 +01:00 |
|
Martine Lenders
|
0a3b56e0b4
|
Merge pull request #5006 from immesys/fix-rtr-adv
ndp: change rtr adv src to link local
|
2016-03-16 12:42:12 +01:00 |
|
Martine Lenders
|
312047fa84
|
Merge pull request #5029 from gebart/pr/6lo-decoded-hdr-snip-ordering
gnrc_sixlowpan: Preserve order when replacing 6lowpan header by decoded IPv6 header
|
2016-03-16 11:53:53 +01:00 |
|
Martine Lenders
|
2305b9dca7
|
Merge pull request #5084 from brummer-simon/devel-color
RGB color inversion and complementary color calculation added
|
2016-03-16 11:47:34 +01:00 |
|
Simon Brummer
|
1af9612b34
|
sys/color: added RGB inversion and complementary color
|
2016-03-16 11:43:26 +01:00 |
|
Joakim Nohlgård
|
373a4d9e2c
|
Merge pull request #5073 from cgundogan/pr/gnrc_rpl/trickle_parameters_compile_time
gnrc_rpl: make trickle parameters configurable
|
2016-03-16 11:25:46 +01:00 |
|
Martine Lenders
|
1caf0bcc8a
|
Merge pull request #4645 from authmillenon/netdev2/enh/ieee802154
netdev2: add basic IEEE 802.15.4 support
|
2016-03-15 18:28:29 +01:00 |
|
Martine Lenders
|
b0b76ba3a6
|
gnrc: initial import of GNRC<->netdev2 glue code for 802.15.4
|
2016-03-15 17:11:22 +01:00 |
|
Cenk Gündoğan
|
370105760c
|
gnrc_rpl: make trickle parameters configurable
|
2016-03-15 14:23:08 +01:00 |
|
Hauke Petersen
|
4b67fccf2b
|
sys/uart_stdio: adapted to cb type change
|
2016-03-15 11:02:06 +01:00 |
|
Hauke Petersen
|
a1e3bb1bfc
|
sys: s/adc_util/analog_util/ and added DAC mapping
|
2016-03-14 20:39:31 +01:00 |
|
Joakim Nohlgård
|
d95e7a3572
|
xtimer: Handle overflows in xtimer_spin()
|
2016-03-14 11:19:58 +01:00 |
|
Hauke Petersen
|
5b57bc80b0
|
sys: added module for simple ADC value converion
|
2016-03-14 10:38:42 +01:00 |
|
Joakim Nohlgård
|
c3b7f640a0
|
sys/xtimer: Remove unused XTIMER_USLEEP_UNTIL_OVERHEAD
|
2016-03-14 08:26:44 +01:00 |
|
Joakim Nohlgård
|
d770d6ab31
|
gnrc_sixlowpan: Preserve order when replacing 6lowpan header by decoded IPv6 header
|
2016-03-12 11:36:24 +01:00 |
|
Oleg Hahm
|
8baf8f839d
|
Merge pull request #5047 from Lotterleben/fib_FIB_MSG_RP_SIGNAL_UNREACHABLE_DESTINATION_doc
fib: extend FIB_MSG_RP_SIGNAL documentation
|
2016-03-12 01:52:58 +01:00 |
|
Martine Lenders
|
b3b880be6a
|
Merge pull request #4903 from kaspar030/xtimer_fixes
sys: xtimer: fix some race conditions
|
2016-03-12 00:18:56 +01:00 |
|
Lotte Steenbrink
|
52cfa865a9
|
fib: extend FIB_MSG_RP_SIGNAL documentation
|
2016-03-11 14:10:01 -08:00 |
|
Cenk Gündoğan
|
ba7d6230c0
|
Merge pull request #4935 from authmillenon/gnrc_sixlowpan_iphc_nhc/fix/frag
gnrc_sixlowpan_iphc_nhc: fix NHC UDP decoding for fragmented packets
|
2016-03-11 16:41:27 +01:00 |
|
Cenk Gündoğan
|
f5df674a4f
|
gnrc_pktdump: make pid global
|
2016-03-11 14:22:20 +01:00 |
|
Joakim Nohlgård
|
dc303a4f0b
|
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
|
2016-03-11 12:04:00 +01:00 |
|
René Kijewski
|
818d703810
|
Merge pull request #5004 from OlegHahm/core_kernel_macros_attributs_merge
core: merge kernel_macros.h and attributes.h into kernel_defines.h
|
2016-03-10 16:47:10 +01:00 |
|
Oleg Hahm
|
bdcf8879fd
|
core: merged kernel_macros.h and attributes.h
Merged into new kernel_defines.h and updated all includes.
|
2016-03-09 22:29:06 +01:00 |
|
Martine Lenders
|
71b6221b57
|
Merge pull request #4991 from OlegHahm/gnrc_netdev_cleanup
gnrc_netdev: cleanup
|
2016-03-09 19:30:41 +01:00 |
|
Cenk Gündoğan
|
2991addea8
|
fib: add flush function
|
2016-03-09 17:30:56 +01:00 |
|
Michael Andersen
|
2f001776db
|
ndp: fix stub parameters
|
2016-03-08 23:21:16 -08:00 |
|
Michael Andersen
|
60f6aeaf70
|
ndp: change rtr adv src to link local
|
2016-03-08 21:33:35 -08:00 |
|
|
9e3081849e
|
sys: xtimer: fix some race conditions
|
2016-03-09 01:51:59 +01:00 |
|
Oleg Hahm
|
ee0f31df9a
|
conn_udp: document correct create & recv usage
Both functions must be called from the same thread.
|
2016-03-08 19:48:20 +01:00 |
|
Oleg Hahm
|
c2ebeb1281
|
gnrc: removed deprecated and unused header
|
2016-03-08 16:33:12 +01:00 |
|
Martine Lenders
|
32e0c7ae66
|
Merge pull request #4636 from authmillenon/ieee802154/enh/general-hdr
ieee802154: provide general header build and read functions
|
2016-03-07 21:02:52 +01:00 |
|
Martine Lenders
|
399b8026d3
|
ieee802154: provide general header build and read functions
|
2016-03-07 16:40:30 +01:00 |
|
|
2b010b5337
|
core: rename tcb_t -> thread_t, move into thread.h
|
2016-03-05 18:20:17 +01:00 |
|
Martine Lenders
|
ae52bf9a12
|
gnrc_sixlowpan_iphc_nhc: fix NHC UDP decoding for fragmented packets
|
2016-03-04 16:40:45 +01:00 |
|
kYc0o
|
e730f1bdc3
|
Merge pull request #4878 from locicontrols/cc2538-periph-timer
cpu/cc2538/periph/timer overhaul
|
2016-03-03 11:11:57 +01:00 |
|
Martine Lenders
|
5c8ae83660
|
Merge pull request #3544 from authmillenon/ng_icmpv6_error/feat/send+neterr
gnrc_icmpv6_error: Initial import of IPv6 error convenience functions
|
2016-03-03 04:29:34 +01:00 |
|
Martine Lenders
|
e76fef89b8
|
Merge pull request #4936 from OlegHahm/sixlowpan_nalp_fix
sixlowpan: check the first 2 bits of dispatch byte
|
2016-03-03 00:54:37 +01:00 |
|
Ian Martin
|
856c5e1539
|
s/XTIMER_RSHIFT/XTIMER_USEC_TO_TICKS/g
s/XTIMER_LSHIFT/XTIMER_TICKS_TO_USEC/g
|
2016-03-01 15:18:45 -05:00 |
|
Ian Martin
|
3c275370c3
|
xtimer: support a negative XTIMER_SHIFT.
|
2016-03-01 15:15:19 -05:00 |
|
Ian Martin
|
f86c118594
|
xtimer: define XTIMER_RSHIFT() and XTIMER_LSHIFT() macros to avoid using XTIMER_SHIFT directly.
|
2016-03-01 15:15:19 -05:00 |
|
Martine Lenders
|
43f84878ec
|
gnrc_icmpv6_error: Initial import of IPv6 error convenience functions
|
2016-03-01 20:42:27 +01:00 |
|
Oleg Hahm
|
e8d18c1856
|
sixlowpan: check the first 2 bits of dispatch byte
|
2016-03-01 18:33:29 +01:00 |
|
Martine Lenders
|
2082296d5b
|
ipv6_addr: optimize for size
|
2016-03-01 18:29:15 +01:00 |
|
Martine Lenders
|
754a028929
|
Merge pull request #4907 from haukepetersen/opt_saul_reg_globalvar
sys/saul_reg: made registry a global variable
|
2016-03-01 14:23:07 +01:00 |
|
Martine Lenders
|
327f7c442c
|
Merge pull request #4816 from kaspar030/rename_genrand
sys: random: rename genrand_* to random_*
|
2016-03-01 13:58:39 +01:00 |
|
Joakim Nohlgård
|
3af809bdfc
|
Merge pull request #4910 from kaspar030/core_header_cleanup
core: header cleanup
|
2016-02-29 22:48:35 +01:00 |
|
|
ded39b461e
|
sys: random: rename genrand_* to random_*
|
2016-02-29 21:33:17 +01:00 |
|
|
9082273746
|
core: header cleanup
|
2016-02-28 22:46:28 +01:00 |
|
Cenk Gündoğan
|
0ac4ee705c
|
ipv6: rpl: add source routing header for RPL
|
2016-02-27 20:39:12 +01:00 |
|
Hauke Petersen
|
3d63db5aed
|
sys/saul_reg: made registry a global variable
|
2016-02-26 16:37:02 +01:00 |
|
Martine Lenders
|
3023ae1a51
|
Merge pull request #4897 from authmillenon/sixlowpan/fix/missing-headers
sixlowpan: include missing headers
|
2016-02-25 12:38:10 +01:00 |
|
Martine Lenders
|
24ffa767ef
|
sixlowpan: include missing headers
|
2016-02-25 00:42:02 +01:00 |
|
BytesGalore
|
f0245bd648
|
hashes/sha256: add sha256-chain computation and verification functions
* also added unittetst for it
x[SQUASH ME] separated out all waypoints test and increased waypoints
|
2016-02-24 19:04:17 +01:00 |
|
Oleg Hahm
|
e0732a5a81
|
Merge pull request #4701 from OlegHahm/sha1
hashes: Import of SHA-1 algorithm
|
2016-02-23 12:23:21 +01:00 |
|
Oleg Hahm
|
6afd629d1a
|
hashes: add SHA-1 hashing algorithm
|
2016-02-23 12:09:37 +01:00 |
|
Cenk Gündoğan
|
e0311c85cf
|
color: add hex2color, color2hex, str2rgb, rgb2str
|
2016-02-21 20:18:25 +01:00 |
|
Martine Lenders
|
a66ce9c3eb
|
Merge pull request #4784 from authmillenon/gnrc_pkt/api/search-type-function
gnrc_pkt: provide type search function
|
2016-02-15 13:33:45 +01:00 |
|
Ludwig Knüpfer
|
be4ac58e0c
|
sys/hashes, sys/checksum: mv fletcher* checksum
|
2016-02-15 09:29:04 +01:00 |
|
Ludwig Knüpfer
|
1fedd456ce
|
Revert "crc: rename checksum to CRC"
This reverts commit 3f645884a4 .
|
2016-02-15 09:28:57 +01:00 |
|