File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ [Net.ServicePointManager ]::SecurityProtocol = " tls12, tls11, tls"
1
2
$storageDir = $pwd
2
3
$webclient = New-Object System.Net.WebClient
3
4
# Download gcc-arm-none-eabi
@@ -25,6 +26,6 @@ $url = "https://developer.mbed.org/media/downloads/drivers/mbedWinSerial_16466.e
25
26
$file = " $storageDir \mbedWinSerial_16466.exe"
26
27
$webclient.DownloadFile ($url , $file )
27
28
# Download mbed-cli
28
- $url = " https://www.github.com/ARMmbed/mbed-cli/archive/1.9 .0.zip"
29
- $file = " $storageDir \mbed-cli-1.9 .0.zip"
29
+ $url = " https://www.github.com/ARMmbed/mbed-cli/archive/1.10 .0.zip"
30
+ $file = " $storageDir \mbed-cli-1.10 .0.zip"
30
31
$webclient.DownloadFile ($url , $file )
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ ${StrTrimNewLines}
49
49
; Config Section
50
50
!define PRODUCT_NAME " Mbed CLI for Windows"
51
51
!define PRODUCT_VERSION " 0.4.10"
52
- !define MBED_CLI_ZIP " mbed-cli-1.9 .0.zip"
53
- !define MBED_CLI_VERSION " mbed-cli-1.9 .0"
52
+ !define MBED_CLI_ZIP " mbed-cli-1.10 .0.zip"
53
+ !define MBED_CLI_VERSION " mbed-cli-1.10 .0"
54
54
!define MBED_CLI_ENV " MBED_CLI_TOOLS"
55
55
!define PRODUCT_PUBLISHER " Arm Mbed"
56
- !define PYTHON_INSTALLER " python-2.7.14.msi"
56
+ !define PYTHON_INSTALLER " python-2.7.14.amd64. msi"
57
57
!define GCC_EXE " gcc-arm-none-eabi-6-2017-q2-update-win32.exe"
58
58
!define GIT_INSTALLER " Git-2.17.1.2-32-bit.exe"
59
59
!define MERCURIAL_INSTALLER " Mercurial-4.1.1.exe"
You can’t perform that action at this time.
0 commit comments