summaryrefslogtreecommitdiff
path: root/rtl/embedded/system.pp
Commit message (Expand)AuthorAgeFilesLines
* * revert r47598: implement TRandomGeneratorondrej2020-11-271-1/+1
* * rtl: implement TRandomGenerator for thread-safe randomondrej2020-11-261-1/+1
* - remove local Random() implementations that weren't exported anyway (LongInt...svenbarth2020-08-011-28/+0
* + Xtensa: completed rtl skeletonflorian2020-03-211-0/+1
* * AVR: due to recent fixes, EXCLUDE_COMPLEX_PROCS is not needed anymoreflorian2020-01-191-2/+4
* Fixed stack checking for embedded target. Based on work by Christo Crauselaksen2019-06-011-2/+12
* Add FPC_SYSTEM_EXIT_NO_RETURN macro for embedded targetpierre2019-01-071-0/+1
* + embedded uses also FPC_STDOUT_TRUE_ALIAS to save memoryflorian2018-02-111-0/+3
* * fixed bug, caused by an incorrect order of ifdefs, which caused the systemnickysn2016-06-181-1/+1
* + added various things, needed for i8086 compilation to the system unit of thenickysn2016-06-171-0/+36
* + define FPC_NO_DEFAULT_HEAP for the embedded target as wellflorian2016-05-161-0/+1
* Add support for ram-less AVR chips and simultanously optimize flash/ram size...laksen2015-11-221-9/+2
* + slightly modified patch by lelekx to implement plugable file routines for t...florian2015-05-021-0/+28
* * noreturn directiveflorian2015-04-191-1/+1
* * disable several complex procedures for avr with a newly introduced define: ...florian2015-04-111-0/+7
* Add classes and stub thread support in the embedded rtl.laksen2015-03-221-2/+3
* - RTL: removed InitVariantManager, it was an empty procedure since day 1.sergei2014-11-221-4/+0
* * compiler/mips/cpuinfo.pas: removed "FPU_" prefixes from FPU names, not nece...sergei2014-09-151-4/+3
* * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization...sergei2014-03-171-0/+2
* Fix compilation of ARM-embedded RTLlaksen2014-03-121-0/+2
* + add random code from Francesco's GBA codeflorian2013-01-021-18/+35
* + newlineflorian2013-01-011-0/+1
* * calling SysInitExceptions is not really needed because it sets only some va...florian2012-12-311-2/+9
* o merge of the branch laksen/arm-embedded of Jeppe Johansen:florian2012-10-211-1/+1
* + FileNameCasePreserving added - see #18066 in Mantishajny2012-04-151-1/+2
* * moved heap manager on embedded systems into a separate unitflorian2011-09-211-139/+22
* * fix compilation without exit codeflorian2011-08-271-0/+4
* + only include softfpu if FPUNONE is not setflorian2011-02-261-0/+4
* * improved feature definesflorian2009-02-011-13/+29
* * fixed compilation of embedded system unit: path helper functions depend now...florian2009-01-261-5/+8
* * fixed compilation of embedded system unitflorian2008-08-121-1/+5
* * AllowDirectorySeparators and AllowDriveSeparators typed constantspeter2008-01-291-0/+3
* * revert r9557, the performance impact is to big for an academic cornerpeter2007-12-311-0/+5
* * Implemented late thread manager initialization. Thread manager code is not ...yury2007-12-281-5/+0
* * refactored SysResetFPU into SysInitFPU and SysResetFPUflorian2007-10-281-0/+2
* + AllFilesMask constant addedhajny2007-09-151-0/+1
* + start of embedded rtlflorian2006-12-171-0/+310