Searched full:running (Results 1 – 25 of 39) sorted by relevance
12
/mcuboot-latest/ptest/src/ |
D | main.rs | 3 //! mcuboot simulator is strictly single threaded, as there is a lock around running the C startup 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() 182 error!("Failure {} log:{:?} ({} running)", key, logname, in done() 183 self.running.len()); in done() 195 let running = self.running.len(); in status() localVariable [all …]
|
/mcuboot-latest/ci/ |
D | sim_run.sh | 27 echo "Running cargo with no features" 35 echo "Running cargo for feature=\"${feature}\"" 57 echo "Running cargo for features=\"${features}\""
|
D | check-signed-off-by.sh | 50 # running workflows on the zephyr fork, because rebases done in the GH UX
|
/mcuboot-latest/samples/zephyr/ |
D | build-boot.sh | 15 die "Please setup for a Zephyr build before running this script." 19 die "Please set BOARD to a valid board before running this script."
|
D | build-hello.sh | 15 die "Please setup for a Zephyr build before running this script." 19 die "Please set BOARD to a valid board before running this script."
|
D | run-tests.go | 81 fmt.Printf("Running %q\n", group.Name) 83 fmt.Fprintf(lg, "---- Running %q\n", group.Name)
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 277 * @param active should be true if @fa points to currently running image 283 * is currently running/active image and provide proper value to @p active. 286 * Note that in multi-image setup running/active application is the one 289 * running on a given slot should be, preferably, done after functional 291 * to cross-confirm running images. 293 * running on.
|
D | caps.h | 32 * running within the bootloader.
|
/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 | readme-mynewt.md | 1 # Running mynewt apps with MCUboot
|
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 | testplan-mynewt.md | 3 The current target for running the tests is the Freedom K64F board.
|
/mcuboot-latest/boot/espressif/ci_configs/ |
D | secureboot-sign-ec256.conf | 8 # Running the generated firmware image may result in irreversible operations
|
D | secureboot-sign-ed25519.conf | 8 # Running the generated firmware image may result in irreversible operations
|
D | secureboot-sign-rsa2048.conf | 8 # Running the generated firmware image may result in irreversible operations
|
D | secureboot-sign-rsa3072.conf | 8 # Running the generated firmware image may result in irreversible operations
|
/mcuboot-latest/boot/zephyr/include/mcuboot_config/ |
D | mcuboot_logging.h | 11 * When building for targets running Zephyr, delegate to its native
|
/mcuboot-latest/sim/mcuboot-sys/csupport/sysflash/ |
D | sysflash.h | 17 * running in single image mode.
|
/mcuboot-latest/testplan/mynewt/apps/slinky/src/ |
D | main.c | 194 /* just for debug; task 2 should be the running task */ in task2_handler() 210 * that are required before tasks are running.
|
/mcuboot-latest/boot/boot_serial/ |
D | syscfg.yml | 66 The GPIO to toggle while the serial boot loader is running. Set to
|
/mcuboot-latest/ci/fih_test_docker/ |
D | run_fi_test.sh | 19 # Get the dir this is running in and the dir the script is in.
|
/mcuboot-latest/boot/mynewt/boot_uart/src/ |
D | boot_uart.c | 153 * OS is not running, so native uart 'driver' cannot run either.
|
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/ |
D | mcuboot_config.h | 41 * with the update image or running the newest image directly from its flash
|
/mcuboot-latest/samples/mcuboot_config/ |
D | mcuboot_config.template.h | 54 * with the update image or running the newest image directly from its flash
|
12