Searched refs:wbs_aligned (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 951 uint8_t wbs_aligned[MCUBOOT_SERIAL_UNALIGNED_BUFFER_SIZE]; in bs_upload() local 958 memset(wbs_aligned, flash_area_erased_val(fap), sizeof(wbs_aligned)); in bs_upload() 959 memcpy(wbs_aligned, img_chunk, write_size); in bs_upload() 961 rc = flash_area_write(fap, curr_off, wbs_aligned, write_size); in bs_upload() 983 uint8_t wbs_aligned[BOOT_MAX_ALIGN]; in bs_upload() local 985 memset(wbs_aligned, flash_area_erased_val(fap), sizeof(wbs_aligned)); in bs_upload() 986 memcpy(wbs_aligned, img_chunk + img_chunk_len, rem_bytes); in bs_upload() 988 rc = flash_area_write(fap, curr_off + img_chunk_len, wbs_aligned, in bs_upload()
|