Home
last modified time | relevance | path

Searched full:false (Results 1 – 25 of 49) sorted by relevance

12

/mcuboot-2.7.6/boot/cypress/platforms/
Dcycfg_peripherals.c32 .enableMutliProcessorMode = false,
33 .smartCardRetryOnNack = false,
34 .irdaInvertRx = false,
35 .irdaEnableLowPowerReceiver = false,
37 .enableMsbFirst = false,
41 .enableInputFilter = false,
43 .dropOnFrameError = false,
44 .dropOnParityError = false,
47 .acceptAddrInFifo = false,
48 .enableCts = false,
Dcycfg_system.c108 .lfMode = false,
116 .lfMode = false,
245 Cy_SysLib_SetWaitStates(false, 150UL); in init_cycfg_system()
/mcuboot-2.7.6/ci/
Dcheck-signed-off-by.sh27 has_commits=false
34 found_author=false
40 found_committer=false
58 if [[ ${found_author} == false ]]; then
61 if [[ ${found_committer} == false ]]; then
64 if [[ ${found_author} == false || ${found_committer} == false ]]; then
71 if [[ ${has_commits} = false ]]; then
Dimgtool_install.sh16 if [[ $TRAVIS_PULL_REQUEST != "false" || $TRAVIS_BRANCH != "main" ]]; then
/mcuboot-2.7.6/sim/tests/
Dcore.rs54 sim_test!(revert_with_fails, make_image(&NO_DEPS, false), run_revert_with_fails());
82 downgrade: false,
89 downgrade: false,
96 downgrade: false,
105 downgrade: false,
112 downgrade: false,
120 downgrade: false,
127 downgrade: false,
134 downgrade: false,
142 downgrade: false,
[all …]
/mcuboot-2.7.6/boot/cypress/MCUBootApp/
DMCUBootApp_CM0P_Debug.launch3 <booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doContinue" value="false"/>
4 <booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doDebugInRam" value="false"/>
7 …bute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doGdbServerAllocateTelnetConsole" value="false"/>
8 <booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doSecondReset" value="false"/>
34 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
35 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
36 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="false"/>
40 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForImage" value="false"/>
41 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForSymbols" value="false"/>
46 <booleanAttribute key="org.eclipse.cdt.dsf.gdb.UPDATE_THREADLIST_ON_SUSPEND" value="false"/>
[all …]
/mcuboot-2.7.6/boot/cypress/BlinkyApp/
DBlinkyApp_CM4_Debug.launch3 <booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doContinue" value="false"/>
4 <booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doDebugInRam" value="false"/>
7 …bute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doGdbServerAllocateTelnetConsole" value="false"/>
8 <booleanAttribute key="ilg.gnumcueclipse.debug.gdbjtag.openocd.doSecondReset" value="false"/>
30 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="false"/>
34 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
35 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
36 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="false"/>
40 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForImage" value="false"/>
41 <booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useFileForSymbols" value="false"/>
[all …]
/mcuboot-2.7.6/boot/boot_serial/src/
Dcbor_decode.h31 * - When a function returns false, it only means that decoding that particular
66 * 20: "false"
89 * @retval false If the value has the wrong type, the payload overflowed, the
101 * @retval false If intx32_decode failed or the result doesn't have the
117 * @retval false Header decoded incorrectly, or backup failed.
141 * @retval false Header decoded incorrectly, or backup failed.
154 * @retval false Element count not correct.
211 * repeatedly until the function fails (returns false)
222 * @retval false If @p decoder failed before having decoded @p min_decode
Dcbor_encode.h26 * @retval false If the payload is exhausted.
41 * @retval false Header encoded incorrectly, or backup failed.
127 * repeatedly until the function fails (returns false)
138 * @retval false If @p encoder failed before having encoded @p min_encode
Dcbor_common.h40 return false; \
117 return false; \
124 #define BOOL_TO_PRIM 20 ///! In CBOR, false/true have the values 20/21
/mcuboot-2.7.6/scripts/imgtool/
Dmain.py122 @click.option('--minimal', default=False, is_flag=True,
231 @click.option('--custom-tlv', required=False, nargs=2, default=[],
238 required=False,
240 @click.option('-x', '--hex-addr', type=BasedIntParamType(), required=False,
242 @click.option('-L', '--load-addr', type=BasedIntParamType(), required=False,
244 @click.option('-F', '--rom-fixed', type=BasedIntParamType(), required=False,
246 @click.option('--save-enctlv', default=False, is_flag=True,
259 @click.option('--overwrite-only', default=False, is_flag=True,
268 @click.option('--confirm', default=False, is_flag=True,
271 @click.option('--pad', default=False, is_flag=True,
[all …]
Dimage.py134 pad_header=False, pad=False, confirm=False, align=1,
136 overwrite_only=False, endian="little", load_addr=0,
137 rom_fixed=None, erased_val=None, save_enctlv=False,
/mcuboot-2.7.6/sim/src/
Dimage.rs185 let primaries = install_image(&mut flash, &slots[0], 42784, &*dep, false); in make_no_upgrade_image()
188 _ => install_image(&mut flash, &slots[1], 46928, &*dep, false) in make_no_upgrade_image()
229 let primaries = install_image(&mut bad_flash, &slots[0], 32784, &dep, false); in make_bad_secondary_slot_image()
248 let primaries = install_image(&mut flash, &slots[0], 32784, &dep, false); in make_erased_secondary_image()
268 let upgrades = install_image(&mut flash, &slots[1], 32784, &dep, false); in make_bootstrap_image()
431 let (result, _) = c::boot_go(&mut flash, &self.areadesc, None, false); in run_bootstrap()
471 return false; in run_basic_revert()
572 return false; in run_revert_with_fails()
592 return false; in run_norevert()
601 let (result, _) = c::boot_go(&mut flash, &self.areadesc, None, false); in run_norevert()
[all …]
/mcuboot-2.7.6/ext/tinycrypt/tests/
Dtest_ctr_prng.c84 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
105 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
126 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
147 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
168 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
189 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
210 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
231 * AES-128 no df, PredictionResistance = False, EntropyInputLen = 256,
Dtest_ecc_utils.c94 return false; in hex2bin()
102 return false; in hex2bin()
114 return false; in hex2bin()
121 return false; in hex2bin()
149 if (false == hex2bin(tmp + padding / 2, num_bytes, str, hexlen)) in string2scalar()
/mcuboot-2.7.6/ci/fih_test_docker/
Dfi_tester_gdb.sh106 echo " boot: False"
116 echo " test_exec_ok: False"
122 echo " skipped: False"
129 echo " boot: False"
Ddamage_image.py115 default=False,
117 required=False,
120 default=False,
122 required=False,
/mcuboot-2.7.6/boot/zephyr/
Dmain.c75 volatile bool boot_log_stop = false;
84 #define ZEPHYR_BOOT_LOG_START() do { } while (false)
85 #define ZEPHYR_BOOT_LOG_STOP() do { } while (false)
98 return false; in boot_skip_serial_recovery()
104 return false; in boot_skip_serial_recovery()
332 if (log_process(false) == false) { in boot_log_thread_func()
Darm_cleanup.c48 SYSMPU_Enable(SYSMPU, false); in z_arm_clear_arm_mpu_config()
52 SYSMPU_RegionEnable(SYSMPU, i, false); in z_arm_clear_arm_mpu_config()
/mcuboot-2.7.6/scripts/
Dassemble.py35 return False
38 return False
138 warn_reg_unit_address_mismatch=False)
/mcuboot-2.7.6/boot/cypress/libs/watchdog/
Dwatchdog.c79 static bool _cy_wdg_initialized = false;
80 static bool _cy_wdg_pdl_initialized = false;
145 _cy_wdg_initialized = false; in cy_wdg_free()
/mcuboot-2.7.6/boot/bootutil/src/
Dboot_record.c142 bool boot_record_found = false; in boot_save_boot_status()
143 bool hash_found = false; in boot_save_boot_status()
150 rc = bootutil_tlv_iter_begin(&it, hdr, fap, IMAGE_TLV_ANY, false); in boot_save_boot_status()
Dbootutil_priv.h277 * @returns true if the buffer is erased; false if any of the bytes is not
286 * returns false.
295 return false; in boot_u32_safe_add()
305 * returns false.
311 return false; in boot_u16_safe_add()
Dloader.c555 return false; in boot_is_header_valid()
559 return false; in boot_is_header_valid()
563 return false; in boot_is_header_valid()
579 return false; in boot_data_is_set_to()
1603 * already determined swap types of other images and set each false in boot_review_image_swap_types()
1665 rc = boot_read_image_headers(state, false, NULL);
1737 rc = boot_read_image_headers(state, false, bs);
1757 boot_review_image_swap_types(state, false);
1863 has_upgrade = false;
2002 rc = boot_read_image_headers(state, false, &bs);
[all …]
/mcuboot-2.7.6/boot/mbed/
Dmbed_lib.json7 "accepted_values": [true, false],
76 "accepted_values": [true, false],

12