Skip to content
  • Akira Moroo's avatar
    a46a644c
    build: Remove heap allocator · a46a644c
    Akira Moroo authored
    
    
    PR #92 introduced heap allocator to implement EFI variable feature.
    However, none of other components uses heap. This commit removes the
    heap allocator and use the `heapless` crate instead of `Vec`. This
    change simplifies the build arguments.
    
    Signed-off-by: default avatarAkira Moroo <retrage01@gmail.com>
    a46a644c
    build: Remove heap allocator
    Akira Moroo authored
    
    
    PR #92 introduced heap allocator to implement EFI variable feature.
    However, none of other components uses heap. This commit removes the
    heap allocator and use the `heapless` crate instead of `Vec`. This
    change simplifies the build arguments.
    
    Signed-off-by: default avatarAkira Moroo <retrage01@gmail.com>
Loading