Signed-off-by: Hongpeng Huo <hongpeng.huo@hpmicro.com>
This commit is contained in:
Hongpeng Huo
2022-10-09 11:07:04 +08:00
parent 16dbc88948
commit 74a9ad1690
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
device/ --- 硬件单板相关仓库
├── board/hpmicro --- HPMicro相关单板
├── soc/hpmicro --- HPMicro相关SoC代码
vendor/hpmicro/ --- vendor_goodix 仓库路径
vendor/hpmicro/ --- vendor 仓库路径
└── hpm6750evk2 --- 样例
```
+9 -4
View File
@@ -1,10 +1,15 @@
#
# Copyright (c) 2022 HPMicro.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# This file is dual licensed: you can use it either under the terms of
# the GPL, or the BSD license, at your option.
# See the LICENSE file in the root of this repository for complete details.
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//drivers/hdf_core/adapter/khdf/liteos_m/hdf.gni")