2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>

* at91rm9200/include/at91rm9200.h: Update to match development version.
This commit is contained in:
Joel Sherrill
2009-11-30 22:13:03 +00:00
parent e5764eebed
commit 4e545aaa68
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>
* at91rm9200/include/at91rm9200.h: Update to match development version.
2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br> 2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>
* Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add

View File

@@ -134,9 +134,11 @@ typedef volatile unsigned long vulong;
#define USART1_BASE 0xFFFC4000 #define USART1_BASE 0xFFFC4000
#define USART2_BASE 0xFFFC8000 #define USART2_BASE 0xFFFC8000
#define USART3_BASE 0xFFFCC000 #define USART3_BASE 0xFFFCC000
/**** The USART3_BASE at the AT91RM9200 Manual is wrong ****/ /*
/**** Manual revision: Rev. 1768H-ATARM16-Jun-09 ****/ * WARNING: The USART3_BASE at the AT91RM9200 Manual is wrong!!!
//#define USART3_BASE 0xFFECC000 * Manual revision: Rev. 1768H-ATARM16-Jun-09
* USART3_BASE is NOT 0xFFECC000
*/
/****************/ /****************/
/* System Timer */ /* System Timer */