From 753d1b43c61a609e099f3055060ce116c96056d9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 12 Aug 2014 10:01:12 -0600 Subject: Update README files --- nuttx/configs/sama5d4-ek/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/sama5d4-ek') diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt index 2ee7d8b7b..94371e09f 100644 --- a/nuttx/configs/sama5d4-ek/README.txt +++ b/nuttx/configs/sama5d4-ek/README.txt @@ -3158,6 +3158,7 @@ Tickless OS RTOS Features -> Clocks and Timers CONFIG_SCHED_TICKLESS=y : Configures the RTOS in tickless mode + CONFIG_SCHED_TICKLESS_ALARM=n : (option not implemented) System Type -> SAMA5 Peripheral Support CONFIG_SAMA5_TC0=y : Enable TC0 (TC channels 0-3 @@ -3196,7 +3197,8 @@ Tickless OS from 0xffffffff to zero). So we could potentially just set the compare at the number of ticks you want PLUS the current value of timer. Then you could have both with a single timer: An interval timer and a free- - running counter with the same timer! + running counter with the same timer! In this case, you would want to + to set CONFIG_SCHED_TICKLESS_ALARM in the NuttX configuration. Patches are welcome! -- cgit v1.2.3