Andreas Urke
Andreas Urke
This PR contains proposed fixes to misc. complaints from cppcheck and clang scan-build. Some might be a bit pedantic so we can cherry-pick whatever we want to keep after discussion....
If either PERIPH or SERIAL domain is signaled to be kept on through the LPM modules functionality, it seems the watchdog timer is still running even during deep sleep. Thus...
Some bug-fixes and improvements to the GPIO HAL: 1. Fixed a bug where the MCU does not wakeup from standby on DIO edges, and thus interrupts may be lost. *...
Using a sniffer, I happened to notice my GW sometimes transmitted several bursts of DIOs at each interval instead of the expected single burst. Digging into the 6lbr.log (see bottom)...
Currently the cc26xx-cc13xx platform uses the hardware True Random Number Generator (TRNG) in its random-arch implementation, while simplelink uses a pseudo-RNG (PRNG) with the TRNG only for the seed. The...
This PR * Enable support for setting hysteresis for GPIOs * Clear any existing events before enabling interrupts via `gpio_hal_arch_pin_cfg_set()` (making it identical to `gpio_hal_arch_interrupt_enable()`).
## Summary When a DAO inconsistency is noticed in storing mode RPL, a No-Path DAO is sent to the transmitter in order remove the erroneous route. This behavior seems to...
This is a workaround for issue #2285, where received packets that are addressed to ourselves and are forwarded inconsistently (according to [RFC6550 Section 11.2.2.2](https://www.rfc-editor.org/rfc/rfc6550#section-11.2.2.2)), will be dropped. This happens as...
This PR 1. Proposes a workaround to RPL issue #2377 2. ~~Adds a test that showcases #2377~~ The test for the issue was added separately in #2548. This PR simply...
This might be an issue in TriScale, or me misunderstanding a use-case. TL;DR: `analysis_kpi()` returns a valid value when too few data-points supplied - if the "unintuitive" bound is selected...