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

kernel: Drivers refactor. #266

Merged
merged 7 commits into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. kernel: Split debug shell and uart driver.

    I've added a `platform` module to store all platform specific code, (not
    architecture specific) as some platforms will require custom drivers, e.g.
    for debug output and for the random number generation code.  The platform
    code is in charge of mapping any peripherals needed to work, also to
    initialize any other parts of the kernel that require drivers, for example
    the debug shell.
    
    Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
    jeandudey committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b334e5b View commit details
    Browse the repository at this point in the history
  2. kernel: Move rand driver to platform module.

    Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
    jeandudey committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d8807e6 View commit details
    Browse the repository at this point in the history
  3. bump kernel version

    bunnie committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ba46c6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbb7e27 View commit details
    Browse the repository at this point in the history
  5. I see what's happening. The PR originator versions are very out of date.

    hopefully this fixes the issue.
    bunnie committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    80094ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cf4622 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6332bf1 View commit details
    Browse the repository at this point in the history