Re: [VOTE] Apache NuttX 10.2.0 (incubating) RC0 release

2021-11-02 Thread Nathan Hartman
Summary: +1 to release (binding) Per Alan's request for size information: * NuttX-10.2.0-RC0, b-g474e-dpow1:nsh configuration: $ arm-none-eabi-size nuttx textdata bss dec hex filename 115331 6242500 118455 1ceb7 nuttx * For comparison, same configuration on NuttX-

SAMA5 flexcom SPI

2021-11-02 Thread Tim
Hi, Based on arch/arm/src/sama5/hardware/sam_flexcom_spi.h being devoid of any #defines for flexcom SPI registers (etc.) is it fair to assume this has not been done by anyone yet? Same applies for flexcom TWI (not that I actually need that right now). Don't want to spend time implementing this if

Re: ioexpander/gpio driver device names

2021-11-02 Thread Jari van Ewijk
Just opened a PR: https://github.com/apache/incubator-nuttx/pull/4774 This only includes fairly minor changes so all pins will be registered as /dev/gpioN, without breaking the existing board-specific low-level GPIO drivers. I can still have a look at improving some of the error handling (as sugg

Re: ioexpander/gpio driver device names

2021-11-02 Thread Jari van Ewijk
Hi Alan, Matheus, Thanks for your input. I already started working on some changes for the existing interface and driver. It is actually not too much work to adapt the high-level driver to only register pins as /dev/gpioN, and even the low-level drivers for many boards don't require (m)any chan