AVR32 branch update for AVR32 Studio 2.6 with Atmel Software Framework included.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1594 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
Kyle.Hu.GZ@gmail.com
2011-07-04 02:38:23 +00:00
parent 6b6cecac2f
commit 93e50cd8aa
30 changed files with 10442 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
// Export symbol.
.global _evba
.type _evba, @function
_evba:
_evba:
.org 0x000
// Unrecoverable Exception.
-1
View File
@@ -19,7 +19,6 @@
#include "serial.h"
#include "compiler.h"
#include "usart.h"
#include "pdca.h"
struct rt_device _rt_usart_device;
struct avr32_serial_int_rx _rt_usart_rx;