You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove address_size from config, add write/read_extended methods
`write_extended` and `read_extended` methods allow more complicated
transcations, such as those needed to read/write from flash memories.
These new methods allow the address size to be configured. Remove this same
functionality from config to avoid too many redundant ways to achieve the same
thing.
0 commit comments