From c11c3212f0d6ec092e79f0481e47217d1147b3ba Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Oct 2010 20:58:50 +0000 Subject: [PATCH] Add clock initialization logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2985 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 10 + Documentation/NuttX.html | 12 +- arch/avr/src/at91uc3/Make.defs | 3 +- arch/avr/src/at91uc3/at91uc3_clkinit.c | 134 +++++++++++ arch/avr/src/at91uc3/at91uc3_pm.h | 300 +++++++++++++++++++++++++ 5 files changed, 457 insertions(+), 2 deletions(-) create mode 100644 arch/avr/src/at91uc3/at91uc3_clkinit.c create mode 100755 arch/avr/src/at91uc3/at91uc3_pm.h diff --git a/ChangeLog b/ChangeLog index d2ae952ac7..8d8d37a1cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1290,3 +1290,13 @@ 5.12 2010-xx-xx Gregory Nutt + * arch/avr - Add a place to support AVR family processors. + * arch/avr/include/avr32 and arch/avr/src/avr32 - Add support for AVR32 + (all of the AVR32 is a work in progress). + * arch/avr/include/at91uc3 and arch/avr/src/at91uc3 - Add support + for the AT91 UC3A/B family of AVR32 MCUs. + * confgs/avr32dev1 - Add support for the Atmel AVR32DEV1 board featuring + the AT91UC3B0256 MCU. This board is produced by www.mcuzone.com. + * include/stdlib.h, lib/Makefile and lib/lib_abs.c - Add abs(). + + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 89170b1b39..9f1fd03aae 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 1, 2010

+

Last Updated: October 9, 2010

@@ -1907,6 +1907,16 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>