[riot-devel] GNRC with sleepy nodes

2017-11-20 Thread Francisco Molina
>Hi, > >since the timers you mentioned are dependent on xtimer and since xtimer has >some known issues with power management (what those are directly I can't >say due to my own lack of knowledge there, some hardware person on this >list might give you more detailed information on that) in the defau

Re: [riot-devel] GNRC with sleepy nodes

2017-11-20 Thread Robert Hartung
Xtimer is not guaranteed to be based on timers that keep running in low power modes. Therefore sleeping is not supported on most devices. Am 20.11.2017 um 21:05 schrieb Francisco Molina: > >Hi, > > > >since the timers you mentioned are dependent on xtimer and since xtimer has > >some known issues

Re: [riot-devel] GNRC with sleepy nodes

2017-11-20 Thread Daniel Evans
Issues #7743 and #7332 both discuss the problem. Dan > On Nov 20, 2017, at 12:13 PM, Robert Hartung wrote: > > Xtimer is not guaranteed to be based on timers that keep running in low power > modes. Therefore sleeping is not supported on most devices. > > Am 20.11.2017 um 21:05 schrieb Franci