From 4efc00a806566761db70a0deb07cde446e4f8853 Mon Sep 17 00:00:00 2001 From: Mattia Moffa Date: Wed, 22 Jul 2026 17:19:03 +0200 Subject: [PATCH] Remove NAND info from Targets.md --- docs/Targets.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/Targets.md b/docs/Targets.md index 9daec6ce..51bc0a8a 100644 --- a/docs/Targets.md +++ b/docs/Targets.md @@ -8625,16 +8625,3 @@ Boot success marked. Version: 1 | `FLAGS_HOME` | Keep boot flags in internal flash (required when `EXT_FLASH=1`). | | `MAX3266X_TPU` | Enable TPU hardware SHA256 acceleration (requires `MSDK_DIR`). | | `MAX3266X_OLD` | Build TPU acceleration against the older, deprecated Maxim SDK tree instead of the modern MSDK. | - -### MAX32666: External QSPI NAND Configuration - -A separate configuration is provided for external QSPI NAND flash (Micron -MT29F8G01ADBFD12) as firmware update storage: - -```sh -cp config/examples/max32666-nand.config .config -make clean -make -``` - -See [config/examples/max32666-nand.config](/config/examples/max32666-nand.config) for details.