![]() |
RTEMS
5.0.0
|
ARM system low level start. More...
#include <string.h>#include <bsp/linker-symbols.h>Go to the source code of this file.
Macros | |
| #define | BSP_START_TEXT_SECTION __attribute__((section(".bsp_start_text"))) |
| #define | BSP_START_DATA_SECTION __attribute__((section(".bsp_start_data"))) |
| #define | BSP_START_HOOKS_LOADER_ARGS void |
Functions | |
| void | _start (void) |
| System start entry. | |
| void | bsp_start_hook_0 (BSP_START_HOOKS_LOADER_ARGS) |
| Start entry hook 0. More... | |
| void | bsp_start_hook_1 (BSP_START_HOOKS_LOADER_ARGS) |
| Start entry hook 1. More... | |
| void | bsp_start_memcpy (int *dest, const int *src, size_t n) |
| Similar to standard memcpy(). More... | |
| void | bsp_start_memcpy_arm (int *dest, const int *src, size_t n) |
| ARM entry point to bsp_start_memcpy(). | |
ARM system low level start.
1.8.13