Created Makefile to build entire project and moved microblaze code back into the repo

This commit is contained in:
2020-09-21 02:55:13 +02:00
parent afd4ba4fe4
commit 637dfa2c07
30 changed files with 7105 additions and 6 deletions

26
mb/Graphics/.project Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Graphics</name>
<comment>LED_Controller_bsp - microblaze_mcs</comment>
<projects>
<project>LED_Controller_bsp</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
</projectDescription>