pyocd / FlashAlgo

Framework for building Arm Cortex-M "FLM" style flash programming algorithms.
Apache License 2.0
160 stars 152 forks source link

Update FlashAlgo to include the Verify field in the flash_blob files #48

Open mmahadevan108 opened 6 years ago

mmahadevan108 commented 6 years ago

A new Verify field has been added to DAPLinks program_target_t structure. This should be included in the flash_blob files generated for use inside DAPLink.

mmahadevan108 commented 6 years ago

cc @c1728p9 @flit @brianesquilona

flit commented 6 years ago

Thanks for the reminder!