This is the mail archive of the
ecos-cvs@sourceware.org
mailing list for the ecos project.
ecos/packages/hal/arm/at91/var/current ChangeL ...
- From: asl at sourceware dot org
- To: ecos-cvs at ecos dot sourceware dot org
- Date: 13 Jun 2009 15:02:52 -0000
- Subject: ecos/packages/hal/arm/at91/var/current ChangeL ...
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2009-06-13 15:02:52
Modified files:
packages/hal/arm/at91/var/current: ChangeLog
packages/hal/arm/at91/var/current/src: timer_pit.c
Log message:
* Fix the a problem in the kernel delay_us, if the PIT is
initialised later then the period. If the PIT has a big
period (after reset) and has to be set to a lower period one has
to be sure that the counter is lower then the period value one
want to set...