mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ config SIM_WALLTIME
|
||||
calls the system timer "interrupt handler" as fast as possible. As a result, there
|
||||
really are no noticeable delays when a task sleeps. However, the task really does
|
||||
sleep -- but the time scale is wrong. If you want behavior that is closer to
|
||||
normal timing, then you can define CONFIG_SIM_WALLTIME=y in your configuration
|
||||
normal timing, then you can define SIM_WALLTIME=y in your configuration
|
||||
file. This configuration setting will cause the sim target's IDLE loop to delay
|
||||
on each call so that the system "timer interrupt" is called at a rate approximately
|
||||
correct for the system timer tick rate. With this definition in the configuration,
|
||||
|
||||
Reference in New Issue
Block a user