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

Extend no_std support #280

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

Extend no_std support #280

wants to merge 7 commits into from

Commits on Aug 3, 2022

  1. Use atomic-polyfill for wider compatibility

    Jinxit committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2ce477f View commit details
    Browse the repository at this point in the history
  2. Remove ignored attribute

    Jinxit committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    88bbee8 View commit details
    Browse the repository at this point in the history
  3. Use core and alloc instead of std

    Resolves (Ralith#106)
    Jinxit committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3f6d833 View commit details
    Browse the repository at this point in the history
  4. Switch from lazy_static to once_cell

    Once_cell has better no_std support
    Jinxit committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9d385a0 View commit details
    Browse the repository at this point in the history
  5. Use AtomicU64 when "spin" is disabled

    Jinxit committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7c564fb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Linting

    Jinxit committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    98b635c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    1dd3a0b View commit details
    Browse the repository at this point in the history