OSDN Git Service

Updated the histories.
authorShinichiro <shinta.main.jp@gmail.com>
Sat, 8 Sep 2012 17:53:14 +0000 (02:53 +0900)
committerShinichiro <shinta.main.jp@gmail.com>
Sat, 8 Sep 2012 17:53:14 +0000 (02:53 +0900)
firm/bare_metal/ChangeLog
firm/bare_metal/fft_speana/README.TXT
firm/bare_metal/fft_speana/main.c

index 7f6052d..3d9c9ca 100644 (file)
 
        * Natural Tiny Logger (NT-Logger)のサンプルntlogger_exampleを追加した。
 
+2012-09-04 Maduki Kanazawa <maduki@users.sourceforge.jp>
+
+       * チケット#29396 mmc.c bit-bangからSPIモジュールへの変更
+
+2012-09-08 Maduki Kanazawa <maduki@users.sourceforge.jp>
+
+       * Add simple FFT spectrum analyzer application
+
index 91f1063..c30fb19 100644 (file)
@@ -14,4 +14,4 @@ A. Please fix the linker script for BF592!
     MEM_L1_CODE : ORIGIN = 0xFFA00000, LENGTH = 0x8000
 
   BF592 doesn't have any cache.
-  So MEM_L1_CODE_CACHE is wrong.
+  MEM_L1_CODE_CACHE is wrong.
index 79f47f4..904a015 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * @file main.c
  * @author Copyright(C) 2012 Shinichiro Nakamura
- * @author Copyright(C) 2012 Shinya Kaneko
+ * @author Copyright(C) 2012 Maduki Kanazawa
  * @brief BlueTank ACB-BF592 Application Sample Codes.
  */