Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Connect STLink programmers to xpcc vm by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed May 23, 2016
1 parent edf22e5 commit f706986
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tpl/vagrantfile-xpcc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ Vagrant.configure("2") do |config|
v.customize ["modifyvm", :id, "--memory", 1024]
v.customize ["modifyvm", :id, "--cpus", 2]
v.customize ["modifyvm", :id, "--ioapic", "on"]
v.customize ["modifyvm", :id, "--usb", "on"]
#v.customize ["modifyvm", :id, "--usbehci", "on"]
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
v.customize ["modifyvm", :id, "--usb", "on"]
v.customize ["modifyvm", :id, "--usbehci", "on"]
v.customize ["usbfilter", "add", "0",
"--target", :id,
"--name", "STLink",
"--vendorid", "0x0483"]
end
end

0 comments on commit f706986

Please sign in to comment.