Home
last modified time | relevance | path

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

/mcuboot-2.7.6/ext/tinycrypt/
DMakefile17 clean: target
18 $(MAKE) -C lib clean
19 $(MAKE) -C tests clean
/mcuboot-2.7.6/samples/zephyr/
DMakefile100 clean: clean_boot clean_hello1 clean_hello2 target
190 test-good-rsa: clean
200 test-good-ecdsa: clean
212 test-overwrite: clean
223 test-bad-rsa-upgrade: clean
238 test-bad-ecdsa-upgrade: clean
254 test-no-bootcheck: clean
265 test-wrong-rsa: clean
279 test-wrong-ecdsa: clean
/mcuboot-2.7.6/ext/tinycrypt/lib/
DMakefile34 .PHONY: clean
36 clean: target
/mcuboot-2.7.6/testplan/mynewt/
DMakefile88 clean: target
91 .PHONY: all clean
/mcuboot-2.7.6/boot/cypress/
DMakefile131 .PHONY: all app build clean pre_build post_build
133 all: clean app
185 clean: target
/mcuboot-2.7.6/ext/tinycrypt/tests/
DMakefile21 clean: target
/mcuboot-2.7.6/boot/zephyr/
DKconfig151 This option instructs MCUboot to perform a clean-up of a set of
153 firmware. The clean-up sets these registers to their warm-reset
157 not have the functionality to perform such a register clean-up
160 Zephyr applications on Cortex-M will perform this register clean-up
/mcuboot-2.7.6/ext/tinycrypt/documentation/
Dtinycrypt.rst139 clean the TCHmacState_t ctx after calling tc_hmac_final. This should not
/mcuboot-2.7.6/docs/
Drelease-notes.md34 - boot/zephyr: clean ARM core configuration only when selected by user