Skip to content

Commit

Permalink
Issue chipKIT32#600 add the getCore feature. Todo copy to correct loc…
Browse files Browse the repository at this point in the history
…ations for build.
  • Loading branch information
ricklon committed Sep 1, 2015
1 parent acb6fb4 commit 0b5c74e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,11 @@ Description: chipKIT MPIDE Development environment
<echo message="${aws.bucket}"/>
<echo message="${version}"/>
</target>

<!-- get the chipKIT core and copy it into place for use with MPIDE. -->
<target name="get-chipkitcore">
<mkdir dir="tmp" />
<get dest="tmp" src="https://github.com/chipKIT32/chipKIT-core/archive/master.zip" usetimestamp="true" verbose="false"/>
<unzip dest="tmp" overwrite="false" src="tmp/master.zip"/>
</target>

</project>

0 comments on commit 0b5c74e

Please sign in to comment.