X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fdsp5680xx.h;h=05b4a28ee196f652a715fbbb67e58a794cb25b0a;hb=ed028542edef963acfea6b67a07ba2dd396543de;hp=6c86ef8078fcbb1c8241b1309040138aa8966363;hpb=2aa14db67747d25df1f072f262dbc98e2169f718;p=openocd.git diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index 6c86ef8078..05b4a28ee1 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -234,10 +234,11 @@ static inline struct dsp5680xx_common *target_to_dsp5680xx(struct target *target * @param buffer * @param address Word addressing. * @param count In bytes. + * @param verify_flash Execute a CRC check after flashing. * * @return */ -int dsp5680xx_f_wr(struct target * target, uint8_t *buffer, uint32_t address, uint32_t count); +int dsp5680xx_f_wr(struct target * target, uint8_t *buffer, uint32_t address, uint32_t count, int is_flash_lock); /** * The FM has the funcionality of checking if the flash array is erased. This function executes it. It does not support individual sector analysis.