Compare commits
11 Commits
dev-backup
...
dev
| Author | SHA1 | Date |
|---|---|---|
|
|
8905a6c391 | |
|
|
c8d31936db | |
|
|
f33fe55366 | |
|
|
194631dfdb | |
|
|
325efa11f5 | |
|
|
d04f1a7ac0 | |
|
|
513f919305 | |
|
|
f704c51d8f | |
|
|
79ebb9f389 | |
|
|
1b206f5592 | |
|
|
827e0f98e4 |
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
Loading…
Reference in New Issue