From: Christopher Kilgour Date: Sat, 7 Jul 2012 23:47:06 +0000 (-0700) Subject: kinetis: ensure flash writes are not truncated X-Git-Tag: v0.6.0-rc2~13 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=4c3972c1df759564343aa63a424f7791a8ab9b19;hp=4c3972c1df759564343aa63a424f7791a8ab9b19;p=openocd.git kinetis: ensure flash writes are not truncated The number if longwords or "sections" (Freescale term) written for a Kinetis flash write (4, 8, or 16 bytes depending on the part density/granularity) are now rounded up to ensure there are no truncations when the desired write is not a multiple of the minimum write size. Change-Id: I8db40a8769d8ac5393a46cbf4e5ff0df82faf916 Signed-off-by: Christopher Kilgour Reviewed-on: http://openocd.zylin.com/738 Tested-by: jenkins Reviewed-by: Freddie Chopin ---