Re: [VOTE] Apache NuttX 10.1.0 (incubating) RC1 release

2021-05-02 Thread Alin Jerpelea
Hello all, Apache NuttX (Incubating) 10.1.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 be open for 72hr. A minimum of 3 binding +1 votes and more binding +1 than binding -1 are required

Re: mqtt library on NuttX?

2021-05-02 Thread Justin Mclean
Hi, > Espressif has already signed an SGA, licensing shouldn't be an issue. I know this is a very late reply, and sorry for that. I just want to clear something up in general a software grant is for a single bit of software, it doesn’t cover all software from that company. Was this code being

Re: How can I use I2C?

2021-05-02 Thread Alan Carvalho de Assis
You are mostly right, you only need /dev/i2cX if you want to run the i2ctool. But some drivers could create its /dev/xyz even when the device is not present, because some those drivers don't have a kind of probe() function to get a confirmation from the driver. When the extern I2C or SPI device h