Fixed wrong project\cproject file in the demo RT-STM32L4P5ZG-NUCLEO144
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15314 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
4a2094d06b
commit
c10d39918b
|
@ -37,7 +37,7 @@
|
|||
</cconfiguration>
|
||||
</storageModule>
|
||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||
<project id="RT-STM32L4R5ZI-NUCLEO144.null.1004513353" name="RT-STM32L4R5ZI-NUCLEO144"/>
|
||||
<project id="RT-STM32L4P5ZG-NUCLEO144.null.1004513353" name="RT-STM32L4P5ZG-NUCLEO144"/>
|
||||
</storageModule>
|
||||
<storageModule moduleId="scannerConfiguration">
|
||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
||||
<storageModule moduleId="refreshScope" versionNumber="2">
|
||||
<configuration configurationName="Default">
|
||||
<resource resourceType="PROJECT" workspacePath="/RT-STM32L4R5ZI-NUCLEO144"/>
|
||||
<resource resourceType="PROJECT" workspacePath="/RT-STM32L4RP5ZG-NUCLEO144"/>
|
||||
</configuration>
|
||||
</storageModule>
|
||||
</cproject>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>RT-STM32L4R5ZI-NUCLEO144</name>
|
||||
<name>RT-STM32L4P5ZG-NUCLEO144</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<link>
|
||||
<name>board</name>
|
||||
<type>2</type>
|
||||
<locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO144_L4R5ZI</locationURI>
|
||||
<locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO144_L4P5ZG</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>os</name>
|
||||
|
|
Loading…
Reference in New Issue