package/sam-ba: bump version to 3.5
Sadly the most recent version of Microchip's SAM-BA programming tool is no longer hosted on GitHub. Therefore the package is downloaded from Microchip directly. Signed-off-by: Daniel Lang <d.lang@abatec.at> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
4e822fcadf
commit
b55e4d9fd9
@ -8,3 +8,4 @@ config BR2_PACKAGE_HOST_SAM_BA
|
||||
microcontrollers.
|
||||
|
||||
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools
|
||||
https://www.microchip.com/en-us/development-tool/SAM-BA-IN-SYSTEM-PROGRAMMER
|
||||
|
@ -1,3 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 dc32c49688bbfab5aa687042caae5f611fe3d9e722098a561f8f5d2fbc57249d sam-ba_3.3.1-linux_x86_64.tar.gz
|
||||
sha256 f66e431f0401b197e80599156ea93aa3aab050bc4d16523c95fae1107ef9101c sam-ba_3.5-linux_x86_64.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE.txt
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SAM_BA_VERSION = 3.3.1
|
||||
SAM_BA_SITE = https://github.com/atmelcorp/sam-ba/releases/download/v$(SAM_BA_VERSION)
|
||||
SAM_BA_VERSION = 3.5
|
||||
SAM_BA_SITE = https://www.microchip.com/content/dam/mchp/documents/MPU32/ProductDocuments/SoftwareTools
|
||||
SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION)-linux_x86_64.tar.gz
|
||||
SAM_BA_LICENSE = GPLv2
|
||||
SAM_BA_LICENSE_FILES = LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user