Searched refs:running (Results 1 – 9 of 9) sorted by relevance
/mcuboot-latest/ptest/src/ |
D | main.rs | 121 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/ |
D | testplan-zephyr.md | 13 ## Building and running. 49 And you should see a revert and "hello1" running.
|
D | readme-zephyr.md | 26 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
|
D | testplan-mynewt.md | 3 The current target for running the tests is the Freedom K64F board.
|
D | release-notes.md | 84 - 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.
|
D | PORTING.md | 49 After running the management functions of the bootloader, `boot_go` returns
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 7 It is started by MCUboot Application which is running on CM0p.
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 159 application is running in a constrained environment. AES-256 requires keys
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 521 running application into a shared memory area.
|