Home
last modified time | relevance | path

Searched full:detected (Results 1 – 23 of 23) sorted by relevance

/mcuboot-latest/boot/espressif/port/esp32/
Dserial_adapter.c144 bool detected = false; in boot_serial_detect_pin() local
162 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
165 if (detected) { in boot_serial_detect_pin()
171 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
172 if (!detected) { in boot_serial_detect_pin()
178 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c2/
Dserial_adapter.c155 bool detected = false; in boot_serial_detect_pin() local
173 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
176 if (detected) { in boot_serial_detect_pin()
182 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
183 if (!detected) { in boot_serial_detect_pin()
189 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32s2/
Dserial_adapter.c156 bool detected = false; in boot_serial_detect_pin() local
174 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
177 if (detected) { in boot_serial_detect_pin()
183 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
184 if (!detected) { in boot_serial_detect_pin()
190 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32s3/
Dserial_adapter.c193 bool detected = false; in boot_serial_detect_pin() local
211 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
214 if (detected) { in boot_serial_detect_pin()
220 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
221 if (!detected) { in boot_serial_detect_pin()
227 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c3/
Dserial_adapter.c191 bool detected = false; in boot_serial_detect_pin() local
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
212 if (detected) { in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 if (!detected) { in boot_serial_detect_pin()
225 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c6/
Dserial_adapter.c191 bool detected = false; in boot_serial_detect_pin() local
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
212 if (detected) { in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 if (!detected) { in boot_serial_detect_pin()
225 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32h2/
Dserial_adapter.c191 bool detected = false; in boot_serial_detect_pin() local
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
212 if (detected) { in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 if (!detected) { in boot_serial_detect_pin()
225 return detected; in boot_serial_detect_pin()
/mcuboot-latest/ci/
Dcompare_versions.py61 print("Upgrade detected ({} > {})".format(new, old))
64 print("Downgrade detected ({} < {})".format(new, old))
Dimgtool_run.sh46 echo "Imgtool downgrade detected!"
/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml44 string is detected during this period, the serial boot loader is
58 detected during the timeout period, the serial boot loader is
/mcuboot-latest/boot/mbed/include/utils/
DDataShare.h38 #define DATA_SHARE_ERROR_CORRUPT 3 /* Data corruption has been detected */
/mcuboot-latest/boot/cypress/MCUBootApp/
Dcy_serial_flash_prog.c7 * specific locations in order to be detected and used by programming tools
/mcuboot-latest/boot/mynewt/src/
Dmain.c188 * Listen for management pattern in UART input. If detected, await for in serial_boot_detect()
/mcuboot-latest/boot/espressif/hal/src/
Dsecure_boot.c147 …ESP_LOGE(TAG, "No coding schemes are supported in secure boot v2.(Detected scheme: 0x%x)", coding_… in check_and_generate_secure_boot_keys()
/mcuboot-latest/sim/src/
Dimage.rs1091 /// and warn that write fails were detected...
1112 // Any detected assert() is happening in another part of the code. in run_with_status_fails_complete()
1145 /// and warn that write fails were detected...
1182 more detected {}", asserts); in run_with_status_fails_with_reset()
1204 warn!("No assert() detected"); in run_with_status_fails_with_reset()
/mcuboot-latest/boot/bootutil/src/
Dswap_move.c193 BOOT_LOG_ERR("Detected inconsistent status!"); in swap_read_status_bytes()
Dswap_scratch.c102 BOOT_LOG_ERR("Detected inconsistent status!"); in swap_read_status_bytes()
Dloader.c2016 * operation. If a partial swap was detected, complete it.
/mcuboot-latest/docs/
Drelease-notes.md143 - Upgrade fault-injection hardening, improving cases injections are detected.
Dreadme-espressif.md148 Detected flash size: 4MB
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c870 * TODO: This is single occurrence issue, it should get detected during tests in bs_upload()
/mcuboot-latest/boot/cypress/MCUBootApp/config/
Dmcuboot_crypto_config.h76 * type is usually detected automatically through preprocessor macros,
3324 * is detected that is only checked with #MBEDTLS_CHECK_PARAMS
/mcuboot-latest/boot/espressif/include/crypto_config/
Dmbedtls_custom_config.h77 * type is usually detected automatically through preprocessor macros,