Compare commits
18 Commits
dev
...
dev-backup
| Author | SHA1 | Date |
|---|---|---|
|
|
296dd34114 | |
|
|
de790404f1 | |
|
|
4e086e1880 | |
|
|
e4ca660f83 | |
|
|
4ccb5ce72a | |
|
|
d3ea2283d0 | |
|
|
c170536cd2 | |
|
|
a636f1da82 | |
|
|
f3ca6ddb91 | |
|
|
09ea558583 | |
|
|
ad07512319 | |
|
|
a3b2ccad56 | |
|
|
c0586d954d | |
|
|
3a86c5a661 | |
|
|
3623ff8b35 | |
|
|
40a47c2e6f | |
|
|
8db14f188d | |
|
|
859df5abd8 |
|
|
@ -6,8 +6,6 @@ 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:
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
# ##############################################################################
|
||||
# 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