This is an automated email from Gerrit. psocprogrammer ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4070
-- gerrit commit adc5dcb2e5a92f0235120c35182aab90c9c8471a Author: Yuriy Vynnychek <[email protected]> Date: Wed Mar 15 12:35:04 2017 +0200 Added support for new PSoC 6 device. Change-Id: Ie5180c7dcf1a55748d90ecf44a3bb1ec85e433be Signed-off-by: Yuriy Vynnychek <[email protected]> diff --git a/src/flash/nor/psoc6.c b/src/flash/nor/psoc6.c index 5b50d79..e375d2d 100755 --- a/src/flash/nor/psoc6.c +++ b/src/flash/nor/psoc6.c @@ -235,10 +235,10 @@ static const struct Psoc6ChipDetails *psoc6_details_by_id(uint32_t siliconId) } p++; } - - if(!isExpectedStatus) - LOG_INFO("Unknown PSoC 6 device silicon id 0x%08" PRIx32 ".", siliconId); - + + if (!isExpectedStatus) + LOG_INFO("Unknown PSoC 6 device silicon id 0x%08" PRIx32 ".", siliconId); + return chipInfo; } -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
