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

Add arris dcx3200 + fixes for newer versions of ESP-IDF #8

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

liebman
Copy link

@liebman liebman commented Oct 17, 2021

I needed to talk to an ARRIS dcx3200 and liked the layout of this library but ran into some compilation issues.

  • added ARRIS timing, no idea if its 100% but it works on my device
  • rmt_set_source_clk - must be called because some hardware defaults to what the documentation calls the unsupported REF_TICK clock (I have one such device)
  • vRingbufferGetInfo - added an extra arg in 4.0.0
  • moved "Item length" warning to verbose as it was way two noisy
  • moved dump_item messages to info and added setDumpUnknown(bool) to enable (default false)
  • dump_item prints in microseconds instead of ticks
  • moved vRingbufferReturnItem till after the item was processed to prevent it being overwritten

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

Successfully merging this pull request may close these issues.

1 participant