Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 32) sorted by relevance

12

/mcuboot-latest/docs/release-notes.d/
Dcompatible-slots.md1 - Added optional write block size checking to ensure expected
6 and write block sizes in dts vs actual hardware configuration
/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial.h37 void (*write)(const char *ptr, int cnt); member
/mcuboot-latest/boot/boot_serial/test/src/
Dboot_test.c49 .write = test_uart_write
/mcuboot-latest/scripts/imgtool/keys/
Ded25519.py53 f.write(pem)
107 f.write(pem)
Dx25519.py55 f.write(pem)
108 f.write(pem)
Dgeneral.py58 file.buffer.write(encoded_bytes)
61 file.write(encoded_bytes)
Drsa.py65 f.write(pem)
165 f.write(pem)
Decdsa.py58 f.write(pem)
141 f.write(pem)
/mcuboot-latest/sim/simflash/src/
Dlib.rs56 fn write(&mut self, offset: usize, payload: &[u8]) -> Result<()>; in write() method
182 fn write(&mut self, offset: usize, payload: &[u8]) -> Result<()> { in write() method
334 flash.write(0, &[0x55]).unwrap(); in test_device()
347 flash.write(sector.base, &byte).unwrap(); in test_device()
348 flash.write(sector.base + sector.size - 1, &byte).unwrap(); in test_device()
/mcuboot-latest/ptest/src/
Dmain.rs169 .write(true) in done()
335 write!(&mut buf, "{}:", self.env).unwrap(); in textual()
337 write!(&mut buf, " {}", v).unwrap(); in textual()
349 write!(&mut buf, " {}", v).unwrap(); in simple_textual()
/mcuboot-latest/boot/zephyr/boards/
Dnrf52840dk_ram.overlay38 write-block-size = <1>;
Dnrf52840dk_ram_multi.overlay46 write-block-size = <1>;
/mcuboot-latest/scripts/
Dassemble.py91 ofd.write(buf)
96 ofd.write(ibuf)
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt383 dt_prop(write_size_slot0 PATH "${slot0_flash}" PROPERTY "write-block-size")
401 dt_prop(write_size_slot1 PATH "${slot1_flash}" PROPERTY "write-block-size")
462 # Check both slots for the one with the largest write/erase block size
464 dt_prop(write_size_slot0 PATH "${slot0_flash}" PROPERTY "write-block-size")
466 dt_prop(write_size_slot1 PATH "${slot1_flash}" PROPERTY "write-block-size")
493 dt_prop(write_size PATH "${slot0_flash}" PROPERTY "write-block-size")
497 dt_prop(write_size PATH "${slot0_flash}" PROPERTY "write-block-size")
506 …message(WARNING "Unable to determine write size of slot0 or slot1 partition, setting to 8 (this is…
Dmain.c78 .write = console_write
/mcuboot-latest/docs/
Dreadme-nuttx.md21 …vers using standard POSIX filesystem operations (e.g. `open()` / `close()` / `read()` / `write()`).
45 …passes through the `BCH` and `FTL` layers, which appropriately handle the write alignment restrict…
52 …one task calls `flash_area_open` and another task calls `flash_area_<read/write/close>` passing th…
Dreadme-mbed.md25 * Its minimum supported read and write sizes (granularities) are _no larger than_ 16 byte, which MC…
DPORTING.md13 get the flash's minimum write size, and read/write/erase individual sectors.
/mcuboot-latest/boot/mynewt/src/
Dmain.c66 .write = boot_uart_write
/mcuboot-latest/boot/espressif/
Dmain.c25 .write = console_write
/mcuboot-latest/scripts/tests/
Dtest_keys.py191 f.write(b"\x00" * 1024)
/mcuboot-latest/sim/src/
Dimage.rs1909 dev.write(offset, &encbuf).unwrap(); in install_image()
1921 dev.write(offset, &buf).unwrap(); in install_image()
1933 dev.write(offset, &buf).unwrap(); in install_image()
1943 dev.write(offset, &encbuf).unwrap(); in install_image()
2158 write!(&mut buf, "mcuboot\0").unwrap(); in install_ptable()
2179 dev.write(0, &buf).unwrap(); in install_ptable()
2249 dev.write(offset - (offset % align), &buf).unwrap(); in mark_upgrade()
2251 dev.write(offset, MAGIC).unwrap(); in mark_upgrade()
2270 dev.write(off, &ok).unwrap(); in mark_permanent_upgrade()
/mcuboot-latest/sim/mcuboot-sys/
DCargo.toml89 # Support images with 32-byte maximum write alignment value.
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1264 boot_uf->write(pkt_start, sizeof(pkt_start)); in boot_serial_output()
1266 boot_uf->write(pkt_cont, sizeof(pkt_cont)); in boot_serial_output()
1270 boot_uf->write(&encoded_buf[out], len); in boot_serial_output()
1274 boot_uf->write("\n", 1); in boot_serial_output()
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py203 file_to_damage.write(out_file_content)

12