Skip to content
Snippets Groups Projects
Commit b5d688a9 authored by Andre Maroneze's avatar Andre Maroneze Committed by Thibault Martin
Browse files

[Kernel] support limited version of 'weak' function attribute

This attribute is used by some STM32 compilers to allow function definitions
to be overridden by other function definitions.

Mergecil does not (easily) allow removing a previous existing definition to
override with a new one (undoing the former), but we can detect it and ask the
user to change the order of sources in the command line. In practice, this is
sufficient for some case studies.
parent e386b1af
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment