fpc/rtl/embedded
Jonas Maebe 155aafc255 * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
so declarations can also depend on it and similar defines (not yet the
    case)
  + added SYSUTILS_HAS_ANSISTR_ENVVAR_IMPL/SYSUTILS_HAS_UNICODESTR_ENVVAR_IMPL
    to indicate whether the platform-dependent part of the unit provides
    an ansistring/unicodestring interface to get environment variables
  + Windows version of getenvironmentvariable(unicodestring)
  + generic ansistring/unicodestring versions of GetEnvironmentVariable()
    in case the platform doesn't provide them
  * result of GetEnvironmentString() is ansistring/unicodestring depending
    on the state of the FPC_RTL_UNICODE define

git-svn-id: branches/cpstrrtl@25116 -
2013-07-16 14:16:34 +00:00
..
arm patch by Michael Ring: 2013-04-29 19:57:08 +00:00
avr * fixes compilation of atmega128 unit 2011-09-04 19:39:39 +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
consoleio.pp Fixed some minor formating issues 2012-10-14 19:10:20 +00:00
empty.cfg
heapmgr.pp + create a default heap on embedded targets and register this default heap 2013-03-16 10:37:18 +00:00
Makefile patch by Michael Ring: 2013-04-29 19:57:08 +00:00
Makefile.fpc patch by Michael Ring: 2013-04-29 19:57:08 +00:00
rtl.cfg * enable command line handling dummy for arm-embedded 2013-01-02 10:52:19 +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
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 random code from Francesco's GBA code 2013-01-02 10:47:35 +00:00
sysutils.pp * moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface 2013-07-16 14:16:34 +00:00