Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 9 of 9) sorted by relevance

/mcuboot-3.7.0/ext/tinycrypt/
DMakefile17 clean: target
18 $(MAKE) -C lib clean
19 $(MAKE) -C tests clean
/mcuboot-3.7.0/samples/zephyr/
DMakefile104 clean: clean_boot clean_hello1 clean_hello2 target
194 test-good-rsa: clean
204 test-good-ecdsa: clean
216 test-overwrite: clean
227 test-bad-rsa-upgrade: clean
242 test-bad-ecdsa-upgrade: clean
258 test-no-bootcheck: clean
269 test-wrong-rsa: clean
283 test-wrong-ecdsa: clean
/mcuboot-3.7.0/ext/tinycrypt/lib/
DMakefile34 .PHONY: clean
36 clean: target
/mcuboot-3.7.0/testplan/mynewt/
DMakefile88 clean: target
91 .PHONY: all clean
/mcuboot-3.7.0/boot/cypress/
DMakefile131 .PHONY: all app build clean pre_build post_build
133 all: clean app
185 clean: target
/mcuboot-3.7.0/ext/tinycrypt/tests/
DMakefile21 clean: target
/mcuboot-3.7.0/boot/zephyr/
DKconfig156 This option instructs MCUboot to perform a clean-up of a set of
158 firmware. The clean-up sets these registers to their warm-reset
/mcuboot-3.7.0/ext/tinycrypt/documentation/
Dtinycrypt.rst139 clean the TCHmacState_t ctx after calling tc_hmac_final. This should not
/mcuboot-3.7.0/docs/
Drelease-notes.md253 - boot/zephyr: clean ARM core configuration only when selected by user