v1.32.0
1.32.0 - 2023-09-26
Added
- Add
stream_join_dynamic
:stream_join
with a dynamically configurable subset selection. - Add
multiaddr_decode
: Address map decoder using NAPOT regions and allowing for multiple address inputs. - Add
addr_decode_dync
:addr_decode
with support for dynamic online configuration.
Changed
mem_to_banks
: Change default value forNumBanks
from0
to1
to avoid division by zero.