Oleg Hahm
|
4fa3bb89ea
|
Merge pull request #3744 from authmillenon/gnrc_ipv6_nc/enh/6lo-nd
gnrc_ipv6_nc: adapt neighbor cache for different ND implementations
|
2015-09-02 21:54:35 +02:00 |
|
Martine Lenders
|
abe63b3f71
|
gnrc_ndp_router: initial import
|
2015-09-02 21:42:10 +02:00 |
|
Oleg Hahm
|
b625d72257
|
Merge pull request #3746 from authmillenon/gnrc_ndp_host/feat/initial
gnrc_ndp_host: Initial import of host behavior of router discovery
|
2015-09-02 18:54:03 +02:00 |
|
Oleg Hahm
|
37e3197d18
|
Merge pull request #3019 from kaspar030/saml21_add_lpm
saml21: add lpm implementation
|
2015-09-02 18:34:26 +02:00 |
|
Thomas Eichinger
|
9c4b511e7d
|
native: don't warn for deprecated code
As native uses the `ucontext` API this change is needed on OS X
as this API is marked as deprecated.
|
2015-09-02 17:34:47 +02:00 |
|
Thomas Eichinger
|
f841811a49
|
cpu/native: fix OS X includes and declarations
|
2015-09-02 17:34:47 +02:00 |
|
Thomas Eichinger
|
f10939c01e
|
cpu/native: add conditional include on OS X for IFNAMSIZ
|
2015-09-02 17:34:47 +02:00 |
|
Thomas Eichinger
|
d9c9c87cf3
|
ng_netdev_eth: functions are not used
|
2015-09-02 17:34:47 +02:00 |
|
Martine Lenders
|
c367477d44
|
gnrc: adapt for gnrc_ndp_host
|
2015-09-02 17:31:10 +02:00 |
|
Martine Lenders
|
b033ff590b
|
gnrc_ndp_host: initial import
|
2015-09-02 17:31:09 +02:00 |
|
Hauke Petersen
|
151dbf95b8
|
test/xtimer_usleep_until: fix and blacklist
- s/N/NUMOF/
- blacklisted chronos for insufficient RAM
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
6df83c55db
|
test/xtimer_remove: s/N/NUMOF/
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
2e9403d8fe
|
board/z1: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
949f0cf0d1
|
board/wsn430-common: added periph timer config
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
c33deca818
|
board/wsn430-v1_4: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
e667cefa4c
|
board/wsn430-v1_3b: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
a053716e4b
|
board/telosb: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
929a38c319
|
board/msb-430h: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
3c3c0b914c
|
board/msb-430: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
812b33fb17
|
board/chronos: added timer and xtimer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
fd8c0de3d2
|
cpu/msp430-common: simplified hwtimer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
c20af817c7
|
cpu/msp430fxyz: added peripheral timer driver
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
335ec926de
|
cpu/cc430: added peripheral timer implementation
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
69e83bbab3
|
cpu: removed hwtimer code from msp430 CPUs
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
824a81ff3a
|
boards/z1: adapted to non-legacy header
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
54384fc7d1
|
boards/wsn430-common: fixed for non-legacy header
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
e928d727fe
|
boards/telosb: adapted to non-legacy ISR def scheme
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
0cdda8bad6
|
boards/chronos: fixed after removing legacy header
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
51610f0399
|
boards/msb-430-common: removed legacymsp430.h code
Conflicts:
boards/msb-430-common/board_init.c
|
2015-09-02 17:10:27 +02:00 |
|
Hauke Petersen
|
7d25b41610
|
cpu/msp430-common: removed legacymsp430.h code
|
2015-09-02 16:47:52 +02:00 |
|
|
6dec2efdd6
|
saml21: add lpm support
|
2015-09-02 16:46:42 +02:00 |
|
Martine Lenders
|
a65804027f
|
gnrc_ipv6_nc: adapt neighbor cache for different ND implementations
|
2015-09-02 14:21:40 +02:00 |
|
Oleg Hahm
|
df21f1b59d
|
Merge pull request #3761 from kaspar030/fix_wired_flag_assignment
sys: net: fix GNRC_IPV6_NETIF_FLAGS_IS_WIRED assignment
|
2015-09-02 14:06:32 +02:00 |
|
Peter Kietzmann
|
ef745a9982
|
Merge pull request #3501 from authmillenon/examples/enh/udp
gnrc_networking example: add capability to send UDP packets repeatedly
|
2015-09-02 13:56:34 +02:00 |
|
Oleg Hahm
|
6786da07e2
|
Merge pull request #3628 from authmillenon/ng_ndp/enh/0-length-addr
gnrc_ndp: add support for address-less link-layers
|
2015-09-02 13:53:22 +02:00 |
|
Martine Lenders
|
289d40d84e
|
gnrc_networking example: add capability to send UDP packets repeatedly
|
2015-09-02 13:45:50 +02:00 |
|
|
2ddf3c7429
|
sys: net: fix GNRC_IPV6_NETIF_FLAGS_IS_WIRED assignment
|
2015-09-02 13:37:26 +02:00 |
|
Martine Lenders
|
522a7f92db
|
Merge pull request #3756 from OlegHahm/ipv6_netif_doc_enhancement
gnrc: ipv6: netif: documentation update
|
2015-09-02 13:06:28 +02:00 |
|
Martine Lenders
|
df827d9c34
|
Merge pull request #3752 from authmillenon/gnrc_ipv6_netif/fix/wired-flag
gnrc_ipv6_netif: IS_WIRED flag collides with Home Agent flag
|
2015-09-02 13:00:27 +02:00 |
|
Martine Lenders
|
6e0a44705b
|
sc_ipv6_nc: add capability for address-less link-layers
|
2015-09-02 12:51:15 +02:00 |
|
Oleg Hahm
|
a5b4642c0a
|
gnrc: ipv6: netif: documentation update
Added a hint to router advertisements to the IPv6 netif flag documentation.
|
2015-09-02 12:28:27 +02:00 |
|
Martine Lenders
|
a980155250
|
ng_ndp: add support for address-less link-layers
|
2015-09-02 12:01:10 +02:00 |
|
Cenk Gündoğan
|
14f3a11d33
|
Merge pull request #3757 from OlegHahm/gnrc_slip_auto_init_rename
auto_init: rename ng_slip to gnrc_slip
|
2015-09-02 08:53:00 +02:00 |
|
Cenk Gündoğan
|
0bbd5d1766
|
Merge pull request #3754 from OlegHahm/tunslip_fix_warning_sys_time
dist: fix missing include of sys/time.h in tunslip
|
2015-09-01 19:27:43 +02:00 |
|
Cenk Gündoğan
|
4a9d08e268
|
Merge pull request #3745 from authmillenon/gnrc_ipv6_netif/enh/rtr-disc-prep
gnrc_ipv6_netif: prepare for router discovery
|
2015-09-01 19:25:08 +02:00 |
|
Oleg Hahm
|
3b4cc81fcd
|
Merge pull request #3138 from daniel-k/net_at86rf2xx_csma
ng_at86rf2xx: Implement CSMA en/disable and setting retries
|
2015-09-01 19:22:38 +02:00 |
|
Oleg Hahm
|
3edfb772f3
|
auto_init: rename ng_slip to gnrc_slip
|
2015-09-01 19:11:30 +02:00 |
|
Martine Lenders
|
b81a4dd695
|
gnrc_ipv6_netif: prepare for router discovery
|
2015-09-01 18:50:40 +02:00 |
|
daniel-k
|
6f705a5189
|
at86rf2xx: implement CSMA settings
|
2015-09-01 18:45:47 +02:00 |
|
Oleg Hahm
|
2c555f748e
|
dist: fix missing include of sys/time.h in tunslip
|
2015-09-01 15:24:01 +02:00 |
|