fpc/rtl/embedded
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
avr * patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686 2020-02-09 10:51:14 +00:00
i386
riscv32
xtensa esp8266: Make startup code compile. 2020-03-22 13:17:08 +00:00
buildrtl.lpi
buildrtl.pp
check.inc
classes.pp
consoleio.pp
dos.pp
empty.cfg
heapmgr.pp * patch by Christo Crause: embedded heap manager: free small blocks, resolves #37204 2020-06-12 20:50:45 +00:00
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc + xtensa-embedded: patch by Christo Crause to check and support SUBARCH 2020-04-19 11:22:55 +00:00
rtl.cfg * synchronize with trunk 2020-03-29 16:24:32 +00:00
rtldefs.inc
sysdir.inc
sysfile.inc
sysheap.inc
sysos.inc
sysosh.inc
system.cfg Add softfpu feature for z80 cpu 2020-07-09 09:54:46 +00:00
system.pp - remove local Random() implementations that weren't exported anyway (LongInt <> Integer inside the System unit) 2020-08-01 17:26:39 +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