#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <aversive/wait.h>
#include <scheduler.h>
#include <timer.h>
#include <time.h>
#include <uart.h>
Go to the source code of this file.
Defines | |
#define | PROFILE_TIME 10 |
Functions | |
void | __attribute__ ((noinline)) |
void | SIG_OUTPUT_COMPARE2 (void) |
void | test_sched (void *dummy) |
int | main (void) |
Variables | |
volatile int | a = 0 |
#define PROFILE_TIME 10 |
void __attribute__ | ( | (noinline) | ) |
int main | ( | void | ) |
Definition at line 167 of file main.c.
References sbi, scheduler_init(), SCHEDULER_UNIT, sei, test_sched(), time_get_s(), time_init(), timer_init(), uart0_dev_recv(), uart0_dev_send(), and uart_init().
void test_sched | ( | void * | dummy | ) |
volatile int a = 0 |
Definition at line 56 of file main.c.
Referenced by f16_sqrt(), f32_sqrt(), f64_sqrt(), position_manage(), rc4_crypt_char(), and rc4_init().