mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-18 11:09:03 -04:00
Add a "query heap" command to the standard sample CLI commands. Remove casting from configMAX_PRIORITIES setting in Win32 simulator demos as it was preventing a clean build. Source code changes. General tidy up and addition of assert points.
26 lines
888 B
XML
26 lines
888 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configurationDescriptor version="62">
|
|
<projectmakefile>Makefile</projectmakefile>
|
|
<defaultConf>0</defaultConf>
|
|
<confs>
|
|
<conf name="PIC32MZ2048_SK" type="2">
|
|
<platformToolSN></platformToolSN>
|
|
<languageToolchainDir>C:\DevTools\Microchip\xc32\v1.34\bin</languageToolchainDir>
|
|
<mdbdebugger version="1">
|
|
<placeholder1>place holder 1</placeholder1>
|
|
<placeholder2>place holder 2</placeholder2>
|
|
</mdbdebugger>
|
|
<runprofile version="6">
|
|
<args></args>
|
|
<rundir></rundir>
|
|
<buildfirst>true</buildfirst>
|
|
<console-type>0</console-type>
|
|
<terminal-type>0</terminal-type>
|
|
<remove-instrumentation>0</remove-instrumentation>
|
|
<environment>
|
|
</environment>
|
|
</runprofile>
|
|
</conf>
|
|
</confs>
|
|
</configurationDescriptor>
|