fpc/rtl/freertos
2023-07-14 17:26:10 +02:00
..
arm * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
riscv32 * typo fixed 2023-03-12 23:21:01 +01:00
xtensa * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
check.inc
classes.pp * fix missing ifdef for the non win32/64/unix targets. 2022-06-01 16:56:02 +02:00
consoleio.pp * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
dos.pp * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
heapmgr.pp * patch by Christo Crause: FreeRTOS: heap manager doesn't free small blocks, resolves #37195 2020-06-10 18:53:06 +00:00
Makefile Fix error leading to Makefile error for all non AVR CPUs even when SUBARCH is set 2023-05-09 22:45:35 +02:00
Makefile.fpc Fix error leading to Makefile error for all non AVR CPUs even when SUBARCH is set 2023-05-09 22:45:35 +02:00
rtldefs.inc
sysdir.inc
sysfile.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysheap.inc
sysos.inc
sysosh.inc
system.cfg Use same features for riscv32 as for arm and xtensa CPUs 2023-05-23 22:39:03 +02:00
system.pp * string -> shortstring 2023-07-14 17:26:10 +02:00
systhrd.inc + dummy implementation for FreeRTOS threading support 2020-09-01 20:32:44 +00:00
sysutils.pp
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