Hi,
I working on migrating my project from SDK 14.0 to 15.2 and are currently working on the secure_bootloader. In our current solution we use the __weak nrf_dfu_button_enter_check to poll the button for a while (long press -> DFU, short press -> just start the application). The button handling seems to be moved into nrf_bootloader though, without __weak declaration.
Am I missing something here, or do I have to modify the SDK for my use case to work?
BR Henrik