Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:xgrid:readme [2012/03/31 04:01]
alex [1.1 Compatibility List]
en:xgrid:readme [2012/03/31 05:30]
alex
Line 12: Line 12:
  
   * XMEGA   * XMEGA
-    * atxmega16a4 (2k SRAM, 5 USARTS+    * atxmega16a4 (2k SRAM, 5 USARTs
-    * atxmega32a4 (4k SRAM, 5 USARTS+    * atxmega32a4 (4k SRAM, 5 USARTs
-    * atxmega64a1 (4k SRAM, 8 USARTS+    * atxmega64a1 (4k SRAM, 8 USARTs
-    * atxmega64a3 (4k SRAM, 7 USARTS+    * atxmega64a3 (4k SRAM, 7 USARTs
-    * atxmega64a4 (4k SRAM, 5 USARTS+    * atxmega64a4 (4k SRAM, 5 USARTs
-    * atxmega128a1 (8k SRAM, 8 USARTS+    * atxmega128a1 (8k SRAM, 8 USARTs
-    * atxmega128a3 (8k SRAM, 7 USARTS) * +    * atxmega128a3 (8k SRAM, 7 USARTs) * 
-    * atxmega128a4 (8k SRAM, 5 USARTS+    * atxmega128a4 (8k SRAM, 5 USARTs
-    * atxmega192a1 (16k SRAM, 8 USARTS+    * atxmega192a1 (16k SRAM, 8 USARTs
-    * atxmega192a3 (16k SRAM, 5 USARTS+    * atxmega192a3 (16k SRAM, 5 USARTs
-    * atxmega256a1 (16k SRAM, 8 USARTS+    * atxmega256a1 (16k SRAM, 8 USARTs
-    * atxmega256a3b (16k SRAM, 7 USARTS+    * atxmega256a3b (16k SRAM, 7 USARTs
-    * atxmega256a3 (16k SRAM, 7 USARTS)+    * atxmega256a3 (16k SRAM, 7 USARTs)
     * atxmega16d4 (2k SRAM, 2 USARTs)     * atxmega16d4 (2k SRAM, 2 USARTs)
     * atxmega32d4 (4k SRAM, 2 USARTs)     * atxmega32d4 (4k SRAM, 2 USARTs)
Line 33: Line 33:
     * atxmega192d3 (16k SRAM, 3 USARTs)     * atxmega192d3 (16k SRAM, 3 USARTs)
     * atxmega256d3 (16k SRAM, 3 USARTs)     * atxmega256d3 (16k SRAM, 3 USARTs)
-    * atxmega16a4u (2k SRAM, 5 USARTS+    * atxmega16a4u (2k SRAM, 5 USARTs
-    * atxmega32a4u (4k SRAM, 5 USARTS+    * atxmega32a4u (4k SRAM, 5 USARTs
-    * atxmega64a3u (4k SRAM, 7 USARTS+    * atxmega64a3u (4k SRAM, 7 USARTs
-    * atxmega64a4u (4k SRAM, 5 USARTS+    * atxmega64a4u (4k SRAM, 5 USARTs
-    * atxmega128a3u (8k SRAM, 7 USARTS+    * atxmega128a3u (8k SRAM, 7 USARTs
-    * atxmega128a4u (8k SRAM, 5 USARTS+    * atxmega128a4u (8k SRAM, 5 USARTs
-    * atxmega192a3u (16k SRAM, 7 USARTS+    * atxmega192a3u (16k SRAM, 7 USARTs
-    * atxmega256a3u (16k SRAM, 7 USARTS+    * atxmega256a3u (16k SRAM, 7 USARTs
-    * atxmega256a3bu (16k SRAM, 7 USARTS)+    * atxmega256a3bu (16k SRAM, 7 USARTs)
     * atxmega64b1 (4k SRAM, 2 USARTs)     * atxmega64b1 (4k SRAM, 2 USARTs)
     * atxmega64b3 (4k SRAM, 1 USART)     * atxmega64b3 (4k SRAM, 1 USART)
Line 95: Line 95:
 > make program > make program
 </​code>​ </​code>​
 +
 +===== - Building XGrid Manager =====
 +
 +==== - Building XGrid Manager in Linux ====
 +
 +=== - Requirements ===
 +
 +  * gtkmm >= 2.28.0
 +
 +=== - Procedure ===
 +
 +  - Install required packages
 +  -- If no configure script present, run bootstrap
 +  ..<​code>​
 +$ ./bootstrap
 +</​code>​
 +  -- Run configure script
 +  ..<​code>​
 +$ ./configure
 +</​code>​
 +  -- Build
 +  ..<​code>​
 +$ make
 +</​code>​
 +  -- Install
 +  ..<​code>​
 +$ make install
 +</​code>​
 +
 +