Re: libpq and libscpi: how to start

2022-11-06 Thread Xiang Xiao
With https://github.com/apache/incubator-nuttx-apps/pull/1295, you can just clone(or use submodule/repo) the code to the Makefile's expected location, the build system will skip the download step. On Mon, Nov 7, 2022 at 4:23 AM Abdelatif Guettouche < abdelatif.guettou...@gmail.com> wrote: > > Are

Re: libpq and libscpi: how to start

2022-11-06 Thread Abdelatif Guettouche
> Are there provisions to use a pre-downloaded tarball for external projects? There is none at the moment. However, an option can be added to just copy from a local folder instead of downloading them. Or the makefile can start with that and fallback to downloading if the tarball is not present.

Re: IPMC graduation vote started

2022-11-06 Thread Tomek CEDRO
Thanks Nathan :-) Will search for header modification with message-id in gmail options :-) For now I have just subscribed and replied +1 to Your message, I hope that counts :-) :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: IPMC graduation vote started

2022-11-06 Thread Nathan Hartman
On Sun, Nov 6, 2022 at 6:59 AM Nathan Hartman wrote: > On Sun, Nov 6, 2022 at 4:57 AM Tomek CEDRO wrote: > >> On Fri, Nov 4, 2022 at 5:12 PM Nathan Hartman wrote: >> > Dear NuttX community, >> > The IPMC [VOTE] thread to graduate NuttX to TLP has started at: >> > https://lists.apache.org/thread/

Re: IPMC graduation vote started

2022-11-06 Thread Nathan Hartman
On Sun, Nov 6, 2022 at 4:57 AM Tomek CEDRO wrote: > On Fri, Nov 4, 2022 at 5:12 PM Nathan Hartman wrote: > > Dear NuttX community, > > The IPMC [VOTE] thread to graduate NuttX to TLP has started at: > > https://lists.apache.org/thread/y4fkgpc05nhb1v8hp0rbpmjq06vz629b > > Hey there Nathan! > > Sor

SPI usage questions

2022-11-06 Thread Bernd Walter
While looking into the mcp2515 driver I noticed something unexpected. In mcp2515_instantiate() it does the follofing: SPI_SETFREQUENCY(config->spi, CONFIG_MCP2515_SPI_SCK_FREQUENCY); SPI_SETMODE(config->spi, MCP2515_SPI_MODE); SPI_SETBITS(config->spi, 8); SPI_HWFEATURES(config->spi, 0); I

Re: IPMC graduation vote started

2022-11-06 Thread Tomek CEDRO
On Fri, Nov 4, 2022 at 5:12 PM Nathan Hartman wrote: > Dear NuttX community, > The IPMC [VOTE] thread to graduate NuttX to TLP has started at: > https://lists.apache.org/thread/y4fkgpc05nhb1v8hp0rbpmjq06vz629b Hey there Nathan! Sorry for the delay I am moving locations with all my lab stuff o_O