Remove CONFIG_DISABLE_CLOCK
This commit is contained in:
parent
5bad17c032
commit
ed3f7857e2
@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
||||
<p>Last Updated: March 6, 2014</p>
|
||||
<p>Last Updated: August 7, 2014</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -2564,7 +2564,7 @@ nsh>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b><code>date</code></b></td>
|
||||
<td>!<code>CONFIG_DISABLE_CLOCK</code> && <code>CONFIG_RTC</code></td>
|
||||
<td><code>CONFIG_RTC</code></td>
|
||||
<td><code>CONFIG_NSH_DISABLE_DATE</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2700,8 +2700,7 @@ nsh>
|
||||
<tr>
|
||||
<td><b><code>ping</code></b></td>
|
||||
<td><code>CONFIG_NET</code> && <code>CONFIG_NET_ICMP</code> &&
|
||||
<code>CONFIG_NET_ICMP_PING</code> && !<code>CONFIG_DISABLE_CLOCK</code> &&
|
||||
!<code>CONFIG_DISABLE_SIGNALS</code></td>
|
||||
<code>CONFIG_NET_ICMP_PING</code> && !<code>CONFIG_DISABLE_SIGNALS</code></td>
|
||||
<td><code>CONFIG_NSH_DISABLE_PING</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user