Calibrate stm32 delay loop

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2150 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-10-17 21:14:47 +00:00
parent 94fca00261
commit 3ebad7fc89
9 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -64,8 +64,8 @@
# CONFIG_ARCH_CALIBRATION - Enables some build in instrumentation that
# cause a 100 second delay during boot-up. This 100 second delay
# serves no purpose other than it allows you to calibratre
# CONFIG_ARCH_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_ARCH_LOOPSPERMSEC until
# CONFIG_BOARD_LOOPSPERMSEC. You simply use a stop watch to measure
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
#
CONFIG_ARCH=arm