bootloader_debug_buffer() function
Debug log contents of a buffer as hexadecimal.
Arguments
length
Length of buffer in bytes. Maximum length 128 bytes.
label
Label to print at beginning of log line.
Notes
- Only works if component log level is DEBUG or higher. - It will print at most 128 bytes from @c buffer.
![]()
bootloader_debug_buffer(image_hash, HASH_LEN, "Calculated hash");
bootloader_debug_buffer() is called by 1 function:
![]()
bootloader_debug_buffer()
bootloader_debug_buffer():
![]()
bootloader_debug_buffer()