aboutsummaryrefslogtreecommitdiff
path: root/libarmep/interpolation.c
AgeCommit message (Collapse)Author
2013-12-16provide sane interpolation endpoints at 12VAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-10-15optimize correction moreAndy 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-06introduce autotools libarmepAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org>