commit | 5455786bfb4b09af11f4354a6bb4842d37d78419 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Mon May 15 12:01:04 2023 +0200 |
committer | Nico Huber <nico.h@gmx.de> | Fri Dec 08 19:56:50 2023 +0000 |
tree | 4444295adb9d0e6f9e13e08a16bc5c88a0b14352 | |
parent | c3b02dce51aad2766512d1939a1b7447c2d526b8 [diff] |
spi95: Avoid automatic probing It turned out that the read ID command for the ST/M95 family (0x83) is a write command for AT45DB chips. We'll tag respective chips as using a SPI95 command set, like we did for EDI, to avoid automatic probing. Change-Id: Ibdf364424ac9cd8a734507a05fe769f008f8178e Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/75218 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>