Alberto Escolar
Alberto Escolar
Unfortunately this check as it is today is causing trouble, while not checking too well for what it intended. Let's reduce its scope until a better solution has been found....
When a manifest has a project with an import, west requires that project to be present locally so it can resolve the whole manifest before it can do quite a...
`west list`, by default, lists only projects which are active in the local workspace. But if one queries for one particular project, it always lists it, even if not active....
It would be nice having an option/command line switch in `west init` that would make it fetch all repos which have sub-manifests (projects with import) at init time. Alternatively it...
When building in a project with `-pedantic` and the latest release, There is now lot's (thousands) of warnings akin to: ``` nrfx/hal/nrf_spim.h:134:1: warning: ISO C99 requires at least one argument...
The BIG info new Framing Mode field was not initialiazed, so random garbage was being sent to the air in this field. For the controller this field is still RFU....
Update the HW models module to: da5f426e7f3aff192a93e5874146260d4dcd943e Including the following: * da5f426 Tests for AAR, CCM & ECB * 03b8461 54: Added AAR, CCM & ECB models * 2ebcc88 Add...
Includes an updated libcrypto with new APIs for CCM packet encryption/decryption. Also some other components have got very minor updates. Note that like always changes are backwards compatible.
Update the EDTT module to: b9ca3c7030518f07b7937dacf970d37a47865a76 Including the following: * b9ca3c7 Fix for for python >= 3.11 * fe9b1d1 Corrected ISO interval for LL/CIS/PER/BV-05-C Fixes #77669
Building drivers/src/nrfx_dppi.c with clang for the nrf5340 results in the following warning: ``` drivers/src/nrfx_dppi.c drivers/src/nrfx_dppi.c:65:47: error: shift count >= width of type [-Werror,-Wshift-count-overflow] 65 | static nrfx_atomic_t m_allocated_channels = DPPI_AVAILABLE_CHANNELS_MASK;...