Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-embedded/embedded-alloc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: rust-embedded/embedded-alloc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    f751519 View commit details
    Browse the repository at this point in the history
  2. Rename to embedded-alloc.

    Dirbaio committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a807592 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge #56

    56: Use critical-section for heap locking, rename to `embedded-alloc`. r=adamgreig a=Dirbaio
    
    This uses `critical_section::with` instead of `cortex_m::interrupt::free` to acquire a critical section. This allows customizing the critical section implementation, to make it sound for multicore chips for example.
    
    This is a breaking change, so it'll require a 0.5 release.
    
    Interestingly this makes the crate not cortex-m specific anymore. Perhaps it could be renamed to something more general?
    
    TODO
    - [x] Wait for cortex-m 0.7.6 release rust-embedded/cortex-m#449
    
    Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
    bors[bot] and Dirbaio authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    89cb8d5 View commit details
    Browse the repository at this point in the history
Loading