Update configurations.xml
This commit is contained in:
parent
3de64a329c
commit
d1fbd21d41
@ -8,6 +8,7 @@
|
|||||||
<itemPath>app/factory/factory.h</itemPath>
|
<itemPath>app/factory/factory.h</itemPath>
|
||||||
<itemPath>app/car.h</itemPath>
|
<itemPath>app/car.h</itemPath>
|
||||||
<itemPath>app/can_message.h</itemPath>
|
<itemPath>app/can_message.h</itemPath>
|
||||||
|
<itemPath>middleware/eeprom.h</itemPath>
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="board" displayName="board" projectFiles="true">
|
<logicalFolder name="board" displayName="board" projectFiles="true">
|
||||||
<itemPath>board/led/led.h</itemPath>
|
<itemPath>board/led/led.h</itemPath>
|
||||||
@ -27,7 +28,6 @@
|
|||||||
<itemPath>middleware/can_interface.h</itemPath>
|
<itemPath>middleware/can_interface.h</itemPath>
|
||||||
<itemPath>middleware/alive_checker.h</itemPath>
|
<itemPath>middleware/alive_checker.h</itemPath>
|
||||||
<itemPath>middleware/watchdog.h</itemPath>
|
<itemPath>middleware/watchdog.h</itemPath>
|
||||||
<itemPath>middleware/eeprom.h</itemPath>
|
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="xf" displayName="xf" projectFiles="true">
|
<logicalFolder name="xf" displayName="xf" projectFiles="true">
|
||||||
<itemPath>xf/event.h</itemPath>
|
<itemPath>xf/event.h</itemPath>
|
||||||
@ -45,6 +45,7 @@
|
|||||||
<logicalFolder name="app" displayName="app" projectFiles="true">
|
<logicalFolder name="app" displayName="app" projectFiles="true">
|
||||||
<itemPath>app/factory/factory.c</itemPath>
|
<itemPath>app/factory/factory.c</itemPath>
|
||||||
<itemPath>app/can_message.c</itemPath>
|
<itemPath>app/can_message.c</itemPath>
|
||||||
|
<itemPath>middleware/eeprom.c</itemPath>
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="board" displayName="board" projectFiles="true">
|
<logicalFolder name="board" displayName="board" projectFiles="true">
|
||||||
<itemPath>board/led/led.c</itemPath>
|
<itemPath>board/led/led.c</itemPath>
|
||||||
@ -64,7 +65,6 @@
|
|||||||
<itemPath>middleware/can_interface.c</itemPath>
|
<itemPath>middleware/can_interface.c</itemPath>
|
||||||
<itemPath>middleware/alive_checker.c</itemPath>
|
<itemPath>middleware/alive_checker.c</itemPath>
|
||||||
<itemPath>middleware/watchdog.c</itemPath>
|
<itemPath>middleware/watchdog.c</itemPath>
|
||||||
<itemPath>middleware/eeprom.c</itemPath>
|
|
||||||
</logicalFolder>
|
</logicalFolder>
|
||||||
<logicalFolder name="xf" displayName="xf" projectFiles="true">
|
<logicalFolder name="xf" displayName="xf" projectFiles="true">
|
||||||
<itemPath>xf/event.c</itemPath>
|
<itemPath>xf/event.c</itemPath>
|
||||||
|
Reference in New Issue
Block a user