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

clothed functions #197

Merged
merged 19 commits into from
Sep 2, 2024
Merged

clothed functions #197

merged 19 commits into from
Sep 2, 2024

Commits on Aug 27, 2024

  1. clothed functions

    Lokathor committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d072c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1578771 View commit details
    Browse the repository at this point in the history
  3. partly fix the examples.

    Lokathor committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ec4104a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f316e66 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    7713faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fca81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f0981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9626d18 View commit details
    Browse the repository at this point in the history
  5. we can delete the old stuff we don't even want all that general memcp…

    …y stuff, we want precise functions.
    Lokathor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3397603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73d1dde View commit details
    Browse the repository at this point in the history
  7. get the correct runtime handler code from the 0.12 branch; the bug wa…

    …s that we need to go back to IRQ mode (not SVC mode) when finishing up the IRQ handler (which should have been obvious).
    Lokathor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aa656a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c11ad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. remove excess imports

    Lokathor committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    20e7516 View commit details
    Browse the repository at this point in the history
  2. remove unsafe code usage from examples by providing safe wrappers for…

    … those operations in the lib.
    Lokathor committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d180fa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd6e9cc View commit details
    Browse the repository at this point in the history
  4. i'm just going with not having the crate provide special division sup…

    …port for now, compiler-builtins still provides it.
    Lokathor committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8bfa518 View commit details
    Browse the repository at this point in the history
  5. fix the pointer type.

    Lokathor committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    98a561b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47f6bdd View commit details
    Browse the repository at this point in the history
  7. sort our crate declarations

    Lokathor committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c72039c View commit details
    Browse the repository at this point in the history