fpc/rtl/freertos
svenbarth 11b601d44c * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part
Notes:
- Netware had a ThreadSwitch in there, but that is not really required
- some platform were missing the setting of FTerminated to True, thus they'll now do that as well

git-svn-id: trunk@46543 -
2020-08-22 15:56:13 +00:00
..
arm * patch by Michael Ring: adds license headers to th FreeRTOS files and some renames to make the interrupts cmsis compatible. 2020-04-21 20:34:15 +00:00
xtensa * reduce number of default libs 2020-08-20 21:29:47 +00:00
check.inc
classes.pp
consoleio.pp * Xtensa: patch by Christo Crause: add support for windowed ABI stack dump, resolves #37583 2020-08-16 21:05:15 +00:00
dos.pp
heapmgr.pp * patch by Christo Crause: FreeRTOS: heap manager doesn't free small blocks, resolves #37195 2020-06-10 18:53:06 +00:00
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc + Xtensa: patch by Christo Crause: support subarch lx106 in freertos Makefile, part of #37242 2020-06-24 20:30:28 +00:00
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
system.cfg Add -SfPROCESSES for arm cpu, to be able to compile fcl-base package as for xtensa 2020-07-30 14:22:05 +00:00
system.pp * StackTop must be OS specific (and not CPU specific) 2020-08-17 17:50:43 +00:00
systhrd.inc
sysutils.pp
tthread.inc * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +00:00