Home
last modified time | relevance | path

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

/mcuboot-latest/ptest/src/
Dmain.rs121 running: HashSet<String>, field
138 running: HashSet::new(), in new()
146 if self.running.contains(&key) || self.done.contains(&key) { in start()
149 debug!("Starting: {} ({} running)", key, self.running.len() + 1); in start()
150 self.running.insert(key); in start()
156 self.running.remove(&key); in done()
183 self.running.len()); in done()
195 let running = self.running.len(); in status() localVariable
197 print!(" {} running ({}/{}/{} done)\r", running, done, running + done, self.total); in status()
/mcuboot-latest/docs/
Dtestplan-zephyr.md13 ## Building and running.
49 And you should see a revert and "hello1" running.
Dreadme-zephyr.md26 Currently, the two image slots must be contiguous. If you are running
74 directory you chose when running `west build`. Use `west flash`
139 Generating a keypair with imgtool is a matter of running the keygen
Dtestplan-mynewt.md3 The current target for running the tests is the Freedom K64F board.
Drelease-notes.md84 - Added currently running slot ID and maximum application size to
180 - Remove zephyr example test running in shell. The Go version is
530 - This release supports building with and running Apache Mynewt and Zephyr
532 - RIOT is supported as a running target.
DPORTING.md49 After running the management functions of the bootloader, `boot_go` returns
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md7 It is started by MCUboot Application which is running on CM0p.
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst159 application is running in a constrained environment. AES-256 requires keys
/mcuboot-latest/boot/zephyr/
DKconfig521 running application into a shared memory area.