![]() |
SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
|
Example program using SikendeRTOS features. More...
Go to the source code of this file.
Functions | |
void | Flash_Green (void) |
Blink Green LED. More... | |
void | Flash_Blue (void) |
Blink Blue LED. More... | |
void | Flash_Red (void) |
Blink Red LED. More... | |
void | Flash_Red2 (void) |
Blink Red LED. More... | |
void | WrapInterpreter (void) |
Run interpreter using UART0 (in USB debugger) More... | |
void | DummyThread (void) |
Dummy Thread, Prevent OS crash if no threads running. More... | |
int | main (void) |
Example usecase of RTOS. More... | |
void | HardFault_Handler (void) |
HArdfault Handler Sets LEDS to white to indicate fault, assumes LEDS already initialized. More... | |
Variables | |
int | ThreadsCreated = 0 |
Sema4Type | Mutex_REDLED |
void DummyThread | ( | void | ) |
void Flash_Blue | ( | void | ) |
void Flash_Green | ( | void | ) |
void Flash_Red | ( | void | ) |
void Flash_Red2 | ( | void | ) |
void HardFault_Handler | ( | void | ) |
int main | ( | void | ) |
void WrapInterpreter | ( | void | ) |