nuttx/arch/arm/src/common
xiezhanpeng3 ecef24ea33 toolchain/ghs: greenhills compiler does not recognize .syntax unified
The GreenHills Compiler uses Unified Assembler Language by default and
it does not recognize .syntax unified instruction. Therefore, remove
them if GHS compiler is used.

Co-authored-by: Chengdong Wang <wangchengdong@lixiang.com>
Signed-off-by: xiezhanpeng3 <xiezhanpeng3@lixiang.com>
2025-11-14 01:49:09 +08:00
..
gnu toolchain/ghs: greenhills compiler does not recognize .syntax unified 2025-11-14 01:49:09 +08:00
iar arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_allocateheap.c arch/arm/heap: add mmu.h fix not defined error when BUILD_KERNEL 2025-04-28 22:17:43 +08:00
arm_backtrace_fp.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_backtrace_sp.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
arm_backtrace_unwind.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
arm_checkstack.c arch/init: call up_color_intstack before up_irq_enable 2025-10-14 17:42:01 +08:00
arm_createstack.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_exit.c armv6m: fix regresion from https://github.com/apache/nuttx/pull/14881 2024-12-09 12:20:13 +08:00
arm_fork.c arm/common: fix KERNEL build vfork 2025-01-14 20:12:31 +08:00
arm_fork.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_getintstack.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_hostfs.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_idle.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_initialize.c arch/init: call up_color_intstack before up_irq_enable 2025-10-14 17:42:01 +08:00
arm_internal.h arch/init: call up_color_intstack before up_irq_enable 2025-10-14 17:42:01 +08:00
arm_lowputs.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_modifyreg.c arm/modifyreg: Use common lock to protect the modify address to ensure consistency 2024-12-20 19:54:07 +08:00
arm_nputs.c arm/common: Fix arm_nputs.c to avoid mult. up_nputs() definitions 2025-10-14 08:36:44 -04:00
arm_poweroff.c arch/arm: add semihosting poweroff 2025-02-08 19:38:56 +08:00
arm_pthread_start.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_registerdump.c arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
arm_releasestack.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_semi_syslog.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_signal_dispatch.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_stackframe.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_task_start.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_tls.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
arm_usestack.c arch: fix stack alignment bug for arm and tricore arch 2025-09-18 13:45:38 +08:00
CMakeLists.txt arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
crt0.c binfmt:use crt0 inside of starthook 2025-04-09 23:07:29 +08:00
hwcap.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Make.defs arch/udelay: Make common, weak definition of up_*delay functions 2025-09-29 09:22:56 +08:00
README_lwl_console.txt arch/arm: Rename all up_*.c files to arm_*.c 2020-05-01 02:11:01 +01:00
Toolchain.defs Kconfig: Add configurable Stack Canaries protection levels. 2025-09-11 19:56:42 +08:00