C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
Loading...
Searching...
No Matches
runtime.h
1
#pragma once
2
3
/* No special handling yet; platform integration will define this as needed. */
4
5
struct
Arch_State_t
{
6
/* intentionally left empty */
7
};
8
9
#define os_init_arch(x)
10
#define os_init_core(x)
11
Arch_State_t
ARM-specific architecture state of a thread.
Definition
runtime.h:58
src
os
arch
riscv
hal
arch
runtime.h
Generated by
1.9.8