Edit page MicroController
[wiki.git] / MicroController
1 === Atmel ===
2
3  * AVR 8bit RISC microcontroller (ATmega 103L, ATmega 128, ATmega 64, and many others)
4
5 === Motorola/Freescale ===
6
7  * M68K family (including M68000, M68030, M68040 and M68060)
8
9  * Coldfire 32bit CISC microcontroller (including MCF5272 and MCF5282)
10
11  * 68HC705 8bit microcontroller family (several models)
12
13  * DSP56K (DSP56805 and DSP56807E) - Used extensively for stepper motor control,
14  data acquisition and other mechanical devices.
15
16 === Intel ===
17
18  * 80C196 - 16bit microcontroller;
19
20  * 80x86 - Not properly a microcontroller, but used for some embedded Linux applications nevertheless.
21
22 === ARM ===
23
24  * Motorola Dragonball MX-1/MX-L - Helped porting kernel 2.6 to it. 
25
26  * Intel PXA250/PXA255 - Wrote Linux kernel drivers for this chip
27
28  * Atmel's AT91SAM7C3 - Small embedded application for the FreeRTOS real-time kernel.
29
30  * (many others, evaluation only)
31
32
33 === Texas Instruments ===
34
35  * DSP TI54 series, employed for high-speed signal processing such as an FSK modem.
36
37
38 === Zylog ===
39
40  * Z80, mostly for experimental purposes.