OSDN Git Service

[DOC] v1.0RC3.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 20 Oct 2013 14:28:29 +0000 (23:28 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 20 Oct 2013 14:28:29 +0000 (23:28 +0900)
00_gitlog.txt
Changelog
Changelog.ja.txt
README
Readme.ja.txt
Readme_UI
Readme_UI.ja.txt
Relnote
Relnote.ja.txt

index 1535b32..793bdfa 100644 (file)
@@ -1,3 +1,59 @@
+commit 7e50070014ad51862a2e587d76ae651eaa427b46
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Sun Oct 20 22:35:22 2013 +0900
+
+    [Release] v1.0RC3.
+    [UI][v1.0] Configurable UI_UPDATE.
+
+commit d80b1abc62a416b00b1d0b099d286d82fbd79761
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Oct 10 16:14:07 2013 +0900
+
+    [POWER][v1.0] Fix order of shutdown.
+
+commit 494637daf83e587bb51855463a73e9ad2407fa53
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Oct 10 15:54:52 2013 +0900
+
+    [LCD][v1.0] Fix oops of LW.
+
+commit ffbb228080eafa5c1a0c0612de7117d6c14c2367
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Oct 10 15:53:38 2013 +0900
+
+    [Build] Build with XC8 v1.21.
+
+commit 981f21491819e68bd62e0f694b1004134afb1d4b
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Thu Oct 10 15:49:50 2013 +0900
+
+    [ADC][v1.0] Fix correct value on battery/FVR.
+
+commit 3368bcd569f3d761ce649d86fcfadca0697fe822
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Wed Oct 2 14:17:55 2013 +0900
+
+    [ADC][Battery] Insert idle_time_ms(1) to polling where FVR will be stable.
+
+commit 777a23359440a0b3c9eb122319606b3ce7aa2587
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Wed Oct 2 14:12:06 2013 +0900
+
+    [v1.0][Backport][DISP] Add _LOCATE_0_0(), _LOCATE_0_1() to save program-area.
+
+commit 02c7b83b48cffa1443037bbd0d61fec400c138d8
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Wed Oct 2 13:55:42 2013 +0900
+
+    [v1.0][Backport][ADC] Measure battery-voltage without akc6955.
+    [v1.0][Backport][AKC6955] Discard akc6955_get_*() macro.
+
+commit e0aaab9540ebbebc79694ee5ed8b46855d1efe04
+Author: K.Ohta <whatisthis.sowhat@gmail.com>
+Date:   Fri Sep 27 14:54:25 2013 +0900
+
+    [DOC][v1.0] Update documents for 1.0RC2.
+
 commit 48fce79737ca658ef448a76f52bdfa6a5aae40f5
 Author: K.Ohta <whatisthis.sowhat@gmail.com>
 Date:   Fri Sep 27 14:39:17 2013 +0900
index 75c6cb8..a5a336d 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,15 @@ Changelog
 * See 00_gitlog.txt to know more changes.
 
 ---
+v1.0 RC3
+* Major changes
+  - Measuring battery without AKC6955.
+  - Compress object-size ;)
+  - Configurable UI/LCD update time.
+
+Oct 20, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
+
+---
 v1.0 RC2
  
 * Major changes
index 10b3da5..3d921b8 100644 (file)
@@ -5,6 +5,15 @@
 ・細々とした変更は、 00_gitlog.txtをお読み下さい。 
  http://sourceforge.jp/projects/openi2cradio/scm/git/OpenI2CRadio/
 
+---
+*v1.0 RC3
+・電池レベルの計測でAKC6955を介さないようにした
+・コードサイズの圧縮。
+・LCD表示/UI操作のアップデート時間の可変化
+・例によって相当なバグフィクス。
+
+Oct 20, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
+
 *v1.0 RC2
 
 ・周波数UP/DOWNの時に、バンドによって周波数の下限・上限を制限。
diff --git a/README b/README
index f880079..30f6b32 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 ** UTF-8 **
-Open I2C Radio v1.0 (RC2)
+Open I2C Radio v1.0 (RC3)
 
                        http://sourceforge.jp/projects/openi2cradio/
                        http://sourceforge.jp/projects/openi2cradio/wiki/FrontPage
