Hi,
I dont want to have anything serious to do with rust, but I like your
article, as it gives a kind of rosetta stone to interop basic rust with
C and the usual toolchains, which I did not see anywhere else (I did not
search for long).
I'll keep it as a reference doc.
Thanks,
Sebastien
L
Thank you so much Sebastien! Yep I promise to explain slowly all the Rust
Concepts, sometimes they baffle me too :-)
Lup
On Mon, Apr 8, 2024 at 5:07 PM Sebastien Lorquet
wrote:
> Hi,
>
> I dont want to have anything serious to do with rust, but I like your
> article, as it gives a kind of roset
Hello,
after browsing though the mailing list archive, I am not sure, whether my
question is appropriate here or not. Please tell me, if not ...
The company I am working for plans to use nuttx for a firmware development.
We use a W5500-EVB-Pico board [1]. The W5500 driver is already part of nuttx
Hello,
Am Mon, 8 Apr 2024 16:00:35 +0200
schrieb Lars Kruse :
> If someone is interested in doing this work, then I would appreciate private
> answers. I am sure, we will find a fair agreement.
indeed I already received an answer and I am confident, that this will work out.
Thus, please conside
Hi Lars,
Nice to know you found someone to work on this board.
This board is low cost fixes and integrates the W5500 Ethernet SPI chip.
Please consider integrating it into the mainline to let more people to test
and evolve the original port.
BR,
Alan
On Mon, Apr 8, 2024 at 12:26 PM Lars Kruse
For whoever is working on this, I have a working lower half for the
W5500 on RP2040 here:
https://github.com/Novators/nuttx/compare/apache%3Anuttx%3Amaster...rp2040-w5500
It has been working reliably for me on a custom board, and I have also
tested it on a W5500-EVB-PICO. I've not done any wo
Hi Adam,
Thanks for sharing this! I will probably be working on this and I am sure
this will be helpful. As far as I understand Lars, his company is fine with
upstreaming the NuttX port to W5500-EVB-PICO.
Bye, Michael
On Tue, Apr 9, 2024 at 1:46 AM Adam Comley wrote:
> For whoever is working
Hello everybody,
On Thursday 28 of March 2024 18:17:24 Shijo George wrote:
> I was planning to port NanoX to NuttX as part of GSoC. Is anyone familiar
> with NanoX? Any suggestions and help would be much appreciated.
I have interrest in the project. I am limited by time now but
I hope to have som
Hi Nuttx community,
We are actively working with nuttx and RISCV (RV32) and have contributed
several PR to improve support for kernel mode with litex:
https://nuttx.apache.org/docs/latest/platforms/risc-v/litex/cores/vexriscv_smp/index.html
.
Along the way we have identified several issues and wo