From 8431f320b8a9bbfc4b0a81632e36a146915136bf Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sun, 9 Aug 2020 10:19:26 +0300 Subject: [PATCH] Replace Copyright data --- Font10x14.c | 2 +- adc.c | 3 ++- dsp.c | 3 ++- flash.c | 3 ++- ili9341.c | 3 ++- main.c | 9 +++++---- nanovna.h | 3 ++- numfont20x22.c | 4 +--- plot.c | 3 ++- si5351.c | 4 ++-- si5351.h | 3 ++- spi.h | 2 +- tlv320aic3204.c | 4 +++- ui.c | 3 ++- 14 files changed, 29 insertions(+), 20 deletions(-) diff --git a/Font10x14.c b/Font10x14.c index ee8cce3b..a7fb4575 100644 --- a/Font10x14.c +++ b/Font10x14.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, written by DiSlord dislordlive@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/adc.c b/adc.c index a13e6df9..dafa37bf 100644 --- a/adc.c +++ b/adc.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/dsp.c b/dsp.c index 924a11f8..9205b5ca 100644 --- a/dsp.c +++ b/dsp.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/flash.c b/flash.c index a24f6c28..a89cbb4b 100644 --- a/flash.c +++ b/flash.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/ili9341.c b/ili9341.c index 5d355c74..fa9efb98 100644 --- a/ili9341.c +++ b/ili9341.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2019-2020, written by DiSlord dislordlive@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/main.c b/main.c index fa82f522..26b77132 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2016-2017, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify @@ -119,9 +120,9 @@ uint32_t frequencies[POINTS_COUNT]; // Version text, displayed in Config->Version menu, also send by info command const char *info_about[]={ "Board: " BOARD_NAME, - "2016-2020 Copyright @edy555", - "Licensed under GPL. See: https://github.com/ttrftech/NanoVNA", - "Version: 1.0.18 beta Band+ mode, 12k offset, 192k ADC, compiled by DiSlord",// VERSION, + "2019-2020 Copyright @DiSlord (based on @edy555 source)", + "Licensed under GPL. See: https://github.com/DiSlord/NanoVNA-D", + "Version: 1.0.19 beta Band+ mode, 12k offset, 192k ADC",// VERSION, "Build Time: " __DATE__ " - " __TIME__, "Kernel: " CH_KERNEL_VERSION, "Compiler: " PORT_COMPILER_NAME, diff --git a/nanovna.h b/nanovna.h index a06df12d..4b36c9ea 100644 --- a/nanovna.h +++ b/nanovna.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/numfont20x22.c b/numfont20x22.c index 204b1c4c..a91d873c 100644 --- a/numfont20x22.c +++ b/numfont20x22.c @@ -1,9 +1,7 @@ /* - * Copyright (c) 2014-2019, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com * All rights reserved. * - * Converted to hex by @qrp73 [ https://github.com/qrp73 ] - * Rewritten by DiSlord [dislordlive@gmail.com] * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) diff --git a/plot.c b/plot.c index 0904e44c..8f73ea5b 100644 --- a/plot.c +++ b/plot.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/si5351.c b/si5351.c index 140bf778..1652ff64 100644 --- a/si5351.c +++ b/si5351.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com - * Modified by DiSlord dislordlive@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/si5351.h b/si5351.h index 9e9e35dd..c8f5f22c 100644 --- a/si5351.h +++ b/si5351.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/spi.h b/spi.h index 04238c97..4572d788 100644 --- a/spi.h +++ b/spi.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020, Dmitry Slepynin (DiSlord) dislordlive@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify diff --git a/tlv320aic3204.c b/tlv320aic3204.c index d75504d6..03938295 100644 --- a/tlv320aic3204.c +++ b/tlv320aic3204.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify @@ -293,6 +294,7 @@ static const uint8_t conf_data[] = { // 0x3d, 0x64, // Select ADC PTM_R3 // 0x3d, 0xB6, // Select ADC PTM_R2 // 0x3d, 0xFF, // Select ADC PTM_R1 + 0x47, 0x32, // Set MicPGA startup delay to 6.4ms 0x7b, 0x01, // Set the REF charging time to 40ms 0x34, REG_34_IN2L_TO_LEFT_P_10k, // Route IN2L to LEFT_P with 10K diff --git a/ui.c b/ui.c index a957741b..de488518 100644 --- a/ui.c +++ b/ui.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2014-2015, TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com + * Copyright (c) 2019-2020, Dmitry (DiSlord) dislordlive@gmail.com + * Based on TAKAHASHI Tomohiro (TTRFTECH) edy555@gmail.com * All rights reserved. * * This is free software; you can redistribute it and/or modify