RIOT
RIOT copied to clipboard
RIOT - The friendly OS for IoT
### Contribution description this transforms sys/log into two simple modules this also makes log_write nonstatic for log_color (saving a lot of space in builds) from #18403 ### Testing procedure there...
### Contribution description doccheck checks the `@defgroup` and `@ingroup` commands for doxygen sadly it uses a wrong list of files this brings them more in sync ### Testing procedure run...
### Contribution description This PR fixes a typo in `HAVE_IEEE802154_RADIO_HAL_INTERFACE` and selects this symbol from the 802.15.4 variant of nrf52840 radios. ### Testing procedure Murdock should do most of the...
### Contribution description This PR is a take over of original work by @MichelRottleuthner to port KW2XRF radios to the IEEE 802.15.4 Radio HAL. The port should be complete and...
Much CI time is wasted as unrelated hash failure occur. Finding out why is taking some time. In order to stop killing dolphins we will disable only the hash checks....
### Contribution description This PR extends the GPIO wake-up logic from deep sleep. Depending on SoC capabilities, ESP32x SoC variants support different logical combinations of GPIO levels to wake-up from...
### Contribution description This helpers that allow storing, accessing, and working with data in flash that works for both classical Harvard architectures (which do not map flash also into the...
### Contribution description This PR improves debugging of the peripheral STM32 Ethernet driver. It was used to debug the issue fixed in https://github.com/RIOT-OS/RIOT/pull/18416 It does two things: - sprinkle a...
### Contribution description We don't have to carry this information inside every `coap_pkt_t`, it's enough to provide it via the request context information. ### Testing procedure `examples/gcoap_dtls` still works ```...
### Contribution description This prepares the lwIP adaption layer to work with netdevs that provide `netdev_driver_t::confirm_send()`, allowing to write event based non-blocking netdevs. ### Testing procedure This PR does not...