mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
* Revert "Remove coroutines (#874)"
This reverts commit 569c78fd8c
.
* Update freertos Kernel submodule to latest head
* Remove temporary files
* Fix MingW demos and spell check
* Fix manifest version; fix headers
* Add ignore files and paths to core-checker.py
* Fix copyright in remaining files
* Fix PR check build failure
1. Remove defining `inline` in Makefile. This was causing build
warnings.
2. Ensure that the linker removed unused functions from various
compilation units.
3. Update the linker script so that all the functions are correctly
placed in FLASH section.
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
---------
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
72 lines
1.7 KiB
XML
72 lines
1.7 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<project>
|
|
<fileVersion>2</fileVersion>
|
|
<configuration>
|
|
<name>Debug</name>
|
|
<toolchain>
|
|
<name>MSP430</name>
|
|
</toolchain>
|
|
<debug>1</debug>
|
|
</configuration>
|
|
<configuration>
|
|
<name>Release</name>
|
|
<toolchain>
|
|
<name>MSP430</name>
|
|
</toolchain>
|
|
<debug>0</debug>
|
|
</configuration>
|
|
<group>
|
|
<name>Demo Source</name>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\Common\Minimal\comtest.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\Common\Minimal\flash.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\portable\MemMang\heap_1.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\Common\Minimal\integer.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\main.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\ParTest\ParTest.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\Common\Minimal\PollQ.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\serial\serial.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\serial\serialASM.s43</name>
|
|
</file>
|
|
</group>
|
|
<group>
|
|
<name>FreeRTOS Source</name>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\croutine.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\list.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\portable\IAR\MSP430\port.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\portable\IAR\MSP430\portext.s43</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\queue.c</name>
|
|
</file>
|
|
<file>
|
|
<name>$PROJ_DIR$\..\..\Source\tasks.c</name>
|
|
</file>
|
|
</group>
|
|
</project>
|
|
|
|
|