Jukka Rissanen
Jukka Rissanen
> Can we replace NET_IF_LOWER_UP with NET_IF_UP in net_if_tx() function to solve this issue? No, you should not do that. `NET_IF_UP` presents admin state of the interface i.e., it is...
You have out of tree driver and application, it very difficult to understand what your code is doing. cc: @rlubos if you have any extra ideas
This is already implemented and merged.
I cherry-picked the fix from this PR to #79973, as if this is merged first, the other PR will have a merge conflict and will delay it further. So the...
* CI fixes * updated according to comments
* CI fix
* CI fixes * Added documentation
> I guess it would be tricky to have an automated test for this in the same suite. That's really my only concern. Yeah, that can be tricky. I can...
The API seems to be unstable so I think it is ok to adjust to it (perhaps updating the version number to 0.8.1). With this in mind, I think this...
If the 3rd parameter would be a flag (uint32_t or uint64_t) we could introduce new boolean options in the future (not really sure if there is any need for that).