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/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new f23a736c80 nxstyle: correct the file path f23a736c80 is described below commit f23a736c805d97bb299ef19c26beb23473084627 Author: chao an <anc...@xiaomi.com> AuthorDate: Sat Sep 17 22:47:24 2022 +0800 nxstyle: correct the file path Signed-off-by: chao an <anc...@xiaomi.com> --- arch/arm/src/common/Toolchain.defs | 2 +- arch/arm/src/tlsr82/Make.defs | 2 +- arch/risc-v/src/common/Make.defs | 2 +- arch/sparc/src/sparc_v8/Toolchain.defs | 2 +- arch/xtensa/src/common/Make.defs | 2 +- boards/arm/phy62xx/phy6222/scripts/Make.defs | 2 +- boards/arm/stm32/b-g431b-esc1/src/Make.defs | 2 +- boards/arm/stm32l5/stm32l562e-dk/scripts/Make.defs | 2 +- boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/src/common/Toolchain.defs b/arch/arm/src/common/Toolchain.defs index fb2b45ecf1..f5c8c65fe1 100644 --- a/arch/arm/src/common/Toolchain.defs +++ b/arch/arm/src/common/Toolchain.defs @@ -1,5 +1,5 @@ ############################################################################ -# arch/arm/src/armv8-m/Toolchain.defs +# arch/arm/src/common/Toolchain.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/arch/arm/src/tlsr82/Make.defs b/arch/arm/src/tlsr82/Make.defs index a300f2c183..9ae2087055 100644 --- a/arch/arm/src/tlsr82/Make.defs +++ b/arch/arm/src/tlsr82/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# arch/tc32/src/tlsr82/Make.defs +# arch/arm/src/tlsr82/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/arch/risc-v/src/common/Make.defs b/arch/risc-v/src/common/Make.defs index 0662395a9a..e7d7940e69 100644 --- a/arch/risc-v/src/common/Make.defs +++ b/arch/risc-v/src/common/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# nuttx/arch/risc-v/src/common/Make.defs +# arch/risc-v/src/common/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/arch/sparc/src/sparc_v8/Toolchain.defs b/arch/sparc/src/sparc_v8/Toolchain.defs index f47a43a4f9..df20e56147 100644 --- a/arch/sparc/src/sparc_v8/Toolchain.defs +++ b/arch/sparc/src/sparc_v8/Toolchain.defs @@ -1,5 +1,5 @@ ############################################################################ -# arch/sparc/src/sparc/Toolchain.defs +# arch/sparc/src/sparc_v8/Toolchain.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/arch/xtensa/src/common/Make.defs b/arch/xtensa/src/common/Make.defs index 1b15e05aa5..3685ae9f45 100644 --- a/arch/xtensa/src/common/Make.defs +++ b/arch/xtensa/src/common/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# nuttx/arch/xtensa/src/common/Make.defs +# arch/xtensa/src/common/Make.defs # # 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/phy62xx/phy6222/scripts/Make.defs b/boards/arm/phy62xx/phy6222/scripts/Make.defs index f37b3e96e1..5c57efbbe7 100644 --- a/boards/arm/phy62xx/phy6222/scripts/Make.defs +++ b/boards/arm/phy62xx/phy6222/scripts/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# boards/arm/stm32f0l0g0/stm32f051-discovery/scripts/Make.defs +# boards/arm/phy62xx/phy6222/scripts/Make.defs # # 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/b-g431b-esc1/src/Make.defs b/boards/arm/stm32/b-g431b-esc1/src/Make.defs index c4f79a661f..2b85d533f7 100644 --- a/boards/arm/stm32/b-g431b-esc1/src/Make.defs +++ b/boards/arm/stm32/b-g431b-esc1/src/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# boards/arm/stm32/nucleo-g431rb/src/Make.defs +# boards/arm/stm32/b-g431b-esc1/src/Make.defs # # 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/stm32l5/stm32l562e-dk/scripts/Make.defs b/boards/arm/stm32l5/stm32l562e-dk/scripts/Make.defs index 2a7870ee7c..e05f94968b 100644 --- a/boards/arm/stm32l5/stm32l562e-dk/scripts/Make.defs +++ b/boards/arm/stm32l5/stm32l562e-dk/scripts/Make.defs @@ -1,5 +1,5 @@ ############################################################################## -# boards/arm/stm32l5/stm32l562e-dk-ns/scripts/Make.defs +# boards/arm/stm32l5/stm32l562e-dk/scripts/Make.defs # # 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/stm32u5/b-u585i-iot02a/scripts/Make.defs b/boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs index 9af4047455..c368f3902b 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs +++ b/boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs @@ -1,5 +1,5 @@ ############################################################################## -# boards/arm/stm32u5/nucleo-l552ze/scripts/Make.defs +# boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with