Hi,
First of all, I am currently trying to merge several projects and some of the project were using older versions of the drivers. Then I noticed that the oldest update documented in the info center was 2.X while the current driver version used in the SDK is 1.8. Some API methods that are described in the info center doesn't correspond the method actually implemented in the SDK.
Why is there such a descrepency between the SDK, the driver version and the documentation ?
Then I tried to update to the latest driver version, which is 2.6, I now have the reverse issue where the nrf libraries (which are to my understanding up to date) use older version of the drivers. For exemple, the nrf_power_mgmt.c uses an old version of : nrf_power_system_off() while the driver define nrf_power_system_off(NRF_POWER_type * p_reg) AND the info center does refers the the method up to version 15 of the SDK.
Besides, I tried to use the pc_ble_drivers_py for testing purposes but PyPI doesn't allows to install the latest version 0.16 which cause issues unless you install the library from source.
What is happenning ?
Best regards,