mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
* Updated indentation in AVR_ATMega4809_Atmel_Studio and AVR_Dx_Atmel_Studio projects, plus small fixes in their readme files. * Added AVR_ATMega4809_IAR, AVR_ATMega4809_MPLAB.X, AVR_Dx_IAR and AVR_Dx_MPLAB.X demo projects. * Removed build artefacts and added .gitignore files in AVR_ATMega4809_MPLAB.X and AVR_Dx_MPLAB.X projects. Co-authored-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>com.microchip.mplab.nbide.embedded.makeproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
|
<name>AVR_Dx_MPLAB</name>
|
|
<creation-uuid>dccd023c-76b5-488a-8afe-6d8220549cf1</creation-uuid>
|
|
<make-project-type>0</make-project-type>
|
|
<c-extensions>c</c-extensions>
|
|
<cpp-extensions/>
|
|
<header-extensions>h</header-extensions>
|
|
<asminc-extensions/>
|
|
<sourceEncoding>ISO-8859-1</sourceEncoding>
|
|
<make-dep-projects/>
|
|
<sourceRootList>
|
|
<sourceRootElem>.</sourceRootElem>
|
|
<sourceRootElem>../../Source</sourceRootElem>
|
|
<sourceRootElem>../../Source/include</sourceRootElem>
|
|
<sourceRootElem>../../Source/portable/GCC/AVR_AVRDx</sourceRootElem>
|
|
<sourceRootElem>../../Source/portable/MemMang</sourceRootElem>
|
|
<sourceRootElem>../Common/Full</sourceRootElem>
|
|
<sourceRootElem>../Common/include</sourceRootElem>
|
|
<sourceRootElem>../Common/Minimal</sourceRootElem>
|
|
</sourceRootList>
|
|
<confList>
|
|
<confElem>
|
|
<name>default</name>
|
|
<type>2</type>
|
|
</confElem>
|
|
</confList>
|
|
<formatting>
|
|
<project-formatting-style>false</project-formatting-style>
|
|
</formatting>
|
|
</data>
|
|
</configuration>
|
|
</project>
|