From 0256d3ce01ca75f03608f7fec6d71de61ec78047 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Wed, 14 Feb 2018 12:55:17 -0300 Subject: [PATCH] Preparing for next binary release --- scripts/build_fw.sh | 2 +- scripts/install_fw_custom.sh | 2 +- scripts/install_fw_duplex.sh | 4 ++-- scripts/install_fw_hshat.sh | 4 ++-- scripts/install_fw_librekit.sh | 4 ++-- scripts/install_fw_nanohs.sh | 2 +- scripts/install_fw_rpi.sh | 6 +++--- scripts/install_fw_usb.sh | 6 +++--- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/build_fw.sh b/scripts/build_fw.sh index 079a716..e6bf9b0 100755 --- a/scripts/build_fw.sh +++ b/scripts/build_fw.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/install_fw_custom.sh b/scripts/install_fw_custom.sh index 0dcc939..2c4f5bc 100755 --- a/scripts/install_fw_custom.sh +++ b/scripts/install_fw_custom.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/install_fw_duplex.sh b/scripts/install_fw_duplex.sh index 3299efb..ba866fc 100755 --- a/scripts/install_fw_duplex.sh +++ b/scripts/install_fw_duplex.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.1.0" +FW_VERSION="v1.2.1" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_hshat.sh b/scripts/install_fw_hshat.sh index dbddc39..1ea5808 100755 --- a/scripts/install_fw_hshat.sh +++ b/scripts/install_fw_hshat.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.1.0" +FW_VERSION="v1.2.1" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_librekit.sh b/scripts/install_fw_librekit.sh index db21526..f16753c 100755 --- a/scripts/install_fw_librekit.sh +++ b/scripts/install_fw_librekit.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.1.0" +FW_VERSION="v1.2.1" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_nanohs.sh b/scripts/install_fw_nanohs.sh index 9622fb8..e80d225 100755 --- a/scripts/install_fw_nanohs.sh +++ b/scripts/install_fw_nanohs.sh @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.1.0" +FW_VERSION="v1.2.1" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" diff --git a/scripts/install_fw_rpi.sh b/scripts/install_fw_rpi.sh index 69d5534..2747882 100755 --- a/scripts/install_fw_rpi.sh +++ b/scripts/install_fw_rpi.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,12 +17,12 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.1.0" +FW_VERSION="v1.2.1" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" -# Download latest firmware for ZUMspot Libre Kit +# Download latest firmware for ZUMspot RPi (GPIO) curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/zumspot_rpi_fw.bin # Download STM32F10X_Lib (only for binary tools) diff --git a/scripts/install_fw_usb.sh b/scripts/install_fw_usb.sh index 1e2f494..2e9b641 100755 --- a/scripts/install_fw_usb.sh +++ b/scripts/install_fw_usb.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 by Andy Uribe CA6JAU +# Copyright (C) 2017,2018 by Andy Uribe CA6JAU # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,12 +17,12 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Configure latest version -FW_VERSION="v1.1.0" +FW_VERSION="v1.2.1" # Change USB-serial port name ONLY in macOS MAC_DEV_USB_SER="/dev/cu.usbmodem1441" -# Download latest firmware for ZUMspot Libre Kit +# Download latest firmware for ZUMspot USB curl -OL https://github.com/juribeparada/MMDVM_HS/releases/download/$FW_VERSION/zumspot_usb_fw.bin # Download STM32F10X_Lib (only for binary tools)