aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-11-30 20:40:34 -0500
committerIan McIntyre <me@mciantyre.dev>2025-11-30 20:40:52 -0500
commitfe3e7300fe42013705144712843c80d1f198a253 (patch)
treeb058a5c5a84a6b925ba2d88d6eca612b3a213a7c
parent635bee2d21704fd76d066be0f66ce2c70ebaacb7 (diff)
Fix speed claim in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20a3adf..9962fe3 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ algorithms, which are distributed in device family packs (DFPs). NXP's
algorithms also work with probe-rs, so prefer those if you want something
official.
-I've found these algorithms can program flash 2x to 4x faster than NXP's
+I've found these algorithms can program flash 2x to 3x faster than NXP's
offerings. These algorithms definitely support page crossings; meaning, if the
debug probe wants to program 4KiB into flash, the algorithm will automatically
chunk it into pages of 256 bytes. This trick reduces I/O overhead between host