diff packages/devs/flash/arm/at91/current/ChangeLog @ 2576:4e10fbeb81fd

* src/at91_flash.c (flash_hwr_init): Add partial support for AT91SAM7SE. This can have a second embedded flash controller and maybe ROM as well as FLASH. Only writing to the first controller is currently supported.
author asl
date Mon, 03 Nov 2008 08:41:59 +0000
parents df58e3d624bb
children 3e8e26d3183a
line wrap: on
line diff
--- a/packages/devs/flash/arm/at91/current/ChangeLog
+++ b/packages/devs/flash/arm/at91/current/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-03  Gabor Toeroek <tgabor84@gmail.com>
+
+	* src/at91_flash.c (flash_hwr_init): Add partial support for
+	AT91SAM7SE. This can have a second embedded flash controller and
+	maybe ROM as well as FLASH. Only writing to the first controller
+	is currently supported.
+ 
 2008-10-19  Oliver Munz <munz@speag.ch>
 
 	* src/at91_flash.c (flash_hwr_init): Add support for AT91SAM7XC.