This is an automated email from Gerrit. Andreas Bolsch ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3522
-- gerrit commit ce357eb6b11890bb6e6393255245380287ba7e0a Author: Andreas Bolsch <[email protected]> Date: Sun Jun 19 13:34:05 2016 +0200 SPIFLASH_WRITE_STATUS added (required by stmqspi.c) Change-Id: I138f0c070f6bfd36a489db376e0a05f8e999ca54 Signed-off-by: Andreas Bolsch <[email protected]> diff --git a/src/flash/nor/spi.h b/src/flash/nor/spi.h index a184998..3370318 100644 --- a/src/flash/nor/spi.h +++ b/src/flash/nor/spi.h @@ -53,6 +53,7 @@ extern const struct flash_device flash_devices[]; /* SPI Flash Commands */ #define SPIFLASH_READ_ID 0x9F /* Read Flash Identification */ #define SPIFLASH_READ_STATUS 0x05 /* Read Status Register */ +#define SPIFLASH_WRITE_STATUS 0x01 /* Write Status Register */ #define SPIFLASH_WRITE_ENABLE 0x06 /* Write Enable */ #define SPIFLASH_PAGE_PROGRAM 0x02 /* Page Program */ #define SPIFLASH_FAST_READ 0x0B /* Fast Read */ -- ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohomanageengine _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
