Copy and add hw files to makefile when needed
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 11:10:11 +0000 (11:10 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 11:10:11 +0000 (11:10 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2518 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BCpuPage.py

index 68a9a912bd7ffdae8e5abc1708adac14a66c5a8c..86a7cadce638a390495be363cabecbb0e193cce9 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 # All rights reserved.
 #
-# $Id:$
+# $Id$
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
@@ -79,6 +79,9 @@ class BCpuPage(BWizardPage):
         self.setupUi()
         if not cpu_name is None:
             self.selectItem(cpu_name)
+        cpu_frequency = self.projectInfo("SELECTED_FREQ")
+        if not cpu_frequency is None:
+            self.pageContent.frequencySpinBox.setValue(cpu_frequency)
         QApplication.instance().restoreOverrideCursor()
         self.emit(SIGNAL("completeChanged()"))