Re: The right way to implement an event-driven application - SPI SLAVE

2024-10-14 Thread Tomek CEDRO
One question by the way someone asked me recently - can NuttX SPI Slave work in DMA mode? :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: The right way to implement an event-driven application - SPI SLAVE

2024-10-14 Thread Xiang Xiao
We just upstreamed a general SPI master/slave solution you can use directly or as a reference: https://github.com/apache/nuttx/blob/master/drivers/rpmsg/rpmsg_port.c https://github.com/apache/nuttx/blob/master/drivers/rpmsg/rpmsg_port_spi.c https://github.com/apache/nuttx/blob/master/drivers/rpmsg/

The right way to implement an event-driven application - SPI SLAVE

2024-10-14 Thread Felipe Moura Oliveira
The right way to implement an event-driven application - SPI SLAVE Hello everyone, in the last few weeks I have been developing a solution in esp32c6 that communicates with another mcu from an SPI, the application I am developing is an spi slave. Up until now, my application has been executing read

cxxtest: optional stream test / C++ PR review request

2024-10-14 Thread Tomek CEDRO
https://github.com/apache/nuttx-apps/pull/2722 -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Microchip introduces the PIC64 quad-riscv cpu

2024-10-14 Thread Nathan Hartman
Of course, in addition to Linux-capable, they list Zephyr RTOS... NuttX should totally work on this chip! On Mon, Oct 14, 2024 at 10:33 AM Sebastien Lorquet wrote: > Looks like a cool chip, have a look: > > > https://ww1.microchip.com/downloads/aemDocuments/documents/MPU64/ProductDocuments/Broch

Microchip introduces the PIC64 quad-riscv cpu

2024-10-14 Thread Sebastien Lorquet
Looks like a cool chip, have a look: https://ww1.microchip.com/downloads/aemDocuments/documents/MPU64/ProductDocuments/Brochures/PIC64GX-Product-Family-5500.pdf Sebastien