From 79287934c90a2f316131ca40fe5ae45daf7d03cc Mon Sep 17 00:00:00 2001 From: suikan Date: Fri, 21 Aug 2015 14:29:34 +0900 Subject: [PATCH] =?utf8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E3=83=89?= =?utf8?q?=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92=E6=95=B4?= =?utf8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- hirado/CHANGES | 13 +++++++++++++ hirado/README | 24 ++++++++++++++++++++++++ hirado/readme | 7 ------- 3 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 hirado/CHANGES create mode 100644 hirado/README delete mode 100644 hirado/readme diff --git a/hirado/CHANGES b/hirado/CHANGES new file mode 100644 index 0000000..3844708 --- /dev/null +++ b/hirado/CHANGES @@ -0,0 +1,13 @@ +README + Created on: 2015/Aug/21 + Author: Takemasa Nakamura + +* 2015/Aug/21 releasing Rev 0.9 +- Build host : Ubuntu 14.04 LTS 32bit version +- Build tool : GNU Toolchain 2014R1-RC2 +- Tool installer : ubuntu_1404_gcc_14r1rc2.tar.gz + +First release of the software. Documentations are provided later this year. + +Knonw issues : +none \ No newline at end of file diff --git a/hirado/README b/hirado/README new file mode 100644 index 0000000..a548c83 --- /dev/null +++ b/hirado/README @@ -0,0 +1,24 @@ +README + Created on: 2015/Aug/21 + Author: Takemasa Nakamura + +* What is this +This is the source tree of the "Hirado" framework. The Hirado framework is the SDR +framework on the ADSP-BF533 of TRX-305 SDR sytem. + +The framework contains the entire software to control the DSP which includes : +- SPORT communication +- DMA handling +- Logging on UART +- Performance measurement + +Also, the programmer can modify the demodulator.h to implement his demodulation algorithm + +* How to get it +The newest source code and documentations is placed on http://osdn.jp/projects/trx-305dsp/ + +* How to build it +To build it, run the installer on the development OS. The installer is also placed on the +above WEB site. Once the tool is install it, run "configure_project" script in this directly. +And then, run make. + diff --git a/hirado/readme b/hirado/readme deleted file mode 100644 index 280d99f..0000000 --- a/hirado/readme +++ /dev/null @@ -1,7 +0,0 @@ -readme - Created on: 2015/02/22 - Author: takemasa - -2015/Aug/21 - 最初のリリースに向けての処理。 - -- 2.11.0