-                       Sep 27, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
+                       Oct 20, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
                        
                        If you can read Japanese , see Readme.ja.txt.
 
index 6137afb..2d031be 100644 (file)
@@ -1,9 +1,9 @@
 ** UTF-8 **
-Open I2C Radio v1.0 (Prerelease, RC2)
+Open I2C Radio v1.0 (Prerelease, RC3)
 
                        http://sourceforge.jp/projects/openi2cradio/
                        http://sourceforge.jp/projects/openi2cradio/wiki/FrontPage
-                       Sep 27, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
+                       Oct 20, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
 
 * これは何か?
 
index 9237159..c4d706f 100644 (file)
--- a/Readme_UI
+++ b/Readme_UI
@@ -85,7 +85,7 @@ User interface/Main (English) for v1.0
     3  Luminance of LCD BACKLIGHT.
     4  Set FM-Bandwidth(0-3).
     5  Cancel.
-    6  
+    6  Set long of UI UPDATE tick(MS).
     7  Set FM CNR ratio(0-3).
     8  Set AM CNR ratio(0-3).
     9  Set FM threshold(0-3).
index 61fd769..ef177b1 100644 (file)
@@ -87,7 +87,7 @@ User interface/Main (Japanese) for v1.0
     3  バックライトのあかるさ
     4  FM帯域幅の設定(0-3)
     5  キャンセル
-    6  キャンセル
+    6  UIアップデート時間の設定(ms)
     7  FM CNR比の設定(0-3)
     8  AM CNR比の設定(0-3)
     9  ステレオのしきい値(0-3)
diff --git a/Relnote b/Relnote
index 8869cfc..f96778f 100644 (file)
--- a/Relnote
+++ b/Relnote
@@ -1,11 +1,11 @@
-Open I2C Radio v1.0 RC2
+Open I2C Radio v1.0 RC3
 
   If you can read Japanese , see Relnote.ja.txt.
   
 * Major changes
-  - Limit frequency with BAND on up/down.
+  - Measuring battery without AKC6955.
   - Compress object-size ;)
-  - Save frequency per user BAND.
+  - Configurable UI/LCD update time.
   - Many, many of bugfixes ;)
   - See 00_gitlog.txt to know more changes.
   
@@ -21,5 +21,6 @@ Open I2C Radio v1.0 RC2
     - To improve RF-Preamps.
     - Add external EEPROM, to extend user memory settings
       (i.e. frequencies).
+    - Add rotaly encoder to tune(maybe).
       
-Sep 27, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
+Oct 20, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
index 49b2930..b9def3e 100644 (file)
@@ -1,13 +1,13 @@
 ** UTF-8 **
-Open I2C Radio v1.0 RC2
+Open I2C Radio v1.0 RC3
  http://sourceforge.jp/projects/openi2cradio/
 
-RC2です。相当バグを潰したし、もうそろそろリリースできるかな?
+RC3です。さらにバグを潰したし、今度こそリリースできるかな?
 
 【主な改善点】
-・周波数UP/DOWNの時に、バンドによって周波数の下限・上限を制限。
-・コードサイズの相当な圧縮。
-・ユーザバンド毎に、現在の周波数をセーブするようにした。
+・電池レベルの計測でAKC6955を介さないようにした
+・コードサイズの圧縮。
+・LCD表示/UI操作のアップデート時間の可変化
 ・例によって相当なバグフィクス。
 ・その他細々としたことは、 00_gitlog.txtをお読み下さい。 
  http://sourceforge.jp/projects/openi2cradio/scm/git/OpenI2CRadio/
@@ -22,6 +22,8 @@ RC2です。相当バグを潰したし、もうそろそろリリースでき
 ・バグ潰し;-)
  ※v1.0リリース後に、アンプの改善と外部記録用のEEPROMを追加する予定です(と言うか、既にv2.0回路として追加されてる)
   (メモリ周波数の数が少なすぎる上にアップデートで設定が壊れるので)
+   更に、ロータリーエンコーダも追加するかも(しないかも)
 
-Sep 27, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
+
+Oct 20, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>