.. |
aarch64
|
2a8c2c4382
Add license headers
|
3 years ago |
arm
|
c193551980
* HaltProc does not return
|
4 years ago |
avr
|
1108d03609
Split startup code into different .init sections according to avr-libs convention.
|
3 years ago |
i386
|
7a826cc481
Fix compilation of i386-embedded target.
|
10 years ago |
riscv32
|
2678522db5
- RISC-V: Add controller types for common RV32 MCUs.
|
5 years ago |
xtensa
|
5fa7bbfb9b
esp8266: Make startup code compile.
|
5 years ago |
Makefile
|
8c562995d7
* regenerate makefiles with latest fpcmake
|
3 years ago |
Makefile.fpc
|
3cfd40a4d3
Add unit dependencies for arm and aarch64 specific units
|
3 years ago |
buildrtl.lpi
|
9e1dd6d9b5
* lpi version updated
|
8 years ago |
buildrtl.pp
|
c4c20102fd
* make buildrtl aware of heapmgr
|
13 years ago |
check.inc
|
fd2032dab2
+ start of embedded rtl
|
18 years ago |
classes.pp
|
9e70f49745
* fix missing ifdef for the non win32/64/unix targets.
|
3 years ago |
consoleio.pp
|
9c77e87dd0
Fix types on embedded RTL.
|
6 years ago |
dos.pp
|
7d13e5c70d
* embedded: cleanup of the dummy DOS unit. remove the stubs for platform-specific helpers, cleanup tabs/spaces, cleanup the copyright-message mess
|
3 years ago |
empty.cfg
|
851b00f8e9
* more properties fixed
|
15 years ago |
heapmgr.pp
|
58eca57feb
* patch by Christo Crause: embedded heap manager: free small blocks, resolves #37204
|
5 years ago |
rtl.cfg
|
bdd3b4e695
* Move rtl.cfg content to system.cfg
|
7 years ago |
rtldefs.inc
|
2e9b642a3b
* rtldefs.inc include file for embedded targets (forgot to commit earlier)
|
12 years ago |
sysdir.inc
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 years ago |
sysfile.inc
|
9c77e87dd0
Fix types on embedded RTL.
|
6 years ago |
sysheap.inc
|
375f83c874
* moved heap manager on embedded systems into a separate unit
|
14 years ago |
sysos.inc
|
fd2032dab2
+ start of embedded rtl
|
18 years ago |
sysosh.inc
|
3cd4168ab3
+ introduce TOSTimestamp
|
5 years ago |
system.cfg
|
ab1a31d9ac
* enable random on avr, it does not increase program size if not used
|
3 years ago |
system.pp
|
1dd23696e3
* cleanup
|
3 years ago |
systhrd.inc
|
4e159b3d45
* set no result in NoBeginThread, it never returns
|
4 years ago |
sysutils.pp
|
5aaf68b088
* fix compilation of arm-embedded, resolves #36626
|
5 years ago |
tthread.inc
|
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
|
5 years ago |