Simon Duquennoy

Results 83 comments of Simon Duquennoy

Wow, that's a really good point. I think you're right! Agree on both suggested options. A thread-safe event queue would be nice.

We really need to fix this. A lot easier now with our more limited set of supported platforms. One more: * `RADIO_RX_MODE_ADDRESS_FILTER`: is this only about address filtering (as the...

Just adding for reference, this is documented on cc13x2 in the TRM: https://www.ti.com/lit/ug/swcu185d/swcu185d.pdf?ts=1600702551585&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FCC1352R Section 25.10.5.2.1 IEEE 802.15.4g Packet Format: "The IEEE 802.15.4g PHY header must be presented MSB first to...

Interesting, and nicely executed. Comments: * Maybe `csprng_init` should move to `main` instead of platform init functions * Do we need an example with a compile test? All the files...

One last little thing on my side: as you add a new example, please add a compile test for it on a least one platform. We'll need @g-oikonomou 's approval...

The problem is a bit tricky: the root chooses not to use the fallback interface for anything belonging to the RPL prefix, e.g. fd00::/64. But when we get a ping...

What does the dirty fix do? Suggestions for a clean version of it? A full fix would probably require multiple-interface support...

I haven't looked closely yet, but is this related to https://github.com/contiki-ng/contiki-ng/issues/186 by any chance?

Not sure I fully got the issue. How do the new functions differ from `RTIMER_CLOCK_LT` and `RTIMER_CLOCK_DIFF`?

(except for the fact they are documented, unlike the existing macros :s)