florian
|
e3546cf5af
* properly quote pathes for objcopy calls, resolves #35072
|
6 lat temu |
florian
|
e7c4fccf41
* patch by Simon Ameis: adds mcu STM32F091* to compiler unit t_embed.pas; thus internal error 200902011 is not raised anymore, resolves #34570
|
6 lat temu |
Jeppe Johansen
|
3e2be29030
Make sure to align at the end of the .text, in case .data bytes will be placed there in flash.
|
7 lat temu |
Károly Balogh
|
e6aed467b5
renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin
|
7 lat temu |
Károly Balogh
|
a4b096e9da
m68k: added the embedded target
|
8 lat temu |
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 lat temu |
Jeppe Johansen
|
6a1c1e4f29
Added support for NRF52832 controllers.
|
9 lat temu |
nickysn
|
c2305809dc
+ added an i8086-embedded target support to the compiler (RTL and makefile
|
9 lat temu |
Jeppe Johansen
|
681b06bc90
Fixed more linkerscript errors.
|
9 lat temu |
Jeppe Johansen
|
632de58a5e
Fixes #29853
|
9 lat temu |
Jeppe Johansen
|
1c0c944311
Added x86_64-embedded target. Patch from Benjamin Rosseaux
|
9 lat temu |
Jeppe Johansen
|
4b1eb0e4f3
Applied patch from Michael Ring fixing the startup code for Freescale microcontrollers.
|
9 lat temu |
Jeppe Johansen
|
f5eaf7ddde
Fix stack pointer offset.
|
9 lat temu |
Jeppe Johansen
|
9aa3c23b18
Added a bunch of new and fixed embedded controller units. From Michael Ring.
|
9 lat temu |
yury
|
11a9ff4a43
* Removed unused vars for mipsel compiler.
|
10 lat temu |
Jeppe Johansen
|
2b80d46492
Added STM32F7xx controller units and types.
|
10 lat temu |
Jeppe Johansen
|
55669f62b1
Added most AVR controllers.
|
10 lat temu |
florian
|
4d3552943d
* correctly write OUTPUT_ARCH to the linker script, resolves issue #28395
|
10 lat temu |
Jeppe Johansen
|
ab9c8bb569
Fixed startup assembler code for the case where there's no data in .bss and/or in .data.
|
10 lat temu |
Jeppe Johansen
|
db6093023b
Fixed initialization code for MK20D7 controllers.
|
10 lat temu |
Jeppe Johansen
|
36dfe750d8
Added Freescale MK20D7 controller support.
|
10 lat temu |
Jeppe Johansen
|
65a69129c5
Add initial support for STM32F429 core
|
10 lat temu |
florian
|
1f93c3aaa1
* get memory sizes on avr-embedded from controller info records
|
10 lat temu |
Jeppe Johansen
|
d12b913e70
Add initial support in ARM-embedded for Allwinner A20.
|
10 lat temu |
Jeppe Johansen
|
7a826cc481
Fix compilation of i386-embedded target.
|
10 lat temu |
Jeppe Johansen
|
0dc39b5d63
Applied patch from Michael Ring that adds some startup code for some new stm32f0 and stm32f1 controllers, and fixes naming on some LPC ARMv6m controllers.
|
11 lat temu |
florian
|
b2b26f84cf
* partially merged the mips-embedded branch of Michael Ring:
|
11 lat temu |
Jeppe Johansen
|
e33550b67d
Added support for X,Y,and Z register aliases plus low/high forms, and post-incrementation in AVR assembler reader.
|
11 lat temu |
florian
|
de2e4632c5
* if a build-id is generated, put it into flash
|
11 lat temu |
Jonas Maebe
|
40eafc3d82
* don't try to post-process embedded executables when linking is
|
11 lat temu |