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
en:templates:start [2011/11/02 18:49]
alex [Supported Processors]
en:templates:start [2013/03/24 04:38] (current)
alex
Line 5: Line 5:
 The most annoying part about an embedded systems project is getting the toolchain working to the point of being able to get compiled code successfully running on the target chip.  This page serves to simplify that process as much as possible by providing simple template projects for various embedded processors that require minimal effort to get up and running. The most annoying part about an embedded systems project is getting the toolchain working to the point of being able to get compiled code successfully running on the target chip.  This page serves to simplify that process as much as possible by providing simple template projects for various embedded processors that require minimal effort to get up and running.
  
-===== Supported Processors ​=====+===== Included Templates ​=====
  
-  * Atmel +  * [[xmega]] (avr-gcc) 
-    * [[Xmega]] (avr-gcc)+    ​* Atmel XMega 
 +  ​* [[atmega]] (avr-gcc) 
 +    * Atmel ATMega 
 +  * [[at91]] (arm-elf-gcc) 
 +    * Atmel AT91 series ARM 
 +  * [[simple-gtk]] (gcc/​mingw) 
 +    * Linux/​Windows crossplatform 
 + 
 +===== Download ===== 
 + 
 +  * [[https://​github.com/​alexforencich/​templates/​zipball/​master|Latest zip from GitHub]]
  
 ===== Repository ===== ===== Repository =====
  
   * [[https://​github.com/​alexforencich/​templates|Templates on GitHub]]   * [[https://​github.com/​alexforencich/​templates|Templates on GitHub]]
 +