|
From: <ge...@op...> - 2017-03-15 10:07:29
|
This is an automated email from Gerrit. psocprogrammer (yur...@cy...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4068 -- gerrit commit 3c89f78e33079646c0d627cdb370b81683eb65a6 Author: Yuriy Vynnychek <yur...@cy...> Date: Wed Mar 15 12:05:52 2017 +0200 Added support for new PSoC 6 device. Change-Id: Iaebb04251d559468051bfb02515ca2ca8ddc0f91 Signed-off-by: Yuriy Vynnychek <yur...@cy...> diff --git a/src/flash/nor/psoc6.c b/src/flash/nor/psoc6.c index 42c7f21..63a12d9 100755 --- a/src/flash/nor/psoc6.c +++ b/src/flash/nor/psoc6.c @@ -279,9 +279,8 @@ FLASH_BANK_COMMAND_HANDLER(psoc6_flash_bank_command) } -/*------------------------------------------------------------------------------ - SROM APIs basics --------------------------------------------------------------------------------- +/****************************************************************************** +* SROM APIs basics ****************************************************************************** * Purpose : Polls lock status of IPC structure * Parameter : -- |