.. |
arm
|
c193551980
* HaltProc does not return
|
4 lat temu |
avr
|
297d6e2c60
* patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686
|
5 lat temu |
i386
|
7a826cc481
Fix compilation of i386-embedded target.
|
10 lat temu |
riscv32
|
2678522db5
- RISC-V: Add controller types for common RV32 MCUs.
|
5 lat temu |
xtensa
|
5fa7bbfb9b
esp8266: Make startup code compile.
|
5 lat temu |
Makefile
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 lat temu |
Makefile.fpc
|
1105726dcf
* Add SAMD51P19A controller type. Unit generated by Michael Ring and slightly modified.
|
4 lat temu |
buildrtl.lpi
|
9e1dd6d9b5
* lpi version updated
|
8 lat temu |
buildrtl.pp
|
c4c20102fd
* make buildrtl aware of heapmgr
|
13 lat temu |
check.inc
|
fd2032dab2
+ start of embedded rtl
|
18 lat temu |
classes.pp
|
c24d525b9f
* compilation fixes for many platforms after r41167
|
6 lat temu |
consoleio.pp
|
9c77e87dd0
Fix types on embedded RTL.
|
6 lat temu |
dos.pp
|
cfb5ebeb23
* Find* subroutines return an error by default
|
8 lat temu |
empty.cfg
|
851b00f8e9
* more properties fixed
|
15 lat temu |
heapmgr.pp
|
58eca57feb
* patch by Christo Crause: embedded heap manager: free small blocks, resolves #37204
|
5 lat temu |
rtl.cfg
|
836a932b9a
Move z80 specific -Sf options from rtl.cfg to system.cfg, as -Sf options are only accepted when compiliing system unit
|
4 lat temu |
rtldefs.inc
|
2e9b642a3b
* rtldefs.inc include file for embedded targets (forgot to commit earlier)
|
12 lat temu |
sysdir.inc
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 lat temu |
sysfile.inc
|
9c77e87dd0
Fix types on embedded RTL.
|
6 lat temu |
sysheap.inc
|
375f83c874
* moved heap manager on embedded systems into a separate unit
|
14 lat temu |
sysos.inc
|
fd2032dab2
+ start of embedded rtl
|
18 lat temu |
sysosh.inc
|
3cd4168ab3
+ introduce TOSTimestamp
|
5 lat temu |
system.cfg
|
836a932b9a
Move z80 specific -Sf options from rtl.cfg to system.cfg, as -Sf options are only accepted when compiliing system unit
|
4 lat temu |
system.pp
|
2e086a2570
+ skeleton of an embedded thread manager
|
4 lat temu |
systhrd.inc
|
4e159b3d45
* set no result in NoBeginThread, it never returns
|
4 lat temu |
sysutils.pp
|
5aaf68b088
* fix compilation of arm-embedded, resolves #36626
|
5 lat temu |
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 lat temu |