Re: Wiznet W5500 Ethernet device driver?

2022-04-28 Thread Gregory Nutt
I started the w5500 driver a few years ago, but never finished it.  No
driver exists, only that header file.

On Thu, Apr 28, 2022, 12:35 AM Michael Jung  wrote:

> Hello,
>
> There is a include/nuttx/net/w5500.h header file for the WIZnet W5500
> Ethernet Controller in the NuttX code base, but no accompanying device
> driver.  Does anybody know whether such a driver exists somewhere?
>
> Thanks!
> Michael
>


Re: Wiznet W5500 Ethernet device driver?

2022-04-28 Thread Michael Jung
Hi Greg,

Thanks for the update!  I will probably have to start working on one.

Bye,
Michael



Am Do., 28. Apr. 2022 um 16:14 Uhr schrieb Gregory Nutt :

> I started the w5500 driver a few years ago, but never finished it.  No
> driver exists, only that header file.
>
> On Thu, Apr 28, 2022, 12:35 AM Michael Jung  wrote:
>
> > Hello,
> >
> > There is a include/nuttx/net/w5500.h header file for the WIZnet W5500
> > Ethernet Controller in the NuttX code base, but no accompanying device
> > driver.  Does anybody know whether such a driver exists somewhere?
> >
> > Thanks!
> > Michael
> >
>


Re: Wiznet W5500 Ethernet device driver?

2022-04-28 Thread Gregory Nutt
Shouldn't be to hard.  The part has its sockets and network stacks inside
so you will have to use USRSOCK.

It also uses an SPI interface so you might want to put it inside the OS for
better SPI control.

On Thu, Apr 28, 2022, 10:09 AM Michael Jung  wrote:

> Hi Greg,
>
> Thanks for the update!  I will probably have to start working on one.
>
> Bye,
> Michael
>
>
>
> Am Do., 28. Apr. 2022 um 16:14 Uhr schrieb Gregory Nutt <
> spudan...@gmail.com
> >:
>
> > I started the w5500 driver a few years ago, but never finished it.  No
> > driver exists, only that header file.
> >
> > On Thu, Apr 28, 2022, 12:35 AM Michael Jung  wrote:
> >
> > > Hello,
> > >
> > > There is a include/nuttx/net/w5500.h header file for the WIZnet W5500
> > > Ethernet Controller in the NuttX code base, but no accompanying device
> > > driver.  Does anybody know whether such a driver exists somewhere?
> > >
> > > Thanks!
> > > Michael
> > >
> >
>


Re: [VOTE] Apache NuttX 10.3.0 (incubating) RC1 release

2022-04-28 Thread Xiang Xiao
+1.
Test with checkrelease.sh.

On Wed, Apr 27, 2022 at 4:01 PM Alin Jerpelea  wrote:

> Hello all,
>
>
> Apache NuttX (Incubating) 10.3.0 RC1 has been staged under [1] and it's
> time to vote on accepting it for release. If approved we will seek
> final release approval from the IPMC. Voting will be open for 72hr.
>
> A minimum of 3 binding +1 votes and more binding +1 than binding -1 are
> required to pass.
>
> The Apache requirements for approving a release can be found here [3]
> "Before voting +1 [P]PMC members are required to download the signed
> source code package, compile it as provided, and test the resulting
> executable on their own platform, along with also verifying that the
> package meets the requirements of the ASF policy on releases."
>
> A document to walk through some of this process has been published on
> our project wiki and can be found here [4].
>
> [ ] +1 accept (indicate what you validated - e.g. performed the non-RM
> items in [4])
> [ ] -1 reject (explanation required)
>
> Thank you all,
> Alin Jerpelea
>
> SCM Information:
>   Release tag: nuttx-10.3.0-RC1
>   Hash for the release incubating-nuttx tag:
> 2e3c217d103f9c98dc3e4c6f02ba87e6e8b719f0
>   Hash for the release incubating-nuttx-apps tag:
> ecd8a9722f9da777829ed6f28998311f1664b278
>
> [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/10.3.0-RC1/
> [2]
>
> https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-10.3.0-RC1/ReleaseNotes
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
>
> https://cwiki.apache.org/confluence/display/NUTTX/Validating+a+staged+Release
>