From a0e6f7f0225da39e498b21d6be3b8599cbbd4a5b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 3 Aug 2020 13:37:11 +0200 Subject: [PATCH] Update ROADMAP.md --- docs/ROADMAP.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 66aae962d..04341ee39 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -25,4 +25,10 @@ Planned to September/October 2020 - See [#1656](https://github.com/lvgl/lvgl/issues/1656) ## Ideas -- ... +- Unit testing (gtest?). See [#1658](https://github.com/lvgl/lvgl/issues/1658) +- Benchmarking (gem5?). See [#1660](https://github.com/lvgl/lvgl/issues/1660) +- CPP binding. See [Forum](https://forum.lvgl.io/t/is-it-possible-to-officially-support-optional-cpp-api/2736) +- Optmize font decompression +- Switch to RGBA colors in styles +- Need coverage report for tests +- Need static analize (via coverity.io or somehing else).