.. |
arm
|
* HaltProc does not return
|
2021-06-15 19:34:39 +00:00 |
avr
|
* patch by Christo Crause: more avr1 controllers and remove attiny28 from avr25 makefile list, resolves #36686
|
2020-02-09 10:51:14 +00:00 |
i386
|
Fix compilation of i386-embedded target.
|
2015-02-03 00:22:51 +00:00 |
riscv32
|
- RISC-V: Add controller types for common RV32 MCUs.
|
2020-01-13 22:54:26 +00:00 |
xtensa
|
esp8266: Make startup code compile.
|
2020-03-22 13:17:08 +00:00 |
buildrtl.lpi
|
* lpi version updated
|
2017-07-16 09:24:15 +00:00 |
buildrtl.pp
|
* make buildrtl aware of heapmgr
|
2011-12-29 14:04:50 +00:00 |
check.inc
|
|
|
classes.pp
|
* compilation fixes for many platforms after r41167
|
2019-02-02 20:22:07 +00:00 |
consoleio.pp
|
Fix types on embedded RTL.
|
2019-07-06 17:04:51 +00:00 |
dos.pp
|
* Find* subroutines return an error by default
|
2016-11-20 16:03:12 +00:00 |
empty.cfg
|
|
|
heapmgr.pp
|
* patch by Christo Crause: embedded heap manager: free small blocks, resolves #37204
|
2020-06-12 20:50:45 +00:00 |
Makefile
|
* set EXEEXT to .wasm for the WASI target in fpcmake
|
2021-06-24 00:16:00 +00:00 |
Makefile.fpc
|
* Add SAMD51P19A controller type. Unit generated by Michael Ring and slightly modified.
|
2021-03-22 18:40:12 +00:00 |
rtl.cfg
|
Move z80 specific -Sf options from rtl.cfg to system.cfg, as -Sf options are only accepted when compiliing system unit
|
2020-08-25 15:15:51 +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
|
Fix types on embedded RTL.
|
2019-07-06 17:04:51 +00:00 |
sysheap.inc
|
* moved heap manager on embedded systems into a separate unit
|
2011-09-21 20:57:37 +00:00 |
sysos.inc
|
|
|
sysosh.inc
|
+ introduce TOSTimestamp
|
2020-01-25 14:14:41 +00:00 |
system.cfg
|
Move z80 specific -Sf options from rtl.cfg to system.cfg, as -Sf options are only accepted when compiliing system unit
|
2020-08-25 15:15:51 +00:00 |
system.pp
|
+ skeleton of an embedded thread manager
|
2021-06-14 21:24:18 +00:00 |
systhrd.inc
|
* set no result in NoBeginThread, it never returns
|
2021-06-14 21:32:35 +00:00 |
sysutils.pp
|
* fix compilation of arm-embedded, resolves #36626
|
2020-01-25 14:59:28 +00:00 |
tthread.inc
|
* 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
|
2020-08-22 15:56:13 +00:00 |