OSDN Git Service

リリースドキュメントを整理 0.9
authorsuikan <suikan@users.sourceforge.jp>
Fri, 21 Aug 2015 05:29:34 +0000 (14:29 +0900)
committersuikan <suikan@users.sourceforge.jp>
Fri, 21 Aug 2015 05:31:35 +0000 (14:31 +0900)
hirado/CHANGES [new file with mode: 0644]
hirado/README [new file with mode: 0644]
hirado/readme [deleted file]

diff --git a/hirado/CHANGES b/hirado/CHANGES
new file mode 100644 (file)
index 0000000..3844708
--- /dev/null
@@ -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 (file)
index 0000000..a548c83
--- /dev/null
@@ -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 (file)
index 280d99f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-readme
- Created on: 2015/02/22
-     Author: takemasa
-
-2015/Aug/21
-    最初のリリースに向けての処理。
-