Create example using fixed size allocator #16

Closed
opened 2020-06-03 08:54:29 +00:00 by rafaelcaricio · 0 comments
rafaelcaricio commented 2020-06-03 08:54:29 +00:00 (Migrated from github.com)

The idea is to make use of wee_alloc with the static_array_backend feature enabled. Since lvgl-rs cannot remove the dependency on alloc crate, we can show how users can have predictable limit on the amount of memory their firmware will take in embedded devices when using lvgl-rs.

The idea is to make use of [wee_alloc](https://github.com/rustwasm/wee_alloc) with the `static_array_backend` feature enabled. Since `lvgl-rs` cannot remove the dependency on `alloc` crate, we can show how users can have predictable limit on the amount of memory their firmware will take in embedded devices when using `lvgl-rs`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rafaelcaricio/lvgl-rs#16
No description provided.