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.6.0
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: master
Choose a head ref
  • 14 commits
  • 13 files changed
  • 7 contributors

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    0e9baba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b323b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from jannic-dev-forks/fix-ci

    Fix CI failure
    Dirbaio authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dd4391d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Change to &raw

    Riceman2000 committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    8cf2418 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Review changes

    Riceman2000 committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    20d9db5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from Riceman2000/master

    Change to &raw
    Dirbaio authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    8437c09 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

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

Commits on Aug 30, 2025

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

Commits on Aug 31, 2025

  1. Update CHANGELOG.md

    Co-authored-by: Zeeshan Ali Khan <zeenix@gmail.com>
    JalonWong and zeenix authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    61a2685 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from JalonWong/master

    Add a macro to make initialization easier
    zeenix authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    83157f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

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

Commits on Nov 25, 2025

  1. Merge pull request #110 from jamesmunns/james/fix-ub

    Don't create an intermediate `&[u8]` when initializing Tlsf alloc
    zeenix authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    9f13866 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. update examples

    - Introduce `defmt` which is very commonly used on embedded systems. It
      is used to print the allocated structures.
    - New QEMU runner to support defmt.
    - Introduce new example which uses a global heap initialized on BSS
      memory.
    - Switch to more commonly used thumbv7em-none-eabihf target for the QEMU
      runner. thumbv6m-none-eabi is still supported as well.
    robamu committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    de38e9e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Merge pull request #109 from us-irs/update-examples

    update examples
    zeenix authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    f39bfba View commit details
    Browse the repository at this point in the history
Loading