mirror of https://github.com/ARMmbed/mbed-os.git
M2351: Add post-binary hook into uvision whitelist
This is necessary for exporting M2351 uvision project.pull/11288/head
parent
85bb65cd56
commit
0ed126ba79
|
@ -139,7 +139,8 @@ class Uvision(Exporter):
|
||||||
"MTSCode.combine_bins_mts_dot",
|
"MTSCode.combine_bins_mts_dot",
|
||||||
"MTSCode.combine_bins_mts_dragonfly",
|
"MTSCode.combine_bins_mts_dragonfly",
|
||||||
"NCS36510TargetCode.ncs36510_addfib",
|
"NCS36510TargetCode.ncs36510_addfib",
|
||||||
"LPC55S69Code.binary_hook"
|
"LPC55S69Code.binary_hook",
|
||||||
|
"M2351Code.merge_secure"
|
||||||
])
|
])
|
||||||
|
|
||||||
# File associations within .uvprojx file
|
# File associations within .uvprojx file
|
||||||
|
|
Loading…
Reference in New Issue