Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver/staging/media/lirc/lirc_gpio.c : blaster not working properly #21

Open
damien7851 opened this issue Mar 30, 2016 · 0 comments
Open

Comments

@damien7851
Copy link

HI,

I have tested lirc_gpio driver in blast mode on cubietruck.
It emit correct code but a half of the frequency required.
I think that function udelay can't produce correct delay with frequency scalling and or dual core cpu.
this function use loop per jiffie calculated at boot and is busy waiting.
in case of continuous emission cpu is blocked.
I plan to use pwm output in order to replace sofcarrier but pwm lib is old and difficult to use.
furthermore delay management remains critical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant