aboutsummaryrefslogtreecommitdiff
path: root/arm-probe
AgeCommit message (Collapse)Author
2012-10-22remove capture averaging from library add to arm probeAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-22refactor separate non aep specific stuffAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-19add fstack protector to everythingAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-19add FORTIFY_SOURCE everywhereAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-14config allow virtual summing supplies in configAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-14config add channel class fieldAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-12change process name of aep service forkAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-11issue libarmep results using shared mem from forked processAndy Green
This decouples the AEP service and correction / trigger process from the process that does something with the results. This allows an SMP box to dedicate one core just for AEP service, with the other cores free for whatever you're doing with the output. This allows scrolling of stdout for 9 channels without causing AEP service underflow on this laptop now. The callback is also removed and the arm-probe code further simplified with more handled in the library. Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-11optimize correctionAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-08add channel colour fieldAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-06reset simple average at triggerAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-06pass poll array management through callbackAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-06introduce autotools libarmepAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>