Alberto Escolar

Results 13 issues of 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....

area: Coding Guidelines

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...

enhancement
Partial imports

`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....

enhancement
Partial imports

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...

enhancement
Partial imports

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....

area: Bluetooth
area: Bluetooth Controller
size: XS

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...

manifest
manifest-nrf_hw_models
size: XS

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.

manifest
manifest-bsim
manifest-babblesim_base
manifest-babblesim_ext_2G4_libPhyComv1
manifest-babblesim_ext_libCryptov1
manifest-babblesim_ext_2G4_modem_BLE_simple

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

manifest
manifest-edtt
size: XS
backport v3.7-branch

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;...