00001
00006 #ifndef TAKACHIHO_H_
00007 #define TAKACHIHO_H_
00008
00009 #include "i2s_subsystem.h"
00010 #include "i2c_subsystem.h"
00011 #include "adc_subsystem.h"
00012 #include "codec_subsystem.h"
00013
00014
00015
00016
00017 #include "target_test.h"
00018
00019
00020
00021
00022
00023
00024
00025 #define MAIN_PRIORITY 16
00026 #define AUDIO_PRIORITY 10
00027 #define STACK_SIZE 1024
00028
00029
00030
00031
00032
00033
00034 #ifndef TASK_PORTID
00035 #define TASK_PORTID 1
00036 #endif
00037
00038
00039
00040
00041
00042
00043
00044 #ifndef TOPPERS_MACRO_ONLY
00045
00046 extern void main_task(intptr_t exinf);
00047 extern void audio_task(intptr_t exinf);
00048 extern void dma_intr_handler(intptr_t exinf);
00049
00050 #endif
00051
00052 #endif