Commit Graph

120 Commits (88c8d2f3790ad98e6bd96c02bded63c839246a8f)

Author SHA1 Message Date
Martine Lenders 58ff31bfe9 gnrc: make all gnrc modules sub-modules of gnrc 8 years ago
Martine Lenders 70d40f17b0 Merge pull request #3653 from authmillenon/gnrc_rpl/fix/deps
gnrc_rpl: fix dependencies
8 years ago
Martine Lenders 4283b1515d gnrc_rpl: fix dependencies
The dependency conditional for RPL was at the very end of
`Makefile.dep`, giving depending modules no chance to pull in their
dependencies.

Also it pulled in the deprecated module `net_help`, though it did not
use any of it's functions (it just included `inet_pton.h` for `AF_INET6`).
8 years ago
Martine Lenders 93031c9b60 sixlowpan: move non-GNRC stuff to its own module 8 years ago
Martine Lenders 87c222d2fa Merge pull request #3595 from authmillenon/gnrc/api/mv
gnrc: rename ng_netbase to gnrc
8 years ago
Martine Lenders b969eeb217 gnrc: rename ng_netbase to gnrc 8 years ago
Cenk Gündoğan 7f6966aacc ng_rpl: RPL for the gnrc network stack 8 years ago
Oleg Hahm b68213a410 Merge pull request #3561 from OlegHahm/ipv6_source_candidate_set
IPv6: implement source address candidate selection
8 years ago
Oleg Hahm 8b2d9bfe4b make: added dependency from ipv6_netif to bitfield 8 years ago
Martine Lenders 56817ba015 Merge pull request #3596 from authmillenon/udp/api/disintangle
udp: put UDP header in its own module
8 years ago
Martine Lenders 2903667494 tests: adapt unittests for ipv6_hdr module division 8 years ago
Martine Lenders 4f650b31f9 ipv6: move non-GNRC types and functions in their own modules 8 years ago
Oleg Hahm 8639d2c27d at86rf2xx: rename remaining files and variables 8 years ago
Martine Lenders 203561e741 ipv6_addr: remove ng_ prefix 8 years ago
Martine Lenders 4e5fa612c1 ng_ndp: prepare for parallel NDP implementations 8 years ago
Martine Lenders a5e039cf4d udp: put UDP header in its own module 8 years ago
Martine Lenders 8f9e1656e1 at86rf2xx: remove ng_ prefix 8 years ago
Martine Lenders 9607ade1a1 Merge pull request #3582 from authmillenon/ieee802154/api/mv
ieee802154: remove ng_ prefix
8 years ago
Martine Lenders 5c03268516 inet_csum: remove ng_ prefix 8 years ago
Martine Lenders 9cf5e5fb6a ieee802154: remove ng_ prefix 8 years ago
Kaspar Schleiser c5dfa445ec make: remove obsolete legacy network stack dependencies 8 years ago
Kaspar Schleiser 5d8349298f remove bulk of legacy network stack and drivers 8 years ago
Cenk Gündoğan ea5e371383 sys/universal_address: separate universal_address from fib 8 years ago
Martine Lenders 9e823076f4 ng_pktbuf: new default packet buffer implementation 8 years ago
Martine Lenders 78ef5f08e1 make: add 6LoWPAN IPHC as default module for 6LoWPAN 8 years ago
Joakim Gebart 9781ea99cc drivers/hih6310: Initial commit of HIH6310 driver
Honeywell HumidIcon Digital Humidity/Temperature Sensors: HIH-6130/6131 Series

Only basic humidity and temperature measurement support is implemented.

Missing:
 - Alarm interrupts
 - Command mode (reconfigure i2c address, alarm levels, alarm polarity, custom ID)
8 years ago
Lotte Steenbrink 51ac879fa2 add FIB to AODVv2 8 years ago
Kaspar Schleiser 49ea7a3d61 sys: factor stdio uart functions out of newlib's syscalls 8 years ago
Martine Lenders c5318336ae net: intial import of the ZEP protocol 8 years ago
Martine Lenders 871a6f9cde ng_nettest: some fixes 8 years ago
Oleg Hahm b85f076027 Merge pull request #3098 from authmillenon/ng_nettest/feat/initial
ng_nettest: initial import of a ng_netapi test framework
8 years ago
Martine Lenders f28c5041eb ng_nettest: initial import of a ng_netapi test framework 8 years ago
Hauke Petersen 5cde312103 make.dep: added dependecy for ng_netif_default 8 years ago
Martine Lenders ae3d88fcae Merge pull request #2806 from authmillenon/ng_sixlowpan_iphc/feat/initial
ng_sixlowpan: Initial import of IP header compression
8 years ago
Martine Lenders 9a989264d8 ng_sixlowpan: initial import of IP header compression 8 years ago
Martine Lenders e3bdc53c37 Merge pull request #2898 from authmillenon/ng_ipv6_ext/feat/initial
ng_ipv6_ext: initial import of extension header handling (including RPL SRH)
8 years ago
Martine Lenders 96ab1fa283 ng_slip: initial import 8 years ago
Martine Lenders 3acc8718f2 ng_net: add 6LoWPAN as dependency for IEEE 802.15.4 devices
Only applies if ng_ipv6 also was included.
8 years ago
Joseph Noir bddaee751d Add replacement headers for thread, mutex and cond
These headers do not provide full stl functionality,
but a small subset:
* thread and this_thread
* condition_variable (some timed functions are missing)
* mutex, lock_guard and unique_lock
8 years ago
Kaspar Schleiser c944d54171 core: log: introduce logging API 8 years ago
Martine Lenders dcfa2681d6 ng_ipv6_ext: initial import of extension header handling 8 years ago
Martine Lenders d76fb3fa8b make: introduce *_default pseudo-modules
Fixes #2971
8 years ago
Martine Lenders ee11a2ae56 ng_ndp: initial import of the address resolution 8 years ago
Oleg Hahm d1bfa2f2ff Merge pull request #2555 from authmillenon/ng_icmpv6/feat/initial
ng_icmpv6: Initial import
9 years ago
Martine Lenders 86133b8404 ng_icmpv6_echo: initial import 9 years ago
Martine Lenders 591ef1826f ng_icmpv6: Initial import 9 years ago
haukepetersen 867beae836 make: added missing deps for ng_nomac and ng_netif 9 years ago
Martine Lenders 067a3498c5 netif_hdr: add print function 9 years ago
Hauke Petersen fefac35c1c drivers: new driver for at86rf2xx family radios 9 years ago
haukepetersen b1d8752711 net: added NG_UDP implementation 9 years ago