README.AVR32 1.0 KB

12345678910111213141516171819202122232425
  1. AVR32 is a new high-performance 32-bit RISC microprocessor core,
  2. designed for cost-sensitive embedded applications, with particular
  3. emphasis on low power consumption and high code density. The AVR32
  4. architecture is not binary compatible with earlier 8-bit AVR
  5. architectures.
  6. The AVR32 architecture, including the instruction set, is described
  7. by the AVR32 Architecture Manual, available from
  8. http://www.atmel.com/dyn/resources/prod_documents/doc32000.pdf
  9. A GNU toolchain with support for AVR32, along with non-GNU programming
  10. and debugging support, can be downloaded from
  11. http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4118
  12. A full set of u-boot, kernel and filesystem images can be built using
  13. buildroot. This will also produce a working toolchain which can be
  14. used instead of the official GNU toolchain above. A customized version
  15. of buildroot for AVR32 can be downloaded here:
  16. http://www.atmel.no/buildroot/
  17. The AVR32 ports of u-boot, the Linux kernel, the GNU toolchain and
  18. other associated software are actively supported by Atmel Corporation.