Skip to content

Commit fce0a3e

Browse files
ccli8adbridge
authored andcommitted
M2351: Add post-binary hook into uvision whitelist
This is necessary for exporting M2351 uvision project.
1 parent 36fa1d0 commit fce0a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/uvision/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ class Uvision(Exporter):
139139
"MTSCode.combine_bins_mts_dot",
140140
"MTSCode.combine_bins_mts_dragonfly",
141141
"NCS36510TargetCode.ncs36510_addfib",
142-
"LPC55S69Code.binary_hook"
142+
"LPC55S69Code.binary_hook",
143+
"M2351Code.merge_secure"
143144
])
144145

145146
# File associations within .uvprojx file

0 commit comments

Comments
 (0)