pierre
|
e467d2387d
Add sortbase unit to global units list, as it can be compiled for all CPUs
|
6 år sedan |
nickysn
|
178217821c
+ added sortbase as a dependency to unit fgl in the makefiles
|
6 år sedan |
nickysn
|
248fd313f8
+ introduced unit SortBase, which implements the foundation for pluggable
|
6 år sedan |
pierre
|
71559c83a6
Fix parallel make for embedded rtl
|
6 år sedan |
florian
|
055a49b202
* patch by Christo Crause: the subarch type for atmega 8, 8A, 16 & 32 was incorrect. Atmega8A was also listed under the wrong subarch type in the makefile, also fixed.
|
7 år sedan |
florian
|
7d1d91e9cc
* compile math (and sysutils as a a dependency) unit on m68k-embedded, resolves #33068
|
7 år sedan |
pierre
|
bdd3b4e695
* Move rtl.cfg content to system.cfg
|
7 år sedan |
pierre
|
595938637e
Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of system units, thus allowing to explicitly pass -Sf option
|
7 år sedan |
Jeppe Johansen
|
4a169e6b1a
Changed subarch of at90pwm161
|
7 år sedan |
florian
|
b41cb26727
+ write selected features in ppu of the system unit and load them further on
|
7 år sedan |
florian
|
6cd65d9511
* avrsim also provided when SUBARCH is avr6
|
7 år sedan |
florian
|
c7d5525b56
+ implemented some AVR specific intrinsics
|
7 år sedan |
nickysn
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 år sedan |
nickysn
|
fce5fbd726
+ added cp3021 (Bulgarian MIK) code page support
|
8 år sedan |
nickysn
|
396eebbfb5
+ added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16]
|
8 år sedan |
nickysn
|
35be7348fb
+ added code pages 737, 775, 857, 860, 861, 862, 863, 864, 865 and 869
|
8 år sedan |
nickysn
|
ef25c33d69
+ added cp855 to the implicit unit list in the rtl makefiles
|
8 år sedan |
Jeppe Johansen
|
7e75457a3e
Added more Nordic Semi controllers. Created a new unit for NRF52x controllers with a more precise register naming following Nordic SDK conventions.
|
8 år sedan |
Jeppe Johansen
|
6a1c1e4f29
Added support for NRF52832 controllers.
|
9 år sedan |
Jeppe Johansen
|
1c0c944311
Added x86_64-embedded target. Patch from Benjamin Rosseaux
|
9 år sedan |
Jeppe Johansen
|
328b6464ed
Add debug info to the CPU units by default, to be able to print register contents with GDB.
|
9 år sedan |
florian
|
026848b3e1
+ use CPU_UNITS_DEFINED to track if a SUBARCH is passed, so with CPU_UNITS_DEFINED=1 it is easily possible to compile without any cpu units
|
9 år sedan |
Jeppe Johansen
|
970f0064ea
Downgrade build message from makefile from error to warning for arm-embedded. This makes it possible to build a working RTL with external startup code for subarchs with no cpu units.
|
9 år sedan |
florian
|
7b9a257549
* complain no matching SUBARCH value is passed, issue #29177
|
9 år sedan |
Jeppe Johansen
|
9aa3c23b18
Added a bunch of new and fixed embedded controller units. From Michael Ring.
|
9 år sedan |
florian
|
70b8789262
o basic extended pascal support:
|
9 år sedan |
florian
|
d71a3d0533
* charset depends on the objpas unit
|
10 år sedan |
Jeppe Johansen
|
2b80d46492
Added STM32F7xx controller units and types.
|
10 år sedan |
Jeppe Johansen
|
55669f62b1
Added most AVR controllers.
|
10 år sedan |
florian
|
42ea874bb1
* avr version corrected for several controllers
|
10 år sedan |