Jeppe Johansen
|
ebe4d4cf13
Fixed stack checking for embedded target. Based on work by Christo Crause
|
6 lat temu |
florian
|
6726150147
+ embedded uses also FPC_STDOUT_TRUE_ALIAS to save memory
|
7 lat temu |
nickysn
|
c639bf3900
* fixed bug, caused by an incorrect order of ifdefs, which caused the system
|
9 lat temu |
nickysn
|
73d0dae569
+ added various things, needed for i8086 compilation to the system unit of the
|
9 lat temu |
florian
|
6f9d74b83e
+ define FPC_NO_DEFAULT_HEAP for the embedded target as well
|
9 lat temu |
Jeppe Johansen
|
5ec4d38231
Add support for ram-less AVR chips and simultanously optimize flash/ram size the initfinal calling sequence.
|
9 lat temu |
florian
|
c2c87828e9
+ slightly modified patch by lelekx to implement plugable file routines for the embedded target, resolves issue #22918
|
10 lat temu |
florian
|
2ecadc065e
* noreturn directive
|
10 lat temu |
florian
|
886e3e8d02
* disable several complex procedures for avr with a newly introduced define: EXCLUDE_COMPLEX_PROCS. They
|
10 lat temu |
Jeppe Johansen
|
f7526d0d36
Add classes and stub thread support in the embedded rtl.
|
10 lat temu |
sergei
|
3a5e6485b5
- RTL: removed InitVariantManager, it was an empty procedure since day 1.
|
10 lat temu |
sergei
|
f85a8159ef
* compiler/mips/cpuinfo.pas: removed "FPU_" prefixes from FPU names, not necessary because compiler inserts one itself.
|
11 lat temu |
sergei
|
9801288cdc
* Removed SysInitFPU/SysResetFPU from (remaining) system units initialization code. It is redundant there because it is called from fpc_cpuinit, or, in case of i386, from fpc_cpucodeinit.
|
11 lat temu |
Jeppe Johansen
|
bda6bf8137
Fix compilation of ARM-embedded RTL
|
11 lat temu |
florian
|
68d04a4d21
+ add random code from Francesco's GBA code
|
12 lat temu |
florian
|
dcc227882d
+ newline
|
12 lat temu |
florian
|
ebd2e79270
* calling SysInitExceptions is not really needed because it sets only some vars to nil which are nil anyways, this saves some bytes
|
12 lat temu |
Jeppe Johansen
|
84ea70fddc
Fixed some minor formating issues
|
12 lat temu |
Tomas Hajny
|
d442d14e0c
+ FileNameCasePreserving added - see #18066 in Mantis
|
13 lat temu |
florian
|
375f83c874
* moved heap manager on embedded systems into a separate unit
|
14 lat temu |
florian
|
519df6d3a8
* fix compilation without exit code
|
14 lat temu |
florian
|
c2f04796b9
+ only include softfpu if FPUNONE is not set
|
14 lat temu |
florian
|
1b79f2ebcf
* improved feature defines
|
16 lat temu |
florian
|
2510af64d1
* fixed compilation of embedded system unit: path helper functions depend now on the avaibility of the textio/fileio feature
|
16 lat temu |
florian
|
27ff21f00e
* fixed compilation of embedded system unit
|
17 lat temu |
peter
|
f4f3ae84d0
* AllowDirectorySeparators and AllowDriveSeparators typed constants
|
17 lat temu |
peter
|
5acb3649df
* revert r9557, the performance impact is to big for an academic corner
|
17 lat temu |
yury
|
0dcad4d822
* Implemented late thread manager initialization. Thread manager code is not included to executable if thread stuff are not used. WinCE executable size is reduced by 4KB, Win32 executable size is reduced by 3KB. No testsuite regressions.
|
17 lat temu |
florian
|
7da7364ee7
* refactored SysResetFPU into SysInitFPU and SysResetFPU
|
18 lat temu |
Tomas Hajny
|
3b3849c02c
+ AllFilesMask constant added
|
18 lat temu |