![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
#include "stk_config.h"Go to the source code of this file.
Macros | |
| #define | STK_ASM_SYNTAX_UNIFIED ".syntax unified \n" |
| #define | STK_ASM_POOL ".pool \n" |
| #define | STK_ASM_ALIGN_2 ".align 2 \n" |
| #define | STK_ASM_GLOBAL_SYMBOL(name) |
| Generates a toolchain-agnostic assembly directive to declare a global symbol. | |
| #define | STK_ASM_EXTRACT_STACK_POINTER_TO_R0 |
| #define STK_ASM_ALIGN_2 ".align 2 \n" |
Definition at line 23 of file stk_arch_arm-cortex-m-asm.h.
| #define STK_ASM_EXTRACT_STACK_POINTER_TO_R0 |
Definition at line 103 of file stk_arch_arm-cortex-m-asm.h.
| #define STK_ASM_GLOBAL_SYMBOL | ( | name | ) |
Generates a toolchain-agnostic assembly directive to declare a global symbol.
| [in] | name | Symbol identifier to export globally. |
Definition at line 35 of file stk_arch_arm-cortex-m-asm.h.
| #define STK_ASM_POOL ".pool \n" |
Definition at line 22 of file stk_arch_arm-cortex-m-asm.h.
| #define STK_ASM_SYNTAX_UNIFIED ".syntax unified \n" |
Definition at line 21 of file stk_arch_arm-cortex-m-asm.h.