fpc/rtl/embedded
2016-03-27 19:27:48 +00:00
..
arm Added missing reset vector 2015-12-29 11:07:20 +00:00
avr * patch by Bernd to fix interrupt handling for the ATtiny1634 and ATtiny167 controllers (use jmp instead of rjmp to jump to the handlers), resolves issue #29122 2015-12-13 10:44:43 +00:00
i386 Fix compilation of i386-embedded target. 2015-02-03 00:22:51 +00:00
buildrtl.lpi + build unit and lazarus project for the embedded target 2011-08-08 20:10:19 +00:00
buildrtl.pp * make buildrtl aware of heapmgr 2011-12-29 14:04:50 +00:00
check.inc
classes.pp Add classes and stub thread support in the embedded rtl. 2015-03-22 13:55:20 +00:00
consoleio.pp * do not compile consoleio in objpas mode to avoid dependency on the objpas unit, resolves also #27856 2015-04-15 19:45:34 +00:00
dos.pp * make Dos.GetMsCount a dummy for embedded targets 2016-02-07 11:16:39 +00:00
empty.cfg * more properties fixed 2009-11-12 18:11:10 +00:00
heapmgr.pp * embedded heap manager takes care of ReturnNilIfGrowHeapFails 2016-02-07 18:28:12 +00:00
Makefile Added x86_64-embedded target. Patch from Benjamin Rosseaux 2016-02-14 10:57:00 +00:00
Makefile.fpc Added x86_64-embedded target. Patch from Benjamin Rosseaux 2016-02-14 10:57:00 +00:00
rtl.cfg Added x86_64-embedded target. Patch from Benjamin Rosseaux 2016-02-14 10:57:00 +00:00
rtldefs.inc * rtldefs.inc include file for embedded targets (forgot to commit earlier) 2013-06-28 15:46:31 +00:00
sysdir.inc + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit 2013-07-04 22:28:37 +00:00
sysfile.inc + misising part of r30759 (commit of sysstrh.inc shouldn't have gone in r30759): 2015-05-02 13:51:32 +00:00
sysheap.inc * moved heap manager on embedded systems into a separate unit 2011-09-21 20:57:37 +00:00
sysos.inc
sysosh.inc
system.pp Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence. 2015-11-22 00:37:10 +00:00
systhrd.inc Add classes and stub thread support in the embedded rtl. 2015-03-22 13:55:20 +00:00
sysutils.pp * dummy executeprocess routines fix, by Michael Ring, fpc-devel list. 2016-03-27 19:27:48 +00:00
tthread.inc Add classes and stub thread support in the embedded rtl. 2015-03-22 13:55:20 +00:00