Home
last modified time | relevance | path

Searched +full:c +full:- +full:cpp (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/
DApp.clayer.yml3 description: Validation of CMSIS-Core implementation
6 # - pack: ARM::CMSIS
9 - PRINT_XML_REPORT: 1
11 add-path:
12 - ../../../Include
13 - ../../../Source/ConfigA
16 - for-compiler: AC6
17 C-CPP:
18 - -Wno-declaration-after-statement
19 - -Wno-covered-switch-default
[all …]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/
DApp.clayer.yml3 description: Validation of CMSIS-Core implementation
6 # - pack: ARM::CMSIS
9 - PRINT_XML_REPORT: 1
11 add-path:
12 - ../../../Include
13 - ../../../Source/Config
16 - for-compiler: AC6
17 C-CPP:
18 - -Wno-declaration-after-statement
19 - -Wno-covered-switch-default
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/
DMakefile.rules1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2001-2019, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
6 #-------------------------------------------------------------------------------
15 # SOURCES_<target name> = The list of source files to create the binary target (currently assumes C)
36 CFLAGS += -c -D$(ARCH_ENDIAN)__ENDIAN -DHASLONGLONG
37 CFLAGS += $(foreach incdir,$(INCDIRS),-I$(incdir))
39 MM = -MM
40 ifeq ($(CROSS_COMPILE),arm-dsm-)
41 CFLAGS += -I/cadtools/arm/arm_realview/RVCT/Data/2.2/349/include/unix -D__ARM_DSM__
[all …]
DMakefile.defs1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2001-2020, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
6 #-------------------------------------------------------------------------------
19 _UNAME_OS=$(shell uname -o)
37 SHELL = /bin/bash -o pipefail
38 RM = rm -f
40 MKDIR = mkdir -p
41 RMDIR = rm -rf
42 CP = cp -P
[all …]
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Project/
DValidation.csolution.yml2 created-for: cmsis-toobox@2.1.0
7 - for-compiler: GCC
8 C-CPP:
9 - -masm-syntax-unified
12 - pack: ARM::CMSIS
15 target-types:
17 - type: CM0
20 - type: CM0plus
23 - type: CM3
26 - type: CM4
[all …]
/trusted-firmware-m-latest/
D.editorconfig2 # Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
10 # TF-M coding rules https://tf-m-user-guide.trustedfirmware.org/contributing/coding_guide.html
17 charset = uft-8
35 # C and C++
36 [*.{c,h,cpp,hpp}]
Dtoolchain_ARMCLANG.cmake1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2020-2024, Arm Limited. All rights reserved.
3 # Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company)
6 # SPDX-License-Identifier: BSD-3-Clause
8 #-------------------------------------------------------------------------------
17 set(LINKER_VENEER_OUTPUT_FLAG --import_cmse_lib_out=)
18 set(COMPILER_CMSE_FLAG $<$<COMPILE_LANGUAGE:C>:-mcmse>)
27 set(CMAKE_OBJCOPY ${CROSS_COMPILE}-objcopy CACHE FILEPATH "Path to objcopy")
34 $<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-ignored-optimization-argument>
35 $<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-unused-command-line-argument>
[all …]
/trusted-firmware-m-latest/platform/ns/
Dtoolchain_ns_ARMCLANG.cmake1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2023, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
6 #-------------------------------------------------------------------------------
15 set(CROSS_COMPILE arm-none-eabi CACHE STRING "Cross-compiler prefix")
29 set(CMAKE_OBJCOPY ${CROSS_COMPILE}-objcopy CACHE FILEPATH "Path to objcopy")
39 $<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-ignored-optimization-argument>
40 $<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-unused-command-line-argument>
41 $<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wall>
43 $<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-Wno-error=cpp>
[all …]
/trusted-firmware-m-latest/docs/doxygen/
DDoxyfile.in1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2018-2020, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
6 #-------------------------------------------------------------------------------
23 #---------------------------------------------------------------------------
25 #---------------------------------------------------------------------------
28 # that follow. The default is UTF-8 which is also the encoding used for all text
32 # The default value is: UTF-8.
34 DOXYFILE_ENCODING = UTF-8
37 # double-quotes, unless you are using Doxywizard) that should identify the
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/doxygen/
Ddoxygen_cc312.conf1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2001-2019, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
6 #-------------------------------------------------------------------------------
23 #---------------------------------------------------------------------------
25 #---------------------------------------------------------------------------
28 # that follow. The default is UTF-8 which is also the encoding used for all text
32 # The default value is: UTF-8.
34 DOXYFILE_ENCODING = UTF-8
37 # double-quotes, unless you are using Doxywizard) that should identify the
[all …]