mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +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).
|
||||
* include/nuttx/compiler.h: Correct support of C-version-specific
|
||||
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
|
||||
on C99. From Gregory Nutt (2019-01-09).
|
||||
* 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
|
||||
nearly identical to the CC13x2 is fragmentary. From Gregory Nutt
|
||||
(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>
|
||||
|
||||
@@ -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: October 2, 2018</p>
|
||||
<p>Last Updated: January 19, 2019</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1241,6 +1241,7 @@ test <expression>
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
addroute <target> [<netmask>] <router>
|
||||
addroute default <ipaddr> <interface>
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
@@ -1263,6 +1264,9 @@ nsh> addroute addroute 11.0.0.0 255.255.255.0 10.0.0.2
|
||||
<ul><pre>
|
||||
nsh> addroute 11.0.0.0/24 10.0.0.2
|
||||
</pre></ul>
|
||||
<p>
|
||||
The second form of the addroute command can be used to set the default gateway.
|
||||
</p>
|
||||
|
||||
<table width ="100%">
|
||||
<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: USB Host is an option. From David Sidrane
|
||||
- STM32 L0: Brings in initial WIP support for the STM23 L0. This
|
||||
initial commit is unverified and, hence it it marked "EXPERIMENTAL."
|
||||
From Mateusz Szafoni
|
||||
- STM32 L0: Brings in initial support for the STM23 L0. From Mateusz
|
||||
Szafoni
|
||||
|
||||
* STMicro STM32 Drivers:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
README
|
||||
======
|
||||
|
||||
This directory holds NuttX board support for the TI LAUNCHL-CC1312R1.
|
||||
This directory holds NuttX board support for the TI LaunchXL-CC1312R1.
|
||||
|
||||
Contents
|
||||
========
|
||||
|
||||
Reference in New Issue
Block a user