moved system.c config bits file to common source folder
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configurationDescriptor version="65">
|
<configurationDescriptor version="65">
|
||||||
<logicalFolder name="root" displayName="root" projectFiles="true">
|
<logicalFolder name="root" displayName="root" projectFiles="true">
|
||||||
|
<logicalFolder name="f1" displayName="common_src" projectFiles="true">
|
||||||
|
<itemPath>../../common_src/system.c</itemPath>
|
||||||
|
</logicalFolder>
|
||||||
<logicalFolder name="framework" displayName="framework" projectFiles="true">
|
<logicalFolder name="framework" displayName="framework" projectFiles="true">
|
||||||
<logicalFolder name="usb" displayName="usb" projectFiles="true">
|
<logicalFolder name="usb" displayName="usb" projectFiles="true">
|
||||||
<logicalFolder name="inc" displayName="inc" projectFiles="true">
|
<logicalFolder name="inc" displayName="inc" projectFiles="true">
|
||||||
@@ -33,7 +36,6 @@
|
|||||||
displayName="Source Files"
|
displayName="Source Files"
|
||||||
projectFiles="true">
|
projectFiles="true">
|
||||||
<itemPath>../src/main.c</itemPath>
|
<itemPath>../src/main.c</itemPath>
|
||||||
<itemPath>../src/system.c</itemPath>
|
|
||||||
<itemPath>../src/usb_descriptors.c</itemPath>
|
<itemPath>../src/usb_descriptors.c</itemPath>
|
||||||
<itemPath>../src/usb_events.c</itemPath>
|
<itemPath>../src/usb_events.c</itemPath>
|
||||||
<itemPath>../src/interrupts.c</itemPath>
|
<itemPath>../src/interrupts.c</itemPath>
|
||||||
@@ -49,6 +51,7 @@
|
|||||||
<sourceRootList>
|
<sourceRootList>
|
||||||
<Elem>../src</Elem>
|
<Elem>../src</Elem>
|
||||||
<Elem>../framework</Elem>
|
<Elem>../framework</Elem>
|
||||||
|
<Elem>../../common_src</Elem>
|
||||||
</sourceRootList>
|
</sourceRootList>
|
||||||
<projectmakefile>Makefile</projectmakefile>
|
<projectmakefile>Makefile</projectmakefile>
|
||||||
<confs>
|
<confs>
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<sourceRootList>
|
<sourceRootList>
|
||||||
<sourceRootElem>../src</sourceRootElem>
|
<sourceRootElem>../src</sourceRootElem>
|
||||||
<sourceRootElem>../framework</sourceRootElem>
|
<sourceRootElem>../framework</sourceRootElem>
|
||||||
|
<sourceRootElem>../../common_src</sourceRootElem>
|
||||||
</sourceRootList>
|
</sourceRootList>
|
||||||
<confList>
|
<confList>
|
||||||
<confElem>
|
<confElem>
|
||||||
|
|||||||
Reference in New Issue
Block a user