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

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

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:3

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