Add register definitions for SAM4L BPM and SCIF blocks; SAM4L clock initialization now selects an optimal power scaling mode

This commit is contained in:
Gregory Nutt
2013-06-06 11:18:52 -06:00
parent 93b67f1598
commit e352d4f3ad
5 changed files with 174 additions and 120 deletions
+4 -1
View File
@@ -4910,4 +4910,7 @@
logic (leveraged from AVR32).
* nuttx/arch/arm/src/sam34/sam4l_periphclks.c/h: Add common
logic to enabled/disable SAM4L peripheral clocking (2013-6-5).
* nuttx/arch/arm/src/sam34/chip/sam4l_bpm.h and sam4l_scif.h: Add
register definitions for the SAM4L BMP and SCIF blocks (2013-6-6).
* nuttx/arch/arm/src/sam34/sam4l_clockconfig.c: New selects an
optimal power scaling mode (2013-6-6).