ArcEye
ArcEye
**Comment by [cdsteinkuehler](https://github.com/cdsteinkuehler)** _Fri Oct 14 00:14:53 2016_ ---- It looks like "NIY" means Not Implemented Yet. I guess this is a feature request and not a bug...here's the code:...
**Comment by [mhaberler](https://github.com/mhaberler)** _Fri Oct 14 08:30:04 2016_ ---- A ringbuffer is a toplevel HAL object (=independent of any other) and there is no dependency tracking of which comps reference...
**Comment by [luminize](https://github.com/luminize)** _Thu May 18 15:40:29 2017_ ---- @cdsteinkuehler do you want to keep this issue open?
**Comment by [ArcEye](https://github.com/ArcEye)** _Wed Feb 10 08:42:59 2016_ ---- In the yet unmerged HAL work on components etc, all support for params in instantiable components has been removed. Even in...
**Comment by [luminize](https://github.com/luminize)** _Wed Feb 10 08:50:12 2016_ ---- Ok, that's good to know. That leaves us with drivers. I didn't have the courage to look at the corresponding files...
**Comment by [mhaberler](https://github.com/mhaberler)** _Wed Feb 10 09:01:42 2016_ ---- @ArcEye the reason was really default value semantics of pins during linking - we did a change to the HAL pin...
**Comment by [ArcEye](https://github.com/ArcEye)** _Wed Feb 10 09:04:16 2016_ ---- @mhaberler has already converted stepgen into an instantiated component in the new branch > a pin can have a default value...
**Comment by [luminize](https://github.com/luminize)** _Wed Feb 10 09:08:11 2016_ ---- @ArcEye the stepgen I was referring to is the mesa hardware stepgen. That needs info on step length for example, and...
**Comment by [mhaberler](https://github.com/mhaberler)** _Wed Feb 10 09:13:41 2016_ ---- it is very hard to find any actual change in all this whitespace diff noise anyway, for example: ``` // No...
**Comment by [luminize](https://github.com/luminize)** _Wed Feb 10 09:31:37 2016_ ---- > (while I do not understand the change from pin to param): It originally was a param, so I mass changed...