Closed mbrossard closed 1 year ago
Hi, sorry for the delay, reviewing everything now
As added information, for DAPLink, this is the kind of changes I did to support uvision_armc6
:
uvision.uvproj.tmpl
and I ended up having to switch the optimization level..sct
file needs to have a different pre-processing directive.
Fixes #447
The handling of scatter files is still complicated because you need to replace
by something like:
Meaning you need two otherwise identical scatter files to support
uvision
with ARMC5 and ARMC6 (and a third one if you want to supportmake_armclang
).