Hauke Petersen
Hauke Petersen
This one took me some time to track down :-) Under certain situations, NimBLE on RIOT hard-faulted on nRF boards. This happend maybe every 5th or so time a board...
We are debugging a strange behavior we encountered when doing some experiments with extended advertisements: we have 14 nodes periodically transmitting data to a central sink node via extended advertisements....
While doing a sequence of energy measurements, I noticed some strange behavior on the `nrf52840dk` (`nrf52840`). While running a simple application that sends out legacy advertisements every 500ms, I can...
From #4830: The implementation of almost all our GPIO drivers is not thread safe. Though we have not seen the effect of this somewhere, there are possibilities that pin configurations...
### Contribution description #7445 also introduces priority inheritance for `msg_send_receive` calls. This PR adds a test showcasing priority inversion for `msg_send_receive`, cutting it from #7445 for simpler reviewing... ### Issues/PRs...