mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Update README files
This commit is contained in:
@@ -581,7 +581,7 @@ Pre-requisites:
|
|||||||
prototyped in the nuttx/include/nuttx/arch.h, and (2) it must select
|
prototyped in the nuttx/include/nuttx/arch.h, and (2) it must select
|
||||||
CONFIG_ARCH_PHY_INTERRUPT in the board configuration file to advertise
|
CONFIG_ARCH_PHY_INTERRUPT in the board configuration file to advertise
|
||||||
that it supports arch_phy_irq(). This logic can be found at
|
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
|
- And a few other things: UDP support is required (CONFIG_NET_UDP) and
|
||||||
signals must not be disabled (CONFIG_DISABLE_SIGNALS).
|
signals must not be disabled (CONFIG_DISABLE_SIGNALS).
|
||||||
@@ -886,6 +886,7 @@ Tickless OS
|
|||||||
RTOS Features -> Clocks and Timers
|
RTOS Features -> Clocks and Timers
|
||||||
CONFIG_SCHED_TICKLESS=y : Configures the RTOS in tickless mode
|
CONFIG_SCHED_TICKLESS=y : Configures the RTOS in tickless mode
|
||||||
CONFIG_SCHED_TICKLESS_ALARM=n : (option not implemented)
|
CONFIG_SCHED_TICKLESS_ALARM=n : (option not implemented)
|
||||||
|
CONFIG_SCHED_TICKLESS_LIMIT_MAX_SLEEP=y
|
||||||
|
|
||||||
System Type -> SAMV7 Peripheral Support
|
System Type -> SAMV7 Peripheral Support
|
||||||
CONFIG_SAMV7_TC0=y : Enable TC0 (TC channels 0-3
|
CONFIG_SAMV7_TC0=y : Enable TC0 (TC channels 0-3
|
||||||
|
|||||||
@@ -1477,6 +1477,7 @@ Tickless OS
|
|||||||
RTOS Features -> Clocks and Timers
|
RTOS Features -> Clocks and Timers
|
||||||
CONFIG_SCHED_TICKLESS=y : Configures the RTOS in tickless mode
|
CONFIG_SCHED_TICKLESS=y : Configures the RTOS in tickless mode
|
||||||
CONFIG_SCHED_TICKLESS_ALARM=n : (option not implemented)
|
CONFIG_SCHED_TICKLESS_ALARM=n : (option not implemented)
|
||||||
|
CONFIG_SCHED_TICKLESS_LIMIT_MAX_SLEEP=y
|
||||||
|
|
||||||
System Type -> SAMV7 Peripheral Support
|
System Type -> SAMV7 Peripheral Support
|
||||||
CONFIG_SAMV7_TC0=y : Enable TC0 (TC channels 0-3
|
CONFIG_SAMV7_TC0=y : Enable TC0 (TC channels 0-3
|
||||||
|
|||||||
Reference in New Issue
Block a user