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

[rtl] TRNG: add data-available interrupt #922

Merged
merged 6 commits into from
Jun 8, 2024
Merged

[rtl] TRNG: add data-available interrupt #922

merged 6 commits into from
Jun 8, 2024

Conversation

stnolting
Copy link
Owner

As the TRNG provides a rather slow entropy source, this PR re-adds the TRNG's "data available" interrupt. This interrupt can be programmed to trigger on either of these conditions:

  • random data is available (data FIFO is not empty)
  • random pool is full (data FIFO is full)

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Jun 7, 2024
@stnolting stnolting self-assigned this Jun 7, 2024
@stnolting stnolting marked this pull request as ready for review June 7, 2024 20:11
@stnolting stnolting merged commit 1da82dc into main Jun 8, 2024
10 checks passed
@stnolting stnolting deleted the trng_irq branch June 8, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant