ccrause
|
181ee30174
Update build and link requirements for esp-idf v4.4. Refactor the version dependent linker fragments list into an array of version specific array of strings for easier updating in future.
|
3 жил өмнө |
ccrause
|
a9d883ada1
Add link unit for esp-idf v4.1. Version checks to allow for different patch levels in idf_version.
|
3 жил өмнө |
ccrause
|
985e8d3d13
Remove fall-through logic and separate idf_version checks of esp32 and esp8266. Also warn if idf_version is below the supported range.
|
3 жил өмнө |
ccrause
|
ea345f34aa
Use different library link lists for esp8266-rtos-sdk v3.3 and v3.4.
|
3 жил өмнө |
ccrause
|
ab00794343
Keep esp32 and esp8266 version specific tweaks separate.
|
3 жил өмнө |
ccrause
|
e86d3af7e0
The linklib list for esp-idf v4.2 is also needed for v4.3
|
3 жил өмнө |
florian
|
54f2308d2a
+ draft for esp-idf version specific rtl unit which contains the necessery linklib statements
|
3 жил өмнө |
nickysn
|
ea5ffd597f
* set self to nil in current_module.deflist for registered defs in the
|
4 жил өмнө |
nickysn
|
1a71ca4106
* prevention of dangling pointers and use after free after free_unregistered_localsymtable_elements
|
4 жил өмнө |
pierre
|
e6045673ee
Handle NIL entries in deflist after commit 48986
|
4 жил өмнө |
florian
|
d9784412a4
* patch by Cyrax: forbid to use heaptrc and valgrind at the same time, resolves #36529
|
4 жил өмнө |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
5 жил өмнө |
svenbarth
|
40633835dc
* Windows on Aarch64 requires a relocation section
|
5 жил өмнө |
florian
|
391512546e
+ initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
|
5 жил өмнө |
svenbarth
|
40c11baaac
* use a different name for the packages' entry point and use _DLLMainCRTStartup as an alias to avoid problems with the C-prefix
|
5 жил өмнө |
svenbarth
|
bb3b1b06a7
* fix condition for including a unit's object files or not when compiling with packages
|
5 жил өмнө |
florian
|
13ab35e3ef
* fix usage of ppumove generated shared libraries
|
5 жил өмнө |
Jonas Maebe
|
a051b8d225
- remmoved doregister parameter from t*sym constructors, as the registration
|
5 жил өмнө |
svenbarth
|
ced3885dbb
* generate construction function for the attributes used in a unit using a more straight forward approach
|
6 жил өмнө |
svenbarth
|
e296b26e9e
- remove unit info and related code again as that will be handled similar, but differently with dynamic packages
|
6 жил өмнө |
svenbarth
|
b2932393df
Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 1/3]
|
6 жил өмнө |
pierre
|
243c967967
Commit of new debug feature implemented by J. Gareth Moreton
|
6 жил өмнө |
Jonas Maebe
|
0cd0e1614b
* synchronised with trunk till r42105
|
6 жил өмнө |
Jonas Maebe
|
aad87820e6
* abstracted registration of library init/fini routines (to be able to add
|
6 жил өмнө |
Jonas Maebe
|
9e9a982bfe
* synchronised with trunk till r42095
|
6 жил өмнө |
Jonas Maebe
|
8ec3cd6390
* append rather than insert the alias symbols for the program/procedure
|
6 жил өмнө |
Jonas Maebe
|
fc60ec2ea4
+ support for LLVM LTO: compile units with -CLflto -> when compiling a main
|
6 жил өмнө |
Jonas Maebe
|
0b61b5d4cf
* added extra header to ppu inside a subsection, so we won't run into
|
6 жил өмнө |
Jonas Maebe
|
91d5457b38
* moved around/replaced the following procedures to stop nflw from depending
|
6 жил өмнө |
Jonas Maebe
|
28df55fe08
* moved handle_calling_convention() to pparautl
|
6 жил өмнө |