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/4068
-- gerrit commit 3c89f78e33079646c0d627cdb370b81683eb65a6 Author: Yuriy Vynnychek <[email protected]> Date: Wed Mar 15 12:05:52 2017 +0200 Added support for new PSoC 6 device. Change-Id: Iaebb04251d559468051bfb02515ca2ca8ddc0f91 Signed-off-by: Yuriy Vynnychek <[email protected]> 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 : -- ------------------------------------------------------------------------------ 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
