Searched refs:wbs_aligned (Results 1 – 1 of 1) sorted by relevance
/mcuboot-3.4.0/boot/boot_serial/src/ |
D | boot_serial.c | 776 uint8_t wbs_aligned[MCUBOOT_SERIAL_UNALIGNED_BUFFER_SIZE]; in bs_upload() local 783 memset(wbs_aligned, flash_area_erased_val(fap), sizeof(wbs_aligned)); in bs_upload() 784 memcpy(wbs_aligned, img_chunk, write_size); in bs_upload() 786 rc = flash_area_write(fap, curr_off, wbs_aligned, write_size); in bs_upload() 808 uint8_t wbs_aligned[BOOT_MAX_ALIGN]; in bs_upload() local 810 memset(wbs_aligned, flash_area_erased_val(fap), sizeof(wbs_aligned)); in bs_upload() 811 memcpy(wbs_aligned, img_chunk + img_chunk_len, rem_bytes); in bs_upload() 813 rc = flash_area_write(fap, curr_off + img_chunk_len, wbs_aligned, in bs_upload()
|