Teensy-3.1: Calibrate delay loop

This commit is contained in:
Gregory Nutt 2015-06-12 07:44:44 -06:00
parent 12753c632a
commit 86dfb3dd94
2 changed files with 4 additions and 2 deletions

View File

@ -55,9 +55,11 @@ Contents
STATUS STATUS
====== ======
2005-06-11: 2015-06-11:
After some extended tinkering with the PLL setup, the Teensy-3.1 is After some extended tinkering with the PLL setup, the Teensy-3.1 is
fully functional using the basic NSH configuration. fully functional using the basic NSH configuration.
2015-06-12:
Fix LED (need high drive strength). Calibrate delay loop.
Pin Configuration Pin Configuration
================= =================

View File

@ -242,7 +242,7 @@ CONFIG_ARCH_HAVE_RAMVECTORS=y
# #
# Board Settings # Board Settings
# #
CONFIG_BOARD_LOOPSPERMSEC=16717 CONFIG_BOARD_LOOPSPERMSEC=6024
# CONFIG_ARCH_CALIBRATION is not set # CONFIG_ARCH_CALIBRATION is not set
# #