diff options
author | Drew Barbier <dbarbi1@gmail.com> | 2018-01-22 23:37:58 -0600 |
---|---|---|
committer | Drew Barbier <dbarbi1@gmail.com> | 2018-01-22 23:37:58 -0600 |
commit | 29309b4663866d9e6465c4112701265b87aabe16 (patch) | |
tree | 3e51b696162c6f0660922648c25d7058533fe2c1 | |
parent | ffee43e30245e2a02020b32060b0ff11af4068c4 (diff) |
remove DS_Stores
-rw-r--r-- | FreedomStudio/E31FPGA/coreplexip_welcome/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E31FPGA/dhrystone/.project | 25 | ||||
-rw-r--r-- | FreedomStudio/E31FPGA/global_interrupts/.project | 25 | ||||
-rw-r--r-- | FreedomStudio/E31FPGA/local_interrupts/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E31FPGA/performance_counters/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E31FPGA/vectored_interrupts/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/.project | 359 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/coreplexip_welcome/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/dhrystone/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/global_interrupts/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/local_interrupts/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/performance_counters/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/E51FPGA/vectored_interrupts/.project | 40 | ||||
-rw-r--r-- | FreedomStudio/HiFive1/demo_gpio/.project | 35 | ||||
-rw-r--r-- | FreedomStudio/HiFive1/dhrystone/.project | 35 | ||||
-rw-r--r-- | FreedomStudio/HiFive1/hello/.project | 35 | ||||
-rw-r--r-- | FreedomStudio/HiFive1/led_fade/.project | 35 |
17 files changed, 359 insertions, 590 deletions
diff --git a/FreedomStudio/E31FPGA/coreplexip_welcome/.project b/FreedomStudio/E31FPGA/coreplexip_welcome/.project index d3c980d..dcfbea2 100644 --- a/FreedomStudio/E31FPGA/coreplexip_welcome/.project +++ b/FreedomStudio/E31FPGA/coreplexip_welcome/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/coreplexip_welcome/coreplexip_welcome.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -220,31 +195,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E31FPGA/dhrystone/.project b/FreedomStudio/E31FPGA/dhrystone/.project index 7d8f274..d5b2c53 100644 --- a/FreedomStudio/E31FPGA/dhrystone/.project +++ b/FreedomStudio/E31FPGA/dhrystone/.project @@ -55,11 +55,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/dhrystone/dhry_stubs.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -80,11 +75,6 @@ <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> @@ -95,11 +85,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -130,21 +115,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> diff --git a/FreedomStudio/E31FPGA/global_interrupts/.project b/FreedomStudio/E31FPGA/global_interrupts/.project index 16d5fc3..6745f61 100644 --- a/FreedomStudio/E31FPGA/global_interrupts/.project +++ b/FreedomStudio/E31FPGA/global_interrupts/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/global_interrupts/global_interrupts.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> diff --git a/FreedomStudio/E31FPGA/local_interrupts/.project b/FreedomStudio/E31FPGA/local_interrupts/.project index 176f58d..43eecc9 100644 --- a/FreedomStudio/E31FPGA/local_interrupts/.project +++ b/FreedomStudio/E31FPGA/local_interrupts/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/local_interrupts/local_interrupts.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -220,31 +195,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E31FPGA/performance_counters/.project b/FreedomStudio/E31FPGA/performance_counters/.project index 5223e5f..0a7b057 100644 --- a/FreedomStudio/E31FPGA/performance_counters/.project +++ b/FreedomStudio/E31FPGA/performance_counters/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/performance_counters/performance_counters.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -220,31 +195,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E31FPGA/vectored_interrupts/.project b/FreedomStudio/E31FPGA/vectored_interrupts/.project index 75b8c1b..94e835c 100644 --- a/FreedomStudio/E31FPGA/vectored_interrupts/.project +++ b/FreedomStudio/E31FPGA/vectored_interrupts/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/vectored_interrupts/vectored_interrupts.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -105,21 +90,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/ventry.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -215,31 +190,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E51FPGA/.project b/FreedomStudio/E51FPGA/.project new file mode 100644 index 0000000..1c46bb2 --- /dev/null +++ b/FreedomStudio/E51FPGA/.project @@ -0,0 +1,359 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>dhrystone</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> + <triggers>clean,full,incremental,</triggers> + <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> + <linkedResources> + <link> + <name>bsp</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>global_interrupts.c</name> + <type>1</type> + <locationURI>copy_PARENT/software/global_interrupts/global_interrupts.c</locationURI> + </link> + <link> + <name>bsp/drivers</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/env</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/include</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/libwrap</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/drivers/fe300prci</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/drivers/plic</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-arty.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/coreplexip-arty.h</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-e51-arty</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/env/encoding.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/encoding.h</locationURI> + </link> + <link> + <name>bsp/env/entry.S</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/entry.S</locationURI> + </link> + <link> + <name>bsp/env/hifive1.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/hifive1.h</locationURI> + </link> + <link> + <name>bsp/env/start.S</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/start.S</locationURI> + </link> + <link> + <name>bsp/include/sifive</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/libwrap/misc</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/libwrap/stdlib</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/libwrap/sys</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/drivers/fe300prci/fe300prci_driver.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/drivers/fe300prci/fe300prci_driver.c</locationURI> + </link> + <link> + <name>bsp/drivers/fe300prci/fe300prci_driver.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/drivers/fe300prci/fe300prci_driver.h</locationURI> + </link> + <link> + <name>bsp/drivers/plic/plic_driver.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/drivers/plic/plic_driver.c</locationURI> + </link> + <link> + <name>bsp/drivers/plic/plic_driver.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/drivers/plic/plic_driver.h</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-e51-arty/flash.lds</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/coreplexip-e51-arty/flash.lds</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-e51-arty/init.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/coreplexip-e51-arty/init.c</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-e51-arty/openocd.cfg</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/coreplexip-e51-arty/openocd.cfg</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-e51-arty/platform.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/coreplexip-e51-arty/platform.h</locationURI> + </link> + <link> + <name>bsp/env/coreplexip-e51-arty/scratchpad.lds</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/env/coreplexip-e51-arty/scratchpad.lds</locationURI> + </link> + <link> + <name>bsp/include/sifive/bits.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/bits.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/const.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/const.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices</name> + <type>2</type> + <locationURI>virtual:/virtual</locationURI> + </link> + <link> + <name>bsp/include/sifive/sections.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/sections.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/smp.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/smp.h</locationURI> + </link> + <link> + <name>bsp/libwrap/misc/write_hex.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/misc/write_hex.c</locationURI> + </link> + <link> + <name>bsp/libwrap/stdlib/malloc.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/stdlib/malloc.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/_exit.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/_exit.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/close.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/close.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/execve.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/execve.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/fork.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/fork.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/fstat.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/fstat.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/getpid.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/getpid.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/isatty.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/isatty.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/kill.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/kill.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/link.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/link.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/lseek.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/lseek.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/open.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/open.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/openat.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/openat.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/puts.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/puts.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/read.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/read.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/sbrk.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/sbrk.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/stat.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/stat.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/stub.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/stub.h</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/times.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/times.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/unlink.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/unlink.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/wait.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/wait.c</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/weak_under_alias.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/weak_under_alias.h</locationURI> + </link> + <link> + <name>bsp/libwrap/sys/write.c</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/libwrap/sys/write.c</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/aon.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/aon.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/clint.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/clint.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/gpio.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/gpio.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/otp.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/otp.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/plic.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/plic.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/prci.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/prci.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/pwm.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/pwm.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/spi.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/spi.h</locationURI> + </link> + <link> + <name>bsp/include/sifive/devices/uart.h</name> + <type>1</type> + <locationURI>copy_PARENT/bsp/include/sifive/devices/uart.h</locationURI> + </link> + </linkedResources> + <variableList> + <variable> + <name>copy_PARENT</name> + <value>$%7BPARENT-2-PROJECT_LOC%7D</value> + </variable> + </variableList> +</projectDescription> diff --git a/FreedomStudio/E51FPGA/coreplexip_welcome/.project b/FreedomStudio/E51FPGA/coreplexip_welcome/.project index 55ef108..e2d1392 100644 --- a/FreedomStudio/E51FPGA/coreplexip_welcome/.project +++ b/FreedomStudio/E51FPGA/coreplexip_welcome/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/coreplexip_welcome/coreplexip_welcome.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -210,31 +185,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E51FPGA/dhrystone/.project b/FreedomStudio/E51FPGA/dhrystone/.project index 6096bf5..3683b2b 100644 --- a/FreedomStudio/E51FPGA/dhrystone/.project +++ b/FreedomStudio/E51FPGA/dhrystone/.project @@ -55,11 +55,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/dhrystone/dhry_stubs.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -80,11 +75,6 @@ <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> @@ -95,11 +85,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -130,21 +115,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -235,31 +210,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E51FPGA/global_interrupts/.project b/FreedomStudio/E51FPGA/global_interrupts/.project index 6a58eec..32aca6a 100644 --- a/FreedomStudio/E51FPGA/global_interrupts/.project +++ b/FreedomStudio/E51FPGA/global_interrupts/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/global_interrupts/global_interrupts.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -210,31 +185,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E51FPGA/local_interrupts/.project b/FreedomStudio/E51FPGA/local_interrupts/.project index 1c523b9..e70b49a 100644 --- a/FreedomStudio/E51FPGA/local_interrupts/.project +++ b/FreedomStudio/E51FPGA/local_interrupts/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/local_interrupts/local_interrupts.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -210,31 +185,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E51FPGA/performance_counters/.project b/FreedomStudio/E51FPGA/performance_counters/.project index 7ae0152..ab25a9b 100644 --- a/FreedomStudio/E51FPGA/performance_counters/.project +++ b/FreedomStudio/E51FPGA/performance_counters/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/performance_counters/performance_counters.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -210,31 +185,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/E51FPGA/vectored_interrupts/.project b/FreedomStudio/E51FPGA/vectored_interrupts/.project index 67663a7..f83b549 100644 --- a/FreedomStudio/E51FPGA/vectored_interrupts/.project +++ b/FreedomStudio/E51FPGA/vectored_interrupts/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/vectored_interrupts/vectored_interrupts.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -60,11 +55,6 @@ <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> @@ -75,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <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> @@ -110,21 +95,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/ventry.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -210,31 +185,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/HiFive1/demo_gpio/.project b/FreedomStudio/HiFive1/demo_gpio/.project index 53c0fdb..0e42de2 100644 --- a/FreedomStudio/HiFive1/demo_gpio/.project +++ b/FreedomStudio/HiFive1/demo_gpio/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/demo_gpio/demo_gpio.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -70,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/.DS_Store</locationURI> - </link> - <link> <name>bsp/env/encoding.h</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/env/encoding.h</locationURI> @@ -100,21 +90,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -200,31 +180,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/HiFive1/dhrystone/.project b/FreedomStudio/HiFive1/dhrystone/.project index f859f28..040d41a 100644 --- a/FreedomStudio/HiFive1/dhrystone/.project +++ b/FreedomStudio/HiFive1/dhrystone/.project @@ -55,11 +55,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/dhrystone/dhry_stubs.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -90,11 +85,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/.DS_Store</locationURI> - </link> - <link> <name>bsp/env/encoding.h</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/env/encoding.h</locationURI> @@ -120,21 +110,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -220,31 +200,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/HiFive1/hello/.project b/FreedomStudio/HiFive1/hello/.project index 9555a55..8a86c16 100644 --- a/FreedomStudio/HiFive1/hello/.project +++ b/FreedomStudio/HiFive1/hello/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/hello/hello.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -70,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/.DS_Store</locationURI> - </link> - <link> <name>bsp/env/encoding.h</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/env/encoding.h</locationURI> @@ -100,21 +90,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -200,31 +180,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> diff --git a/FreedomStudio/HiFive1/led_fade/.project b/FreedomStudio/HiFive1/led_fade/.project index 2f7b673..f915b0d 100644 --- a/FreedomStudio/HiFive1/led_fade/.project +++ b/FreedomStudio/HiFive1/led_fade/.project @@ -35,11 +35,6 @@ <locationURI>PARENT-3-PROJECT_LOC/software/led_fade/led_fade.c</locationURI> </link> <link> - <name>bsp/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/.DS_Store</locationURI> - </link> - <link> <name>bsp/drivers</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -70,11 +65,6 @@ <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/env/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/env/.DS_Store</locationURI> - </link> - <link> <name>bsp/env/encoding.h</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/env/encoding.h</locationURI> @@ -100,21 +90,11 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/env/start.S</locationURI> </link> <link> - <name>bsp/include/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/include/.DS_Store</locationURI> - </link> - <link> <name>bsp/include/sifive</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> </link> <link> - <name>bsp/libwrap/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc</name> <type>2</type> <locationURI>virtual:/virtual</locationURI> @@ -200,31 +180,16 @@ <locationURI>PARENT-3-PROJECT_LOC/bsp/include/sifive/smp.h</locationURI> </link> <link> - <name>bsp/libwrap/misc/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/misc/write_hex.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/misc/write_hex.c</locationURI> </link> <link> - <name>bsp/libwrap/stdlib/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/stdlib/malloc.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/stdlib/malloc.c</locationURI> </link> <link> - <name>bsp/libwrap/sys/.DS_Store</name> - <type>1</type> - <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/.DS_Store</locationURI> - </link> - <link> <name>bsp/libwrap/sys/_exit.c</name> <type>1</type> <locationURI>PARENT-3-PROJECT_LOC/bsp/libwrap/sys/_exit.c</locationURI> |