From 4991f947922234f15856898e745b52e8aeb5826a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Dec 2015 09:22:26 -0600 Subject: [PATCH] Update README files --- configs/same70-xplained/README.txt | 3 ++- configs/samv71-xult/README.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/same70-xplained/README.txt b/configs/same70-xplained/README.txt index 54dd003c06..253be2acbc 100644 --- a/configs/same70-xplained/README.txt +++ b/configs/same70-xplained/README.txt @@ -581,7 +581,7 @@ Pre-requisites: prototyped in the nuttx/include/nuttx/arch.h, and (2) it must select CONFIG_ARCH_PHY_INTERRUPT in the board configuration file to advertise that it supports arch_phy_irq(). This logic can be found at - nuttx/configs/sama5d4-ek/src/sam_ethernet.c. + nuttx/configs/same70-xplained/src/sam_ethernet.c. - And a few other things: UDP support is required (CONFIG_NET_UDP) and signals must not be disabled (CONFIG_DISABLE_SIGNALS). @@ -886,6 +886,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) + CONFIG_SCHED_TICKLESS_LIMIT_MAX_SLEEP=y System Type -> SAMV7 Peripheral Support CONFIG_SAMV7_TC0=y : Enable TC0 (TC channels 0-3 diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 38e6f53290..711065f9ed 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -1477,6 +1477,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) + CONFIG_SCHED_TICKLESS_LIMIT_MAX_SLEEP=y System Type -> SAMV7 Peripheral Support CONFIG_SAMV7_TC0=y : Enable TC0 (TC channels 0-3