Mercurial > flash_v2
view examples/ChangeLog @ 1076:ff838098079a
* src/hal_if.c (delay_us): The first test against
CYGNUM_KERNEL_COUNTERS_RTC_PERIOD is now against the period
divided by two. By the time we get to this test we know that usecs
can never be > usec_per_period/2 so we can double the range of
period values that we can handle without overflow and use the more
efficient approximation. The second test is not changed since we
cannot make the same assumptions about the elapsed count.
| author | nickg |
|---|---|
| date | Wed, 25 Jun 2003 17:40:41 +0000 |
| parents | e942a29011aa |
| children |
line wrap: on
line source
2003-03-03 John Dallaway <jld@ecoscentric.com> Makefile: Rename ECOS_INSTALL -> INSTALL_DIR to match documentation. 2003-01-20 John Dallaway <jld@ecoscentric.com> Makefile: Simplify by reference to ecos.mak
