blob: 632cc0546da8826ca4cb2acc920cb14711f55b76 [file] [log] [blame]
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02001AVR32 is a new high-performance 32-bit RISC microprocessor core,
2designed for cost-sensitive embedded applications, with particular
3emphasis on low power consumption and high code density. The AVR32
4architecture is not binary compatible with earlier 8-bit AVR
5architectures.
6
7The AVR32 architecture, including the instruction set, is described
8by the AVR32 Architecture Manual, available from
9
10http://www.atmel.com/dyn/resources/prod_documents/doc32000.pdf
11
Haavard Skinnemoen66b7bc52008-08-29 17:48:18 +020012A GNU toolchain with support for AVR32, along with non-GNU programming
13and debugging support, can be downloaded from
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020014
Haavard Skinnemoen66b7bc52008-08-29 17:48:18 +020015http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4118
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020016
Haavard Skinnemoen66b7bc52008-08-29 17:48:18 +020017A full set of u-boot, kernel and filesystem images can be built using
18buildroot. This will also produce a working toolchain which can be
19used instead of the official GNU toolchain above. A customized version
20of buildroot for AVR32 can be downloaded here:
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020021
Haavard Skinnemoen66b7bc52008-08-29 17:48:18 +020022http://www.atmel.no/buildroot/
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020023
24The AVR32 ports of u-boot, the Linux kernel, the GNU toolchain and
25other associated software are actively supported by Atmel Corporation.