NordicPlayground / nrf51-ble-dfu-symmetric-signing

Symmetric signing example for the SDK bootloader using a SHA256-based HMAC
8 stars 8 forks source link

softdevice_information not defined, possibly missing from dfu_types.h #2

Open ulabs-sgiroux opened 9 years ago

ulabs-sgiroux commented 9 years ago

I reverted to the previous dfu_init_template included with SDK9->

softdevice_information->firmware_id
goes to
SD_FWID_GET(MBR_SIZE)

I'd be curious to hear if you have any comments about this and if it may be an acceptable solution.