|
pico-binary-info
Portable Pi Pico binary_info parser
|
Binary info entry describing a block device in the binary. More...
#include <structure.h>
Public Member Functions | |
| bi_ptr_of (const char) name | |
| optional static name (independent of what is formatted) | |
| bi_ptr_of (binary_info_t) extra | |
| additional info | |
Data Fields | |
| struct _binary_info_core | core |
| Common binary info header. | |
| uint32_t | address |
| Start address of the block device in flash. | |
| uint32_t | size |
| Size of the block device in bytes. | |
| uint16_t | flags |
| Block device capability flags (BINARY_INFO_BLOCK_DEV_FLAG_*) | |
Binary info entry describing a block device in the binary.