lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[dev_io] Remove static limit on the maixmum number of SMIOs #141

Open lerwys opened 7 years ago

lerwys commented 7 years ago

Problem: We are using a static number to llimit the maximum number of SMIOs. This is fine so far, but this shouldn't be limited at all.

Possible Solution: Dynamically allocate SMIO structures as needed.