This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 09bfaa7292 fix nxstyle
09bfaa7292 is described below
commit 09bfaa72923acf91ef44d99d1adc40da8a5d8cfe
Author: simbit18 <[email protected]>
AuthorDate: Fri May 10 15:06:40 2024 +0200
fix nxstyle
fix Relative file path does not match actual file.
---
arch/risc-v/src/common/CMakeLists.txt | 2 +-
arch/risc-v/src/common/supervisor/CMakeLists.txt | 2 +-
arch/risc-v/src/hpm6000/CMakeLists.txt | 2 +-
arch/risc-v/src/qemu-rv/CMakeLists.txt | 2 +-
boards/arm/gd32f4/gd32f470ik-eval/src/Makefile | 2 +-
boards/arm/gd32f4/gd32f470zk-eval/src/Makefile | 2 +-
boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt | 2 +-
boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt | 2 +-
.../stm32f7/stm32f746g-disco/src/CMakeLists.txt | 4 ++--
.../stm32f7/stm32f777zit6-meadow/CMakeLists.txt | 24 +++++++++++-----------
.../stm32f777zit6-meadow/src/CMakeLists.txt | 2 +-
.../tms570/tms570ls31x-usb-kit/src/CMakeLists.txt | 2 +-
boards/arm/xmc4/xmc4800-relax/src/CMakeLists.txt | 2 +-
boards/x86_64/intel64/qemu-intel64/CMakeLists.txt | 2 +-
.../x86_64/intel64/qemu-intel64/src/CMakeLists.txt | 2 +-
libs/libm/libm/CMakeLists.txt | 2 +-
net/ipfrag/CMakeLists.txt | 2 +-
sched/misc/CMakeLists.txt | 2 +-
18 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/arch/risc-v/src/common/CMakeLists.txt
b/arch/risc-v/src/common/CMakeLists.txt
index fa06d942b2..82e16738d3 100644
--- a/arch/risc-v/src/common/CMakeLists.txt
+++ b/arch/risc-v/src/common/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# arch/arm/src/common/CMakeLists.txt
+# arch/risc-v/src/common/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
diff --git a/arch/risc-v/src/common/supervisor/CMakeLists.txt
b/arch/risc-v/src/common/supervisor/CMakeLists.txt
index 018b76e887..7ae71b030e 100644
--- a/arch/risc-v/src/common/supervisor/CMakeLists.txt
+++ b/arch/risc-v/src/common/supervisor/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# arch/arm/src/common/supervisor/CMakeLists.txt
+# arch/risc-v/src/common/supervisor/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
diff --git a/arch/risc-v/src/hpm6000/CMakeLists.txt
b/arch/risc-v/src/hpm6000/CMakeLists.txt
index 03ddd0a649..849dfa2bb7 100644
--- a/arch/risc-v/src/hpm6000/CMakeLists.txt
+++ b/arch/risc-v/src/hpm6000/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# arch/arm/src/qemu-rv/CMakeLists.txt
+# arch/risc-v/src/hpm6000/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
diff --git a/arch/risc-v/src/qemu-rv/CMakeLists.txt
b/arch/risc-v/src/qemu-rv/CMakeLists.txt
index 0c8219a62b..d397f1b214 100644
--- a/arch/risc-v/src/qemu-rv/CMakeLists.txt
+++ b/arch/risc-v/src/qemu-rv/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# arch/arm/src/qemu-rv/CMakeLists.txt
+# arch/risc-v/src/qemu-rv/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
diff --git a/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile
b/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile
index 21fd692512..66663ed056 100644
--- a/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile
+++ b/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
+# boards/arm/gd32f4/gd32f470ik-eval/src/Makefile
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
b/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
index af1afed207..d4612d522a 100644
--- a/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
+++ b/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
@@ -1,5 +1,5 @@
############################################################################
-# boards/arm/gd32f4/gd32f470zk-eval/src/Make.defs
+# boards/arm/gd32f4/gd32f470zk-eval/src/Makefile
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt
b/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt
index 6f0b58e2db..43b44c3a21 100644
--- a/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt
+++ b/boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/stm32/stm32f401rc-rs485/CMakeLists.txt
+# boards/arm/stm32/stm32f401rc-rs485/src/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
diff --git a/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt
b/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt
index ccb967cadd..d8031b208b 100644
--- a/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt
+++ b/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/stm32f7/stm32f746-disco/CMakeLists.txt
+# boards/arm/stm32f7/stm32f746g-disco/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
diff --git a/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt
b/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt
index e9c06610be..bd901ee506 100644
--- a/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt
+++ b/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/stm32f7/stm32f746-disco/src/CMakeLists.txt
+# boards/arm/stm32f7/stm32f746g-disco/src/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
@@ -27,7 +27,7 @@ else()
endif()
if(CONFIG_ARCH_BUTTONS)
- list(APPEND SRCS stm32_buttons.c)
+ list(APPEND SRCS stm32_buttons.c)
endif()
if(CONFIG_BOARDCTL)
diff --git a/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt
b/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt
index 0369a5aa12..b9c4f5461b 100644
--- a/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt
+++ b/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt
@@ -1,21 +1,21 @@
-############################################################################
-# boards/arm/stm32f7/stm32f77zit6-meadow/CMakeLists.txt
+#
##############################################################################
+# boards/arm/stm32f7/stm32f777zit6-meadow/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
+# 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
+# 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.
+# License for the specific language governing permissions and limitations under
+# the License.
#
-############################################################################
+#
##############################################################################
add_subdirectory(src)
diff --git a/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt
b/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt
index 34786323b8..bd527f27e1 100644
--- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt
+++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/stm32f7/stm32f77zit6-meadow/src/CMakeLists.txt
+# boards/arm/stm32f7/stm32f777zit6-meadow/src/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
diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt
b/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt
index 68002509aa..c241d8ea75 100644
--- a/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt
+++ b/boards/arm/tms570/tms570ls31x-usb-kit/src/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/tms570/tms570ls31x-usb-kit/CMakeLists.txt
+# boards/arm/tms570/tms570ls31x-usb-kit/src/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
diff --git a/boards/arm/xmc4/xmc4800-relax/src/CMakeLists.txt
b/boards/arm/xmc4/xmc4800-relax/src/CMakeLists.txt
index 4ebcac1c1b..709b4c9c0c 100644
--- a/boards/arm/xmc4/xmc4800-relax/src/CMakeLists.txt
+++ b/boards/arm/xmc4/xmc4800-relax/src/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/xmc4/xmc4800/src/CMakeLists.txt
+# boards/arm/xmc4/xmc4800-relax/src/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
diff --git a/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt
b/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt
index 21482eb772..d4da406f14 100644
--- a/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt
+++ b/boards/x86_64/intel64/qemu-intel64/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/x84_64/intel64/qemu-intel64/CMakeLists.txt
+# boards/x84_64/intel64/qemu-intel64/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
diff --git a/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt
b/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt
index 9ea53ac0f9..e1152c5745 100644
--- a/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt
+++ b/boards/x86_64/intel64/qemu-intel64/src/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# boards/arm/x84_64/intel64/qemu-intel64/src/CMakeLists.txt
+# boards/x84_64/intel64/qemu-intel64/src/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
diff --git a/libs/libm/libm/CMakeLists.txt b/libs/libm/libm/CMakeLists.txt
index 5b406cc8ee..af794c0125 100644
--- a/libs/libm/libm/CMakeLists.txt
+++ b/libs/libm/libm/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# libs/libc/math/CMakeLists.txt
+# libs/libm/libm/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
diff --git a/net/ipfrag/CMakeLists.txt b/net/ipfrag/CMakeLists.txt
index 4d2b258fa1..4f614075bb 100644
--- a/net/ipfrag/CMakeLists.txt
+++ b/net/ipfrag/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# net/tcp/CMakeLists.txt
+# net/ipfrag/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
diff --git a/sched/misc/CMakeLists.txt b/sched/misc/CMakeLists.txt
index efee973ed2..a8eee418cb 100644
--- a/sched/misc/CMakeLists.txt
+++ b/sched/misc/CMakeLists.txt
@@ -1,5 +1,5 @@
#
##############################################################################
-# sched/sched/CMakeLists.txt
+# sched/misc/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