Results 278 comments of Peter A. Jonsson

Use the contiki-ng.github.io repository to store data. This PR needs a key with read/write permissions on repository on contiki-ng.github.io, and the key put in a secret called `DATA_PUSH_TOKEN` here.

The test case is valuable to get into develop for tracking the behavior, so we'll know if this issue is accidentally fixed by something else. Can you split out the...

This is what I expect the final tinyCBOR import to look like, but Doxygen is putting up a fight, so marking this as a draft for now. This depends on...

> To avoid naming conflicts, I would rather like to have this as a service. Ok, that is annoying. Fixed.

@tdesmet do you think this PR and adding the following to some compilation unit in your software would work for your use case from #755? ``` CC_CONSTRUCTOR(CONTIKI_MIN_INIT_PRIO - 1) static...

The ordering guarantees for the priority to `CC_CONSTRUCTOR` on macOS is weaker, only guaranteed within the module. I have updated the PR so it also works on macOS, even if...

Do you get the same error with v4.9 or the develop branch?

Do you get the error with Contiki-NG v4.9 or the develop branch?