Atis Elsts

Results 60 comments of Atis Elsts

Do you think that putting the lines fevent = (fevent + 1) % PROCESS_CONF_NUMEVENTS; --nevents; in a critical section would create too much run-time overhead? That would solve the problem,...

As far as I know, Contiki-NG does not claim to support any other linkaddr size than 8. Most of the code should work of different linkaddr sizes, but we don't...

Alex, could you look at this?

We will look at it. One change to suspect if the problem is the speed is the scanning poll frequency. It seems that different chips may require different settings. Here...

Now I've never used the CC1200 radio myself, but I think if the config has `CSMA_CONF_SEND_SOFT_ACK` set to 1, then CSMA code also should to this to tell the radio...

Whatever the conclusion for the rest of the discussion is, the CSMA change should be applied - it's just sensible defensive programming, and cannot possibly break anything as long as...

There are some conflicts now, can you resolve them? We could include this in version 4.8.

thanks, will test this

Sorry, I don't agree with this at all. This PR disables hardware timestamps on all platforms that did not explicitly enable it before, effectively ignoring and overriding any user config....

We can make this non-user configurable if there are good reasons, but then it should be removed from `tsch-conf.h`, no? I assume things that are user-configurable are in `tsch-conf.h`, while...