Commit 115ce57d authored by David Brown's avatar David Brown Committed by David Brown
Browse files

sim: Allow 'large-write' in mcuboot-sys



When collected together as a workspace, the test framework ends up
running all of the configurations on each project.  One configuration
option `large-write` doesn't really mean anything to mcuboot-sys, but
adding support for the feature allows this package to be tested along
with all of the other packages.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent 66aa9672
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ direct-xip = []
# Check (in software) against version downgrades.
downgrade-prevention = []

# Large write.  Not meaningful, but present here so that the
# full-suite tests will work for this configuration.
large-write = []

[build-dependencies]
cc = "1.0.25"