nuttx/arch/arm/src/common
Petro Karashchenko 6c6a54b0c9 ld: fix warning reported by GCC 12 linker
warning: nuttx has a LOAD segment with RWX permissions

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2023-03-27 12:38:28 +08:00
..
gnu arch/arm: Move the duplicated assembly code to common folder 2022-04-21 12:56:34 +03:00
iar arch/arm: Move the duplicated assembly code to common folder 2022-04-21 12:56:34 +03:00
arm_allocateheap.c arch: common: Fix arm_allocateheap.c for BUILD_KERNEL 2022-08-25 13:38:47 +08:00
arm_backtrace_fp.c backtrace: use CURRENT_REGS when in interrupt context 2023-01-29 02:48:00 -08:00
arm_backtrace_sp.c Typo fixes. 2023-02-17 11:17:11 -03:00
arm_backtrace_unwind.c arm/backtrace/unwind: skip unaligned instruction 2023-02-23 14:06:52 +08:00
arm_checkstack.c arch: fixed error in the calculation of nwords caused an out of bounds 2023-03-13 16:12:11 +09:00
arm_createstack.c arm_createstack: fix warning for tc32 compiler. 2022-05-11 20:14:30 +03:00
arm_exit.c arch/arm: change context switch to macro 2022-08-31 10:57:38 -04:00
arm_getintstack.c arch: move stack and task dump to common code 2022-12-17 01:59:35 +08:00
arm_hostfs.c fs/hostfs: mode_t of mkdir(2) should use the nuttx prototype 2022-12-13 18:16:20 +08:00
arm_idle.c
arm_initialize.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
arm_internal.h arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
arm_lowputs.c
arm_mdelay.c
arm_modifyreg8.c
arm_modifyreg16.c
arm_modifyreg32.c
arm_nputs.c up_nputs: fix AddressSanitizer: global-buffer-overflow problem 2022-09-01 11:51:48 +08:00
arm_pthread_start.c
arm_registerdump.c arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
arm_releasestack.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_saveusercontext.c arch/arm: Switch the context of save and restore from assembler to c 2022-04-21 12:56:34 +03:00
arm_semi_syslog.c arch: Add up_nputs function to handle the non '\0' string correctly 2022-07-17 17:31:19 +03:00
arm_signal_dispatch.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_stackframe.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_switchcontext.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
arm_task_start.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_tls.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_udelay.c
arm_usestack.c
arm_vfork.c
arm_vfork.h
Make.defs arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
README_lwl_console.txt
Toolchain.defs ld: fix warning reported by GCC 12 linker 2023-03-27 12:38:28 +08:00