mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Update TODO list and README files.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
|
||||||
<p>Last Updated: April 8, 2017</p>
|
<p>Last Updated: April 15, 2017</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -161,8 +161,14 @@ nuttx/
|
|||||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/ntosd-dm320/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/ntosd-dm320/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||||
| |- nucleo-144/
|
| |- nucleo-144/
|
||||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-144/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-144/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||||
|
| |- nucleo-f303re/
|
||||||
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-f303re/README.txt" target="_blank"><i>README.txt</i></a>
|
||||||
|
| |- nucleo-f334r8/
|
||||||
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-f334r8/README.txt" target="_blank"><i>README.txt</i></a>
|
||||||
| |- nucleo-f4x1re/
|
| |- nucleo-f4x1re/
|
||||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-f4x1re/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-f4x1re/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||||
|
| |- nucleo-l476rg/
|
||||||
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nucleo-l476rg/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||||
| |- nutiny-nuc120/
|
| |- nutiny-nuc120/
|
||||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nutiny-nuc120/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/configs/nutiny-nuc120/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||||
| |- olimex-efm32g880f129-stk/
|
| |- olimex-efm32g880f129-stk/
|
||||||
|
|||||||
@@ -1548,8 +1548,14 @@ nuttx/
|
|||||||
| | `- README.txt
|
| | `- README.txt
|
||||||
| |- nucleo-144/
|
| |- nucleo-144/
|
||||||
| | `- README.txt
|
| | `- README.txt
|
||||||
|
| |- nucleo-f303re/
|
||||||
|
| | `- README.txt
|
||||||
|
| |- nucleo-f334r8/
|
||||||
|
| | `- README.txt
|
||||||
| |- nucleo-f4x1re/
|
| |- nucleo-f4x1re/
|
||||||
| | `- README.txt
|
| | `- README.txt
|
||||||
|
| |- nucleo-l476rg/
|
||||||
|
| | `- README.txt
|
||||||
| |- nutiny-nuc120/
|
| |- nutiny-nuc120/
|
||||||
| | `- README.txt
|
| | `- README.txt
|
||||||
| |- olimex-efm32g880f129-stk/
|
| |- olimex-efm32g880f129-stk/
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
NuttX TODO List (Last updated April 12, 2017)
|
NuttX TODO List (Last updated April 15, 2017)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
This file summarizes known NuttX bugs, limitations, inconsistencies with
|
||||||
@@ -19,7 +19,7 @@ nuttx/:
|
|||||||
(8) Kernel/Protected Build
|
(8) Kernel/Protected Build
|
||||||
(3) C++ Support
|
(3) C++ Support
|
||||||
(6) Binary loaders (binfmt/)
|
(6) Binary loaders (binfmt/)
|
||||||
(14) Network (net/, drivers/net)
|
(15) Network (net/, drivers/net)
|
||||||
(4) USB (drivers/usbdev, drivers/usbhost)
|
(4) USB (drivers/usbdev, drivers/usbhost)
|
||||||
(0) Other drivers (drivers/)
|
(0) Other drivers (drivers/)
|
||||||
(12) Libraries (libc/, libm/)
|
(12) Libraries (libc/, libm/)
|
||||||
@@ -1145,6 +1145,20 @@ o Network (net/, drivers/net)
|
|||||||
Status: Open
|
Status: Open
|
||||||
Priority: Low. Really just as aesthetic maintainability issue.
|
Priority: Low. Really just as aesthetic maintainability issue.
|
||||||
|
|
||||||
|
Title: BROADCAST WITH MULTIPLE NETWORK INTERFACES
|
||||||
|
Description: There is currently no mechanism to send a broadcast packet
|
||||||
|
out through several network interfaces. Currently packets
|
||||||
|
can be sent to only one device. Logic in netdev_findby_ipvXaddr()
|
||||||
|
currently just selects the first device in the list of
|
||||||
|
devices; only that device will receive broadcast packets.
|
||||||
|
Status: Open
|
||||||
|
Priority: High if you require broadcast on multiple networks. There is
|
||||||
|
no simple solution known at this time, however. Perhaps
|
||||||
|
netdev_findby_ipvXaddr() should return a list of devices rather
|
||||||
|
than a single device? All upstream logic would then have to
|
||||||
|
deal with a list of devices. That would be a huge effect and
|
||||||
|
certainly doesn't dount as a "simple solution".
|
||||||
|
|
||||||
o USB (drivers/usbdev, drivers/usbhost)
|
o USB (drivers/usbdev, drivers/usbhost)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
Nucleo-64 Boards
|
||||||
|
================
|
||||||
|
|
||||||
|
The Nucleo-F303RE is a member of the Nucleo-64 board family. The Nucleo-64
|
||||||
|
is a standard board for use with several STM32 parts in the LQFP64 package.
|
||||||
|
Variants include
|
||||||
|
|
||||||
|
Order code Targeted STM32
|
||||||
|
------------- --------------
|
||||||
|
NUCLEO-F030R8 STM32F030R8T6
|
||||||
|
NUCLEO-F070RB STM32F070RBT6
|
||||||
|
NUCLEO-F072RB STM32F072RBT6
|
||||||
|
NUCLEO-F091RC STM32F091RCT6
|
||||||
|
NUCLEO-F103RB STM32F103RBT6
|
||||||
|
NUCLEO-F302R8 STM32F302R8T6
|
||||||
|
NUCLEO-F303RE STM32F303RET6
|
||||||
|
NUCLEO-F334R8 STM32F334R8T6
|
||||||
|
NUCLEO-F401RE STM32F401RET6
|
||||||
|
NUCLEO-F410RB STM32F410RBT6
|
||||||
|
NUCLEO-F411RE STM32F411RET6
|
||||||
|
NUCLEO-F446RE STM32F446RET6
|
||||||
|
NUCLEO-L053R8 STM32L053R8T6
|
||||||
|
NUCLEO-L073RZ STM32L073RZT6
|
||||||
|
NUCLEO-L152RE STM32L152RET6
|
||||||
|
NUCLEO-L452RE STM32L452RET6
|
||||||
|
NUCLEO-L476RG STM32L476RGT6
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
Nucleo-64 Boards
|
||||||
|
================
|
||||||
|
|
||||||
|
The Nucleo-F303RE is a member of the Nucleo-64 board family. The Nucleo-64
|
||||||
|
is a standard board for use with several STM32 parts in the LQFP64 package.
|
||||||
|
Variants include
|
||||||
|
|
||||||
|
Order code Targeted STM32
|
||||||
|
------------- --------------
|
||||||
|
NUCLEO-F030R8 STM32F030R8T6
|
||||||
|
NUCLEO-F070RB STM32F070RBT6
|
||||||
|
NUCLEO-F072RB STM32F072RBT6
|
||||||
|
NUCLEO-F091RC STM32F091RCT6
|
||||||
|
NUCLEO-F103RB STM32F103RBT6
|
||||||
|
NUCLEO-F302R8 STM32F302R8T6
|
||||||
|
NUCLEO-F303RE STM32F303RET6
|
||||||
|
NUCLEO-F334R8 STM32F334R8T6
|
||||||
|
NUCLEO-F401RE STM32F401RET6
|
||||||
|
NUCLEO-F410RB STM32F410RBT6
|
||||||
|
NUCLEO-F411RE STM32F411RET6
|
||||||
|
NUCLEO-F446RE STM32F446RET6
|
||||||
|
NUCLEO-L053R8 STM32L053R8T6
|
||||||
|
NUCLEO-L073RZ STM32L073RZT6
|
||||||
|
NUCLEO-L152RE STM32L152RET6
|
||||||
|
NUCLEO-L452RE STM32L452RET6
|
||||||
|
NUCLEO-L476RG STM32L476RGT6
|
||||||
@@ -65,6 +65,7 @@ Board features, however, are identical:
|
|||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|
||||||
|
- Nucleo-64 Boards
|
||||||
- Development Environment
|
- Development Environment
|
||||||
- GNU Toolchain Options
|
- GNU Toolchain Options
|
||||||
- IDEs
|
- IDEs
|
||||||
@@ -79,6 +80,33 @@ Contents
|
|||||||
- Shields
|
- Shields
|
||||||
- Configurations
|
- Configurations
|
||||||
|
|
||||||
|
Nucleo-64 Boards
|
||||||
|
================
|
||||||
|
|
||||||
|
The Nucleo-F4x1RE boards are members of the Nucleo-64 board family. The
|
||||||
|
Nucleo-64 is a standard board for use with several STM32 parts in the
|
||||||
|
LQFP64 package. Variants include
|
||||||
|
|
||||||
|
Order code Targeted STM32
|
||||||
|
------------- --------------
|
||||||
|
NUCLEO-F030R8 STM32F030R8T6
|
||||||
|
NUCLEO-F070RB STM32F070RBT6
|
||||||
|
NUCLEO-F072RB STM32F072RBT6
|
||||||
|
NUCLEO-F091RC STM32F091RCT6
|
||||||
|
NUCLEO-F103RB STM32F103RBT6
|
||||||
|
NUCLEO-F302R8 STM32F302R8T6
|
||||||
|
NUCLEO-F303RE STM32F303RET6
|
||||||
|
NUCLEO-F334R8 STM32F334R8T6
|
||||||
|
NUCLEO-F401RE STM32F401RET6
|
||||||
|
NUCLEO-F410RB STM32F410RBT6
|
||||||
|
NUCLEO-F411RE STM32F411RET6
|
||||||
|
NUCLEO-F446RE STM32F446RET6
|
||||||
|
NUCLEO-L053R8 STM32L053R8T6
|
||||||
|
NUCLEO-L073RZ STM32L073RZT6
|
||||||
|
NUCLEO-L152RE STM32L152RET6
|
||||||
|
NUCLEO-L452RE STM32L452RET6
|
||||||
|
NUCLEO-L476RG STM32L476RGT6
|
||||||
|
|
||||||
Development Environment
|
Development Environment
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ Board features:
|
|||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|
||||||
|
- Nucleo-64 Boards
|
||||||
- Development Environment
|
- Development Environment
|
||||||
- GNU Toolchain Options
|
- GNU Toolchain Options
|
||||||
- IDEs
|
- IDEs
|
||||||
@@ -55,6 +56,33 @@ Contents
|
|||||||
- Shields
|
- Shields
|
||||||
- Configurations
|
- Configurations
|
||||||
|
|
||||||
|
Nucleo-64 Boards
|
||||||
|
================
|
||||||
|
|
||||||
|
The Nucleo-L476RG is a member of the Nucleo-64 board family. The Nucleo-64
|
||||||
|
is a standard board for use with several STM32 parts in the LQFP64 package.
|
||||||
|
Variants include
|
||||||
|
|
||||||
|
Order code Targeted STM32
|
||||||
|
------------- --------------
|
||||||
|
NUCLEO-F030R8 STM32F030R8T6
|
||||||
|
NUCLEO-F070RB STM32F070RBT6
|
||||||
|
NUCLEO-F072RB STM32F072RBT6
|
||||||
|
NUCLEO-F091RC STM32F091RCT6
|
||||||
|
NUCLEO-F103RB STM32F103RBT6
|
||||||
|
NUCLEO-F302R8 STM32F302R8T6
|
||||||
|
NUCLEO-F303RE STM32F303RET6
|
||||||
|
NUCLEO-F334R8 STM32F334R8T6
|
||||||
|
NUCLEO-F401RE STM32F401RET6
|
||||||
|
NUCLEO-F410RB STM32F410RBT6
|
||||||
|
NUCLEO-F411RE STM32F411RET6
|
||||||
|
NUCLEO-F446RE STM32F446RET6
|
||||||
|
NUCLEO-L053R8 STM32L053R8T6
|
||||||
|
NUCLEO-L073RZ STM32L073RZT6
|
||||||
|
NUCLEO-L152RE STM32L152RET6
|
||||||
|
NUCLEO-L452RE STM32L452RET6
|
||||||
|
NUCLEO-L476RG STM32L476RGT6
|
||||||
|
|
||||||
Development Environment
|
Development Environment
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user