diff options
author | dbarbi1 <dbarbi1@gmail.com> | 2017-05-09 15:41:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-09 15:41:01 -0500 |
commit | f4318adcedd4cbd6e84a48dda9495ccd5b18e6df (patch) | |
tree | 6cfe9be277cd21aaec55441b75c45f54c0a3f153 /FreedomStudio/HiFive1/demo_gpio/.cproject | |
parent | 0357ba87797afa49b5d5ddebb988458d80df91c5 (diff) | |
parent | 403db45ffb075abf0c23e89a028db330efddc96d (diff) |
Merge pull request #57 from sifive/freedom-studio
Freedom studio
Diffstat (limited to 'FreedomStudio/HiFive1/demo_gpio/.cproject')
-rw-r--r-- | FreedomStudio/HiFive1/demo_gpio/.cproject | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/FreedomStudio/HiFive1/demo_gpio/.cproject b/FreedomStudio/HiFive1/demo_gpio/.cproject index cbbb990..d8d8a19 100644 --- a/FreedomStudio/HiFive1/demo_gpio/.cproject +++ b/FreedomStudio/HiFive1/demo_gpio/.cproject @@ -32,7 +32,10 @@ <listOptionValue builtIn="false" value="../../../../bsp/env"/> <listOptionValue builtIn="false" value="../../../../bsp/drivers"/> </option> - <option id="org.eclipse.cdt.cross.riscv.gnu.assembler.option.preprocessor.def.2027450665" name="Defined symbols (-D)" superClass="org.eclipse.cdt.cross.riscv.gnu.assembler.option.preprocessor.def" useByScannerDiscovery="false" valueType="definedSymbols"/> + <option id="org.eclipse.cdt.cross.riscv.gnu.assembler.option.preprocessor.def.2027450665" name="Defined symbols (-D)" superClass="org.eclipse.cdt.cross.riscv.gnu.assembler.option.preprocessor.def" useByScannerDiscovery="false" valueType="definedSymbols"> + <listOptionValue builtIn="false" value="USE_PLIC"/> + <listOptionValue builtIn="false" value="USE_M_TIME"/> + </option> <inputType id="org.eclipse.cdt.cross.riscv.gnu.linux.assembler.base.input.1388230464" superClass="org.eclipse.cdt.cross.riscv.gnu.linux.assembler.base.input"/> </tool> <tool id="org.eclipse.cdt.cross.riscv.gnu.linux.elf.c.compiler.debug.1126128967" name="RISC-V GCC/Newlib C Compiler" superClass="org.eclipse.cdt.cross.riscv.gnu.linux.elf.c.compiler.debug"> @@ -44,7 +47,10 @@ <listOptionValue builtIn="false" value="../../../../bsp/drivers"/> </option> <option id="org.eclipse.cdt.cross.riscv.gnu.c.compiler.option.other.otherflags.180774102" name="Other flags" superClass="org.eclipse.cdt.cross.riscv.gnu.c.compiler.option.other.otherflags" useByScannerDiscovery="false" value="-c -fno-builtin-printf -include sys/cdefs.h" valueType="string"/> - <option id="org.eclipse.cdt.cross.riscv.gnu.c.compiler.option.preprocessor.def.1810971598" name="Defined symbols (-D)" superClass="org.eclipse.cdt.cross.riscv.gnu.c.compiler.option.preprocessor.def" useByScannerDiscovery="false" valueType="definedSymbols"/> + <option id="org.eclipse.cdt.cross.riscv.gnu.c.compiler.option.preprocessor.def.1810971598" name="Defined symbols (-D)" superClass="org.eclipse.cdt.cross.riscv.gnu.c.compiler.option.preprocessor.def" useByScannerDiscovery="false" valueType="definedSymbols"> + <listOptionValue builtIn="false" value="USE_M_TIME"/> + <listOptionValue builtIn="false" value="USE_PLIC"/> + </option> <inputType id="org.eclipse.cdt.cross.riscv.gnu.linux.c.compiler.base.input.873855873" superClass="org.eclipse.cdt.cross.riscv.gnu.linux.c.compiler.base.input"/> </tool> <tool id="org.eclipse.cdt.cross.riscv.gnu.linux.elf.cpp.compiler.debug.1072169719" name="RISC-V GCC/Newlib C++ Compiler" superClass="org.eclipse.cdt.cross.riscv.gnu.linux.elf.cpp.compiler.debug"> |