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/3521

-- gerrit

commit 310f62b7deac01e0a87e52090d22c7fb33bf1316
Author: Andreas Bolsch <[email protected]>
Date:   Sun Jun 19 13:19:29 2016 +0200

    Added ids for some newer devices
    
    Change-Id: I871391458f481a2ebadb0e79ecc8f3d67bc3029c
    Signed-off-by: Andreas Bolsch <[email protected]>

diff --git a/src/flash/nor/stmqspi.c b/src/flash/nor/stmqspi.c
index ef38f7d..4fe10fa 100644
--- a/src/flash/nor/stmqspi.c
+++ b/src/flash/nor/stmqspi.c
@@ -162,10 +162,13 @@ struct stmqspi_target {
 };
 
 static const struct stmqspi_target target_devices[] = {
-       /* name,                        device_id, qspi_base,   io_base */
-       { "stm32f74x_75x",      0x449,  0x90000000,     0xA0001000 },
-       { "stm32l4x6",          0x415,  0x90000000,     0xA0001000 },
-       { NULL,                         0x000,  0x00000000,     0x00000000 },
+       /* name,                                device_id, qspi_base,   io_base 
*/
+       { "stm32l4x6",                  0x415,  0x90000000,     0xA0001000 },
+       { "stm32f446",                  0x421,  0x90000000,     0xA0001000 },
+       { "stm32f469_479",              0x434,  0x90000000,     0xA0001000 },
+       { "stm32f74x_75x",              0x449,  0x90000000,     0xA0001000 },
+       { "stm32f76x_77x",              0x451,  0x90000000,     0xA0001000 },
+       { NULL,                                 0x000,  0x00000000,     
0x00000000 },
 };
 
 FLASH_BANK_COMMAND_HANDLER(stmqspi_flash_bank_command)

-- 

------------------------------------------------------------------------------
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

Reply via email to