OSDN Git Service

リリースドキュメントを整理
[trx-305dsp/dsp.git] / hirado / README
1 README
2  Created on: 2015/Aug/21
3      Author: Takemasa Nakamura
4
5 * What is this
6 This is the source tree of the "Hirado" framework. The Hirado framework is the SDR 
7 framework on the ADSP-BF533 of TRX-305 SDR sytem.
8
9 The framework contains the entire software to control the DSP which includes :
10 - SPORT communication
11 - DMA handling
12 - Logging on UART
13 - Performance measurement  
14
15 Also, the programmer can modify the demodulator.h to implement his demodulation algorithm
16
17 * How to get it
18 The newest source code and documentations is placed on http://osdn.jp/projects/trx-305dsp/
19
20 * How to build it
21 To build it, run the installer on the development OS. The installer is also placed on the 
22 above WEB site. Once the tool is install it, run "configure_project" script in this directly. 
23 And then, run make.  
24