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

Added basic support for CH32V003. #153

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

Commits on May 5, 2024

  1. Added basic support for CH32V003. Entropy is observed from reading LS…

    …b of ADC pointed to "Vrefint" channel. (Physical entropy source is thermal noise of charge carriers at sample capacitor.) To make use of these changes, of course, one needs a proper CH32V003 project with the corresponding application support. Particularly, one needs to define “CH32V0XX” at the global level as well as implement the RNG_GetCondensedEntropy() function call.
    CharlesScoville committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f79a168 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Changes proposed in main fork, pull request jedisct1#153. All Von Neu…

    …man extractor code has been pulled in from CH32V003 project. A simple check was added to verify that the ADC unit is actually on as well.
    CharlesScoville committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f760f1c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    4ad5224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce02d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e03425 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b9525 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d9a408 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be1aeca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4073536 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6957e6b View commit details
    Browse the repository at this point in the history