Until now the list of supported devices is hard coded. This does not allow to change it.
With this PR two functions are introduced:
set_supported_families: Set the list of supported devices as you please. The default will be overwritten
set_automatic_family_support: Active the automatic family support feature. The list of supported devices will be cleared unless the user set it explicitly. This may be used to hide the IP from some families.
The changes should keep full backwards compatibility.
Until now the list of supported devices is hard coded. This does not allow to change it. With this PR two functions are introduced:
The changes should keep full backwards compatibility.
33