Commit Graph

240 Commits (aee0eeeb993eff73d84ca181def18301af09b96c)

Author SHA1 Message Date
Kaspar Schleiser 4fb07a852d sys: net: add UHCP protocol code and gnrc client implementation 7 years ago
Hauke Petersen 6bebc9d588 make: moved driver deps to drivers/Makefile.deps 7 years ago
Martine Lenders 8ab89c473a Merge pull request #4713 from authmillenon/pkg/port/emb6
pkg: initial import of emb6 stack
7 years ago
Oleg Hahm 4f17d2bd9c Merge pull request #5211 from kaspar030/ethos_fixes
drivers: ethos: misc fixes
7 years ago
Kaspar Schleiser b1c06be9e4 drivers: ethos: add missing dependency to random module 7 years ago
Martine Lenders 0ab8aae529 emb6: add conn_udp wrapper 7 years ago
Martine Lenders 0b0d3b18c1 emb6: add netdev2 wrapper 7 years ago
Martine Lenders 518f645779 emb6: provide minimal HAL wrapper 7 years ago
Martine Lenders aecb8ef15b emb6: initial import 7 years ago
Martine Lenders 5431df6a7e lwip: initial import of conn_udp wrapper 7 years ago
Martine Lenders 410f44f07d lwip: initial import of conn_ip wrapper 7 years ago
Martine Lenders b0347527fd lwip: map lwIP modules to RIOT modules 7 years ago
Martine Lenders 932bec50ed lwip: add port for RIOT 7 years ago
Martine Lenders 29515a7bb9 pkg: initial import of lwIP package 7 years ago
Oleg Hahm 376874284b Merge pull request #3721 from cgundogan/pr/rpl/gnrc_rpl_p2p
rpl: introducing P2P-RPL
7 years ago
Cenk Gündoğan 30217f8a7b Merge pull request #5040 from kYc0o/rid_of_vtimer
sys/compat/vtimer: get rid of
7 years ago
Oleg Hahm 37879d515f pkg ccn-lite: set CCNL_RIOT define in Makefile 7 years ago
kYc0o f92b025b85 vtimer: get rid of 7 years ago
Oleg Hahm 10f5f1aa33 make: introduce netif_default pseudomodule
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
7 years ago
Hauke Petersen 2510fe03f5 Merge pull request #4646 from authmillenon/at86rf2xx/api/netdev2
at86rf2xx: port to netdev2
7 years ago
Cenk Gündoğan b5c09bfc41 rpl: introducing p2p-rpl 7 years ago
Martine Lenders 1724ab50fc Merge pull request #4654 from Yonezawa-T2/fix_ipv6_ext
ipv6_ext: fixed extension header handling
7 years ago
Martine Lenders 5bfc9e43fb at86rf2xx: port to netdev2 7 years ago
Yonezawa-T2 bc5b0c3140 ipv6_ext: fixed extension header handling 7 years ago
Joakim Nohlgård 2b51e4b116 newlib: Introduce newlib_nano pseudomodule 7 years ago
Martine Lenders 1caf0bcc8a Merge pull request #4645 from authmillenon/netdev2/enh/ieee802154
netdev2: add basic IEEE 802.15.4 support
7 years ago
kYc0o 6e8d574534 sys/net/routing/nhdp: get rid of vtimer
sys/net/routing/nhdp/nhdp.c: fix identation

sys/net/routing/nhdp/nhdp.h: fix typo
7 years ago
Oleg Hahm 8c7cfca340 make: missing dependency to gnrc_netdev2
If netdev2_tap is used with gnrc, this module is also required.
7 years ago
Oleg Hahm 7552867858 make: removed non-existing gnrc_netdev_eth 7 years ago
Martine Lenders b1a9dfe384 netdev2_ieee802154: import of common IEEE802.15.4 netdev2 module 7 years ago
Oleg Hahm 1e14d6d5d5 Merge pull request #4354 from kaspar030/add_prng_tinymt32
sys: random: import tinymt32 PRNG, make it default
7 years ago
Kaspar Schleiser d9cf871e2e sys: random: import tinymt32 PRNG 7 years ago
Oleg Hahm 375ea74526 make: add gnrc_conn_udp as dependency for libcoap 7 years ago
Martine Lenders e8a1fab07d gnrc_pkt: provide type search function 7 years ago
Kaspar Schleiser 8cf5ffdabc Merge pull request #4332 from marshall/customSyscalls
cpu/cortexm_common: enable custom newlib syscalls w/ newlib_syscalls_X
7 years ago
Kaspar Schleiser 9e3e485ec0 drivers: net: add ethos (ethernet over serial) driver 7 years ago
Marshall Culpepper 160da3fab1 cpu/cortexm_common: enable custom newlib syscalls w/ newlib_syscalls_X 7 years ago
BytesGalore 10ea1226bc gnrc/ipv6: add blacklisting of IPv6 addresses 7 years ago
Martine Lenders 70c3d29036 gnrc_icmpv6_error: initial import 7 years ago
BytesGalore 195a57e3c9 schedstatistics: removed redundant dependency entry 7 years ago
Kaspar Schleiser f44976b55e sys: net: disable NHC 7 years ago
Martine Lenders dfd741f95d ipv6_hdr: add ipv6_addr as dependency 7 years ago
Johann Fischer 994dd19f03 makefiles: add gnrc_sixlowpan_iphc_nhc module 7 years ago
Kaspar Schleiser 14a54bddce cpu: native: netdev2_tap: make use of netdev2_eth module 7 years ago
DipSwitch ede923bc5c tftp: implement TFTP server and client
Fix: packet size and typo in transfer mode main -> mail
7 years ago
Hauke Petersen 786895a378 sys: added module for handling physical data 7 years ago
Oleg Hahm 4d27214a8d Merge pull request #4258 from BytesGalore/cpp11_use_xtimer
cpp11: vtimer->xtimer
7 years ago
BytesGalore 529e83675e cpp11: switched to use xtimer
Also switched the syscalls of cpu/native to use xtimer, only at _gettimeofday()
7 years ago
Hauke Petersen 7855cb3707 sys: added module for running Arduino code 7 years ago
René Kijewski ab3345ac5a Merge pull request #4321 from kaspar030/cleanup_posix
sys: cleanup posix compat code
7 years ago