mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 21:39:18 +02:00
![]() This adds support for aarch64-embedded, specifically for the Raspberry Pi 3. Uses UART0 at 115200 baud 8N1 for console IO. |
||
---|---|---|
.. | ||
api | ||
arm | ||
m68k | ||
Makefile | ||
Makefile.fpc | ||
palmos.inc | ||
pilot.pp | ||
readme | ||
rtl.cfg | ||
rtldefs.inc | ||
si_prc.pp | ||
sysdir.inc | ||
sysfile.inc | ||
sysheap.inc | ||
sysos.inc | ||
sysosh.inc | ||
syspara.inc | ||
system.pp | ||
systraps.pp |
This unit contains the run time library for PalmOS. The 68k version should be functional, was tested on POSE emulator and real devices as well, running PalmOS 4.0. The recommended and functional GNU binutils are available as part of the prc-tools-remix project, which updated the old prc-tools to be compilable with modern compilers. The ARM version is entirely untested, and almost certainly non functional.