index
:
cortex-m
c-m-in
master
mutex_add
v0.5.x
v0.6.x
v0.7.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cortex-m-rt
/
link.x.in
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-11
Enforce 8-byte initial stack pointer alignment
Adam Greig
1
-2
/
+6
2023-02-11
cortex-m-rt: assert in linker script that stack_start is 8-byte aligned.
Dario Nieuwenhuis
1
-0
/
+6
2022-04-28
rt: fix veneer limit position in linker script
luojia65
1
-1
/
+5
2022-02-25
Fix cortex-m-rt qemu test by removing 'nomem' from semihosting_syscall asm, a...
Adam Greig
1
-0
/
+2
2021-04-07
link.x.in: move sgstubs after data
Robert Jördens
1
-13
/
+13
2021-04-07
link.x.in: put most __[se] symbols back into sections
Robert Jördens
1
-18
/
+27
2021-01-21
Update Reset-in-asm.
Adam Greig
1
-3
/
+6
2020-10-01
Add a section to place the veneers in memory
Hugues de Valon
1
-0
/
+12
2020-09-02
[ARMv6-M] initialize the LR register
Jorge Aparicio
1
-0
/
+4
2020-08-25
Use same method for __edata and __erodata
Matt Ickstadt
1
-2
/
+4
2020-08-20
Workaround lld bug and ensure sections and symbols are aligned
Matt Ickstadt
1
-2
/
+4
2020-08-20
Fix INSERT AFTER for .text and .bss
Matt Ickstadt
1
-6
/
+7
2020-08-07
Fix possible overflow of .data region in FLASH
Guilucand
1
-2
/
+2
2020-04-28
link.x: .bss should be NOLOAD
Cliff L. Biffle
1
-1
/
+1
2020-01-08
Document a possible reason for the 'interrupt vectors are missing' error
Vadim Kaushan
1
-0
/
+1
2019-10-22
Rejig link.x to include more lables to help the linker lay out the objects
Daniel Egger
1
-3
/
+6
2019-07-23
Discard .ARM.exidx, closes #197
Adam Greig
1
-0
/
+1
2019-06-19
add a .uninit section
Jorge Aparicio
1
-2
/
+9
2019-05-31
Align sections
Niklas Claesson
1
-9
/
+8
2019-03-24
do not KEEP the .stack_sizes section
Jorge Aparicio
1
-6
/
+0
2019-01-21
Discard .ARM.extab.*
Philipp Oppermann
1
-0
/
+1
2018-11-14
rename UserHardFault to HardFault
Jorge Aparicio
1
-4
/
+4
2018-10-26
`b UserHardFault`
Jorge Aparicio
1
-0
/
+2
2018-09-17
keep .stack_sizes
Jorge Aparicio
1
-0
/
+6
2018-08-25
two separate default handlers
Jorge Aparicio
1
-2
/
+2
2018-08-25
reduce the size of default handlers
Jorge Aparicio
1
-2
/
+2
2018-08-12
Change pre-init to use an empty function that is overwridden instead of a sen...
Gabriel Smith
1
-1
/
+1
2018-08-12
Change the sentinel value for __pre_init to something other than 1
Gabriel Smith
1
-1
/
+1
2018-08-12
Remove the pre-init feature and provide a default for the __pre_init symbol
Gabriel Smith
1
-0
/
+5
2018-08-12
Update linker script to put .data into FLASH
Adam Greig
1
-7
/
+7
2018-08-07
[WIP] provide defaults for DefaultHandler and HardFault
Jorge Aparicio
1
-0
/
+3
2018-08-07
refactor the linker script
Jorge Aparicio
1
-86
/
+74
2018-05-12
update the CHANGELOG
Jorge Aparicio
1
-1
/
+1
2018-05-12
check that the heap doesn't overlap with .bss / .data
Jorge Aparicio
1
-3
/
+11
2018-05-12
fix __sheap
Jorge Aparicio
1
-1
/
+1
2018-05-12
tweak error messages
Jorge Aparicio
1
-20
/
+20
2018-05-11
add CI, add device specific check of the vector table size, ..
Jorge Aparicio
1
-0
/
+196