Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Install-BinTools.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Import-Module .\tools\scripts\Build-netmf.psm1
Invoke-WebRequest -Uri "http://netmf.github.io/downloads/build-tools.zip" | Expand-Stream -Destination $SPOROOT
Invoke-WebRequest -UseBasicParsing -Uri "http://netmf.github.io/downloads/build-tools.zip" | Expand-Stream -Destination $SPOROOT
2 changes: 1 addition & 1 deletion Install-CMSIS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ $packSourceURLBase = "https://github.com/ARM-software/CMSIS/releases/download/v$

# download the pack and extract the files into the curent directory
$dstPath = [System.IO.Path]::Combine( $SPOCLIENT, "CMSIS" )
Invoke-WebRequest -Uri "$packSourceURLBase/$packFileName" | Expand-Stream -Destination $dstPath
Invoke-WebRequest -UseBasicParsing -Uri "$packSourceURLBase/$packFileName" | Expand-Stream -Destination $dstPath