From f76bd279ba804a466e0da4962b13b0a00fe1b2db Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sat, 31 Jan 2026 15:41:26 -0600 Subject: [PATCH] runners: Fixed W25Q64JV url No idea how this ended up with the wrong url! I only noticed when tSE didn't match what was in the datasheet (expected 45ms, found 50ms). Ugh. I've been copying this url around for a while now without noticing, so this is not the only repo that needs fixing... --- runners/bench_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/bench_defines.h b/runners/bench_defines.h index 96ba348c..e2d2a807 100644 --- a/runners/bench_defines.h +++ b/runners/bench_defines.h @@ -28,7 +28,7 @@ #ifndef BENCH_NAND // default timings for NOR flash, based on w25q64jv: // https://www.winbond.com/resource-files/ - // W25Q256JV%20SPI%20RevQ%2002072025%20Plus.pdf + // W25Q64JV%20RevM%2012242024%20Plus.pdf // // note one thing unique to NOR flash is the extreme erase cost //