From d06a967590d5ea51733100ed805c372689ffe71f Mon Sep 17 00:00:00 2001 From: Matt Venn Date: Tue, 20 May 2025 14:14:56 +0200 Subject: Update Claire's name and fix the reference image in the iceprog help --- iceprog/iceprog.c | 6 +++--- iceprog/mpsse.c | 4 ++-- iceprog/mpsse.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'iceprog') diff --git a/iceprog/iceprog.c b/iceprog/iceprog.c index 3ad202a..d86e874 100644 --- a/iceprog/iceprog.c +++ b/iceprog/iceprog.c @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf + * Copyright (C) 2015 Claire Xenia Wolf * Copyright (C) 2018 Piotr Esden-Tempski * * Permission to use, copy, modify, and/or distribute this software for any @@ -549,14 +549,14 @@ static void help(const char *progname) fprintf(stderr, " programming the flash chip and one zero ohm resistor must be desoldered\n"); fprintf(stderr, " and the FT2232H SI pin must be connected to the iCE SPI_SI pin, as shown\n"); fprintf(stderr, " in this picture:\n"); - fprintf(stderr, " http://www.clifford.at/gallery/2014-elektronik/IMG_20141115_183838\n"); + fprintf(stderr, " https://github.com/yosyshq/icestorm/blob/master/docs/source/_static/images/icestick.jpg\n"); fprintf(stderr, "\n"); fprintf(stderr, "Notes for the iCE40-HX8K Breakout Board:\n"); fprintf(stderr, " Make sure that the jumper settings on the board match the selected\n"); fprintf(stderr, " mode (SRAM or FLASH). See the iCE40-HX8K user manual for details.\n"); fprintf(stderr, "\n"); fprintf(stderr, "If you have a bug report, please file an issue on github:\n"); - fprintf(stderr, " https://github.com/cliffordwolf/icestorm/issues\n"); + fprintf(stderr, " https://github.com/YosysHQ/icestorm/issues\n"); } int main(int argc, char **argv) diff --git a/iceprog/mpsse.c b/iceprog/mpsse.c index 80d462f..0106c45 100644 --- a/iceprog/mpsse.c +++ b/iceprog/mpsse.c @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf + * Copyright (C) 2015 Claire Xenia Wolf * Copyright (C) 2018 Piotr Esden-Tempski * * Permission to use, copy, modify, and/or distribute this software for any @@ -360,4 +360,4 @@ void mpsse_close(void) ftdi_disable_bitbang(&mpsse_ftdic); ftdi_usb_close(&mpsse_ftdic); ftdi_deinit(&mpsse_ftdic); -} \ No newline at end of file +} diff --git a/iceprog/mpsse.h b/iceprog/mpsse.h index b64b076..eb10675 100644 --- a/iceprog/mpsse.h +++ b/iceprog/mpsse.h @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf + * Copyright (C) 2015 Claire Xenia Wolf * Copyright (C) 2018 Piotr Esden-Tempski * * Permission to use, copy, modify, and/or distribute this software for any -- cgit v1.2.3