pierre
|
bdd3b4e695
* Move rtl.cfg content to system.cfg
|
7 gadi atpakaļ |
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 gadi atpakaļ |
Jeppe Johansen
|
4a169e6b1a
Changed subarch of at90pwm161
|
7 gadi atpakaļ |
florian
|
b41cb26727
+ write selected features in ppu of the system unit and load them further on
|
7 gadi atpakaļ |
florian
|
6cd65d9511
* avrsim also provided when SUBARCH is avr6
|
7 gadi atpakaļ |
florian
|
c7d5525b56
+ implemented some AVR specific intrinsics
|
7 gadi atpakaļ |
nickysn
|
748428b637
+ support the KOI8-R and KOI8-U Cyrillic encodings
|
8 gadi atpakaļ |
nickysn
|
fce5fbd726
+ added cp3021 (Bulgarian MIK) code page support
|
8 gadi atpakaļ |
nickysn
|
396eebbfb5
+ added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16]
|
8 gadi atpakaļ |
nickysn
|
35be7348fb
+ added code pages 737, 775, 857, 860, 861, 862, 863, 864, 865 and 869
|
8 gadi atpakaļ |
nickysn
|
ef25c33d69
+ added cp855 to the implicit unit list in the rtl makefiles
|
8 gadi atpakaļ |
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 gadi atpakaļ |
Jeppe Johansen
|
6a1c1e4f29
Added support for NRF52832 controllers.
|
9 gadi atpakaļ |
Jeppe Johansen
|
1c0c944311
Added x86_64-embedded target. Patch from Benjamin Rosseaux
|
9 gadi atpakaļ |
Jeppe Johansen
|
328b6464ed
Add debug info to the CPU units by default, to be able to print register contents with GDB.
|
9 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
florian
|
7b9a257549
* complain no matching SUBARCH value is passed, issue #29177
|
9 gadi atpakaļ |
Jeppe Johansen
|
9aa3c23b18
Added a bunch of new and fixed embedded controller units. From Michael Ring.
|
9 gadi atpakaļ |
florian
|
70b8789262
o basic extended pascal support:
|
9 gadi atpakaļ |
florian
|
d71a3d0533
* charset depends on the objpas unit
|
10 gadi atpakaļ |
Jeppe Johansen
|
2b80d46492
Added STM32F7xx controller units and types.
|
10 gadi atpakaļ |
Jeppe Johansen
|
55669f62b1
Added most AVR controllers.
|
10 gadi atpakaļ |
florian
|
42ea874bb1
* avr version corrected for several controllers
|
10 gadi atpakaļ |
Jeppe Johansen
|
353682db67
Enable SUBARCH directive for avr-embedded target.
|
10 gadi atpakaļ |
florian
|
e9ef6347d2
* ATmega16 support by Anton Kavalenka, resolves issue #28217
|
10 gadi atpakaļ |
florian
|
cf552b2a0b
+ ATmeag168/ATmeag368 support
|
10 gadi atpakaļ |
florian
|
0cd521fc8b
+ ATmega48/ATmega88 support
|
10 gadi atpakaļ |
florian
|
0f73675354
+ ATtiny24/ATtiny44/ATtiny84 support
|
10 gadi atpakaļ |
Jeppe Johansen
|
36dfe750d8
Added Freescale MK20D7 controller support.
|
10 gadi atpakaļ |