diff options
Diffstat (limited to 'FreedomStudio/HiFive1/led_fade')
| -rw-r--r-- | FreedomStudio/HiFive1/led_fade/.cproject | 2 | ||||
| -rw-r--r-- | FreedomStudio/HiFive1/led_fade/.project | 8 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/FreedomStudio/HiFive1/led_fade/.cproject b/FreedomStudio/HiFive1/led_fade/.cproject index 92fe9ff..5e9a079 100644 --- a/FreedomStudio/HiFive1/led_fade/.cproject +++ b/FreedomStudio/HiFive1/led_fade/.cproject @@ -91,7 +91,7 @@  									<listOptionValue builtIn="false" value="../"/>  								</option>  								<option id="ilg.gnumcueclipse.managedbuild.cross.riscv.option.c.linker.scriptfile.535033372" name="Script files (-T)" superClass="ilg.gnumcueclipse.managedbuild.cross.riscv.option.c.linker.scriptfile" useByScannerDiscovery="false" valueType="stringList"> -									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/bsp/env/freedom-e300-hifive1/link.lds}""/> +									<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/bsp/env/freedom-e300-hifive1/flash.lds}""/>  								</option>  								<inputType id="ilg.gnumcueclipse.managedbuild.cross.riscv.tool.c.linker.input.170776044" superClass="ilg.gnumcueclipse.managedbuild.cross.riscv.tool.c.linker.input">  									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> diff --git a/FreedomStudio/HiFive1/led_fade/.project b/FreedomStudio/HiFive1/led_fade/.project index 477c4ea..5b42c38 100644 --- a/FreedomStudio/HiFive1/led_fade/.project +++ b/FreedomStudio/HiFive1/led_fade/.project @@ -125,14 +125,14 @@  			<locationURI>PARENT-3-PROJECT_LOC/bsp/drivers/plic/plic_driver.h</locationURI>  		</link>  		<link> -			<name>bsp/env/freedom-e300-hifive1/init.c</name> +			<name>bsp/env/freedom-e300-hifive1/flash.lds</name>  			<type>1</type> -			<locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/init.c</locationURI> +			<locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/flash.lds</locationURI>  		</link>  		<link> -			<name>bsp/env/freedom-e300-hifive1/link.lds</name> +			<name>bsp/env/freedom-e300-hifive1/init.c</name>  			<type>1</type> -			<locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/link.lds</locationURI> +			<locationURI>PARENT-3-PROJECT_LOC/bsp/env/freedom-e300-hifive1/init.c</locationURI>  		</link>  		<link>  			<name>bsp/env/freedom-e300-hifive1/openocd.cfg</name>  | 
