diff options
author | Megan Wachs <megan@sifive.com> | 2017-06-14 08:52:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 08:52:57 -0700 |
commit | 809711e87af06ca5c151a2fac568382330f2feb6 (patch) | |
tree | 603c302acb660ab5df3a1f2a6f2c8750de682f2c /FreedomStudio/E51FPGA/global_interrupts/.project | |
parent | 2ea00ec38f26bea2840d91c0ef5627cb40baeee1 (diff) |
New Freedom Studio Examples (#66)
* examples ported to ilg build plugin
* project cleanup
* CoreplexIP-E31 ilg projects
* E51FPGA ilg projects
* Tested Debug
* debug launch files
* E31 Debug Launch Files
* removed typo project
* E51 launch files. Forgotten E31 File
* Missing coreplexip files
* examples ported to ilg build plugin
* project cleanup
* CoreplexIP-E31 ilg projects
* E51FPGA ilg projects
* Tested Debug
* debug launch files
* E31 Debug Launch Files
* removed typo project
* E51 launch files. Forgotten E31 File
* Missing coreplexip files
* starting fresh
* HiFive1 demo_gpio and libwrap
* hifive1 hello
* debug launchers for hello and demo_gpio
* hifive1 led_fade
* led_fade: Since E300 Arty Dev Kit doesn't have a PRCI, the led_fade demo doesn't really work on it.
* update include paths to ease generating stand-alone zips
* Adding E51 Examples
* E51 demo launch files
* E31 Demos
* E31 demo launch files
Diffstat (limited to 'FreedomStudio/E51FPGA/global_interrupts/.project')
-rw-r--r-- | FreedomStudio/E51FPGA/global_interrupts/.project | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/FreedomStudio/E51FPGA/global_interrupts/.project b/FreedomStudio/E51FPGA/global_interrupts/.project index 4bc3558..60421c0 100644 --- a/FreedomStudio/E51FPGA/global_interrupts/.project +++ b/FreedomStudio/E51FPGA/global_interrupts/.project @@ -55,6 +55,11 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> + <name>bsp/drivers/.DS_Store</name> + <type>1</type> + <locationURI>PARENT-3-PROJECT_LOC/bsp/drivers/.DS_Store</locationURI> + </link> + <link> <name>bsp/drivers/fe300prci</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -70,6 +75,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/.DS_Store</locationURI> </link> <link> + <name>bsp/env/coreplexip-arty.h</name> + <type>1</type> + <locationURI>PARENT-3-PROJECT_LOC/bsp/env/coreplexip-arty.h</locationURI> + </link> + <link> <name>bsp/env/coreplexip-e51-arty</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -85,6 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/entry.S</locationURI> </link> <link> + <name>bsp/env/hifive1.h</name> + <type>1</type> + <locationURI>PARENT-3-PROJECT_LOC/bsp/env/hifive1.h</locationURI> + </link> + <link> <name>bsp/env/start.S</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> @@ -125,11 +140,6 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/coreplexip-e51-arty/init.c</locationURI> </link> <link> - <name>bsp/env/coreplexip-e51-arty/init.o</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/coreplexip-e51-arty/init.o</locationURI> - </link> - <link> <name>bsp/env/coreplexip-e51-arty/link.lds</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/env/coreplexip-e51-arty/link.lds</locationURI> @@ -145,16 +155,6 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/coreplexip-e51-arty/platform.h</locationURI> </link> <link> - <name>bsp/env/coreplexip-e51-arty/settings.mk</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/coreplexip-e51-arty/settings.mk</locationURI> - </link> - <link> - <name>bsp/include/sifive/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive/bits.h</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/bits.h</locationURI> |