Compare commits

..

11 Commits

Author SHA1 Message Date
openvela-robot 8905a6c391 update workflow files 2026-02-02 19:51:48 +08:00
openvela-robot c8d31936db update .github 2026-01-04 11:03:54 +08:00
openvela-robot f33fe55366 update .github 2026-01-04 11:03:54 +08:00
openvela-robot 194631dfdb update workflows ci.yml, delete pull_request_review trigger 2026-01-04 11:03:54 +08:00
openvela-robot 325efa11f5 add .github/CODEOWNERS PULL_REQUEST_TEMPLATE.md 2026-01-04 11:03:54 +08:00
zhangxiaowei16 d04f1a7ac0 Modify ReadMe
Signed-off-by: zhangxiaowei16 <zhangxiaowei16@xiaomi.com>
2026-01-04 11:03:52 +08:00
openvela-robot 513f919305 add .github .gitee 2025-12-17 01:21:41 +08:00
openvela-robot f704c51d8f add CMakeLists in packages
add CMakeLists

Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2025-12-15 18:28:09 +08:00
v-tangmeng 79ebb9f389 add CMakeLists in packages
add CMakeLists

Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2025-12-15 18:28:09 +08:00
zhangxiaowei16 1b206f5592 Add readme file
Signed-off-by: zhangxiaowei16 <zhangxiaowei16@xiaomi.com>
2025-12-15 18:28:09 +08:00
haopengxiang 827e0f98e4 packages: initial Makefile for child build
Signed-off-by: haopengxiang <haopengxiang@xiaomi.com>
2025-12-15 18:28:09 +08:00
3 changed files with 26 additions and 1 deletions

View File

@ -6,6 +6,8 @@ name: CI
on:
pull_request_target:
types: [opened, reopened, synchronize]
issue_comment:
types: [created]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:

23
CMakeLists.txt Normal file
View File

@ -0,0 +1,23 @@
# ##############################################################################
# packages/CMakeLists.txt
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this
# file to you 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
#
# 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.
#
# ##############################################################################
nuttx_add_subdirectory()
nuttx_generate_kconfig(MENUDESC "Packages")

View File

@ -1,4 +1,4 @@
# Packages Introduction
# Packages Overview
\[ English | [简体中文](README_zh-cn.md) \]