From 023377464edf25259697279b6686ba7f4a1a594a Mon Sep 17 00:00:00 2001 From: Haryslee Date: Tue, 13 Apr 2021 15:56:29 +0800 Subject: [PATCH] Add minidisplay demo component Change-Id: Ib9185fb784a04563143e422a26df16159df9d2cf --- components/vendor.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/components/vendor.json b/components/vendor.json index 77236d2..fe780ae 100755 --- a/components/vendor.json +++ b/components/vendor.json @@ -333,6 +333,30 @@ "utils_base" ] } + }, + { + "component": "stm32l4r9i_disco_init", + "description": "", + "optional": "false", + "dirs": [ + "//device/st/stm32l4r9i_disco" + ], + "targets": [ + "//device/st/stm32l4r9i_disco:stm32l4r9i_disco" + ], + "rom": "", + "ram": "", + "output": [ "stm32l4r9i_disco" ], + "adapted_board": [ + "stm32l4r9i_disco" + ], + "adapted_kernel": [ "liteos_m" ], + "features": [], + "deps": { + "components": [ + "liteos_m" + ] + } } ] } -- Gitee