UnionFS: >2 bindings?

2024-10-17 Thread Tim Hardisty
I am looking at a way to expose 3x on-board MTD NOR flash and an EEPROM device (2 formatted with LittleFS and the larger NOR flash probably with FAT) to users so they can download log files, upload new firmware for MCUboot to use, or customization files etc. This will probably be via USBMSD (he

USB serial communication for RP2040

2024-10-17 Thread Matteo Golin
Hello everyone, I am attempting to create an embedded device for a school project where I need to send some text data over USB on power-up. It is a constant stream of serial data. For this, I am setting my own application as the entry point instead of NSH, which requires me to instantiate the U

Using Architecture-Independent Drivers Outside NuttX Directory

2024-10-17 Thread Daniel Pereira Carvalho
Hi Team, I've found it straightforward to develop custom board and application code outside the NuttX directory tree. However, I'm currently facing a challenge with utilizing an architecture-independent device driver that is coded outside the nuttx/drivers directory. Is there a way to achieve this