[nxstyle] fix Relative files path

fix Relative file path does not match actual file.
This commit is contained in:
simbit18 2025-04-11 12:27:57 +02:00 committed by Lup Yuen Lee
parent d7dabc90f6
commit 97155ae09d
5 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# ##############################################################################
# arch/arm/src/nrf53/CMakeLists.txt
# arch/arm/src/ra4/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

View file

@ -1,3 +1,8 @@
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
# S-mode requires a Supervisor Binary Interface (SBI) in order to access
# M-mode ISA. A minimalistic SBI is provided here natively.

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/n23x/frdm-mcxn236/src/CMakeLists.txt
# boards/arm/mcx-nxxx/frdm-mcxn236/src/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/nrf52/nrf52-feather/CMakeLists.txt
# boards/arm/ra4/arduino-r4-minima/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

View file

@ -1,5 +1,5 @@
# ##############################################################################
# boards/arm/nrf52/thingy91-nrf52/src/CMakeLists.txt
# boards/arm/ra4/arduino-r4-minima/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