Searched refs:copy (Results 1 – 18 of 18) sorted by relevance
/mcuboot-latest/ext/fiat/ |
D | LICENSE | 6 Permission is hereby granted, free of charge, to any person obtaining a copy 9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1950 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable 1951 dev.read(offset, &mut copy).unwrap(); in install_image() 1955 plain: copy, in install_image() 1962 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable 1963 dev.read(offset, &mut copy).unwrap(); in install_image() 1982 plain: copy, in install_image() 2071 let mut copy = vec![0u8; buf.len()]; in verify_image() localVariable 2074 dev.read(offset, &mut copy).unwrap(); in verify_image() 2082 if buf != ©[..] && buf != ©_offset[..] { in verify_image() 2084 if buf[i] != copy[i] && buf[i] != copy_offset[i] { in verify_image() [all …]
|
/mcuboot-latest/ci/fih_test_docker/docker-build/ |
D | Dockerfile | 5 # You may obtain a copy of the License at
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 27 * You may obtain a copy of the License at 182 /* To copy multiple ROM to RAM sections, 183 * uncomment .copy.table section and, 185 .copy.table : 283 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 27 * You may obtain a copy of the License at 181 /* To copy multiple ROM to RAM sections, 182 * uncomment .copy.table section and, 184 .copy.table : 282 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 27 * You may obtain a copy of the License at 183 /* To copy multiple ROM to RAM sections, 184 * uncomment .copy.table section and, 186 .copy.table : 303 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
D | ExternalMemory.md | 97 2. Once DAP Link removable disk appeared drop (copy) the upgrade image HEX file to it.
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 27 * You may obtain a copy of the License at 192 /* To copy multiple ROM to RAM sections, 193 * uncomment .copy.table section and, 195 .copy.table : 293 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
/mcuboot-latest/scripts/imgtool/ |
D | image.py | 26 import copy 343 self.payload = copy.copy(self.infile_data) 348 self.payload = copy.copy(self.infile_data)
|
/mcuboot-latest/scripts/ |
D | mcubin.bt | 7 // You may obtain a copy of the License at
|
/mcuboot-latest/ |
D | LICENSE | 95 Derivative Works a copy of this License; and 108 include a readable copy of the attribution notices contained 193 You may obtain a copy of the License at
|
/mcuboot-latest/docs/ |
D | SubmittingPatches.md | 60 Everyone is permitted to copy and distribute verbatim copies of this
|
D | testplan-mynewt.md | 125 DISCLAIMER: be careful with copy/paste of commands, this test uses another
|
D | readme-zephyr.md | 91 board and then just make a copy of it to get started on your own
|
D | release-notes.md | 467 - Overwrite-only mode was updated to erase/copy only sectors that
|
D | readme-espressif.md | 567 Burn the key into the device's eFuse (keep a copy on the host), this action can be done **only
|
/mcuboot-latest/boot/zephyr/ |
D | CMakeLists.txt | 190 # When using ECDSA signatures, pull in our copy of the tinycrypt library. 210 # to set MBEDTLS_CONFIG_FILE ourselves. When using Zephyr's copy, this
|
D | Kconfig | 37 # When building for ECDSA, we use our own copy of mbedTLS, so the 48 # When building for ECDSA, we use our own copy of mbedTLS, so the 391 without having to move/copy it into the primary slot. For this reason the
|