-
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: Akira Moroo <retrage01@gmail.com>
a46a644cAkira Moroo authoredPR #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: Akira Moroo <retrage01@gmail.com>
Loading