mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:45:20 +08:00
About the NuttX 'About' document in preparation for the 7.28 release.
This commit is contained in:
@@ -22518,7 +22518,7 @@
|
|||||||
Mateusz Sfafoni (2019-01-09).
|
Mateusz Sfafoni (2019-01-09).
|
||||||
* include/nuttx/compiler.h: Correct support of C-version-specific
|
* include/nuttx/compiler.h: Correct support of C-version-specific
|
||||||
features. Cannot depend on GCC version because -std=c89 may be used on
|
features. Cannot depend on GCC version because -std=c89 may be used on
|
||||||
comomand line. Need instead to use __STDC_VERSION__ to determine if a
|
command line. Need instead to use __STDC_VERSION__ to determine if a
|
||||||
feature is supported. Also add conditional support inline, depending
|
feature is supported. Also add conditional support inline, depending
|
||||||
on C99. From Gregory Nutt (2019-01-09).
|
on C99. From Gregory Nutt (2019-01-09).
|
||||||
* With these changes, I am able to access NSH on Beaglebone Black. I
|
* With these changes, I am able to access NSH on Beaglebone Black. I
|
||||||
@@ -22606,5 +22606,7 @@
|
|||||||
And, of course, completely untested. Support for the CC26x2, which is
|
And, of course, completely untested. Support for the CC26x2, which is
|
||||||
nearly identical to the CC13x2 is fragmentary. From Gregory Nutt
|
nearly identical to the CC13x2 is fragmentary. From Gregory Nutt
|
||||||
(2019-01-17).
|
(2019-01-17).
|
||||||
|
* arch/arm/include/kinetis/kinetis_sim.h: Remove extra characters following
|
||||||
|
#undef. From Daniel Agar (2018-01-19).
|
||||||
|
|
||||||
7.29 2019-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
7.29 2019-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
||||||
<p>Last Updated: October 2, 2018</p>
|
<p>Last Updated: January 19, 2019</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1241,6 +1241,7 @@ test <expression>
|
|||||||
<p><b>Command Syntax:</b></p>
|
<p><b>Command Syntax:</b></p>
|
||||||
<ul><pre>
|
<ul><pre>
|
||||||
addroute <target> [<netmask>] <router>
|
addroute <target> [<netmask>] <router>
|
||||||
|
addroute default <ipaddr> <interface>
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
<p>
|
<p>
|
||||||
<b>Synopsis</b>.
|
<b>Synopsis</b>.
|
||||||
@@ -1263,6 +1264,9 @@ nsh> addroute addroute 11.0.0.0 255.255.255.0 10.0.0.2
|
|||||||
<ul><pre>
|
<ul><pre>
|
||||||
nsh> addroute 11.0.0.0/24 10.0.0.2
|
nsh> addroute 11.0.0.0/24 10.0.0.2
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
<p>
|
||||||
|
The second form of the addroute command can be used to set the default gateway.
|
||||||
|
</p>
|
||||||
|
|
||||||
<table width ="100%">
|
<table width ="100%">
|
||||||
<tr bgcolor="#e4e4e4">
|
<tr bgcolor="#e4e4e4">
|
||||||
|
|||||||
+287
-64
File diff suppressed because it is too large
Load Diff
+2
-3
@@ -20946,9 +20946,8 @@ Additional new features and extended functionality:
|
|||||||
|
|
||||||
- Configuration: Simplify ARM core selection logic From Mateusz Szafoni
|
- Configuration: Simplify ARM core selection logic From Mateusz Szafoni
|
||||||
- Configuration: USB Host is an option. From David Sidrane
|
- Configuration: USB Host is an option. From David Sidrane
|
||||||
- STM32 L0: Brings in initial WIP support for the STM23 L0. This
|
- STM32 L0: Brings in initial support for the STM23 L0. From Mateusz
|
||||||
initial commit is unverified and, hence it it marked "EXPERIMENTAL."
|
Szafoni
|
||||||
From Mateusz Szafoni
|
|
||||||
|
|
||||||
* STMicro STM32 Drivers:
|
* STMicro STM32 Drivers:
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
README
|
README
|
||||||
======
|
======
|
||||||
|
|
||||||
This directory holds NuttX board support for the TI LAUNCHL-CC1312R1.
|
This directory holds NuttX board support for the TI LaunchXL-CC1312R1.
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|||||||
Reference in New Issue
Block a user