Re: CAN RTR ioctl timeout

2020-12-08 Thread Alan Carvalho de Assis
Hi Matt, I think the solution using timeout should be more appropriated. I don't remember using RTR and the test application doesn't use it. probably it was never exercised. Please submit a PR with your suggested modification. BR, Alan On 12/7/20, Matthew Trescott wrote: > Dear NuttX develop

Re: ssd1306 oled help

2020-12-08 Thread Matt DeWall
Thanks everyone - apologies for the delay, some other priorities blocked me. Looks like I was getting bit by cygwin and "make clean_context all" got me sorted out and actually reflected my changes. However, I'd like to understand how to get the i2ctool working. I was able to add it and see it in

RE: ssd1306 oled help

2020-12-08 Thread disruptivesolutionsnl
Hello Matt, You have 2 enable i2ctool in make menuconfig (also see blog Alan): https://acassis.wordpress.com/2019/01/19/how-to-use-nuttx-i2c-scan-features/ And then on the prompt in NuttX you can do the command say: i2c dev -b 1 0x00 0x7f It will show you the used I2C addresses. Hope this will

Re: CAN RTR ioctl timeout

2020-12-08 Thread Matthew Trescott
Hi Alan, OK. I'll have to tackle this after I have regular data frames working on the Tiva. Thinking about it more, the "right" answer is probably to support both methods for dealing with RTR frames... Matt On Tue, Dec 8, 2020 at 6:44 AM Alan Carvalho de Assis wrote: > > Hi Matt, > > I think th

Re: ssd1306 oled help

2020-12-08 Thread Matt DeWall
Thank you everyone, such a helpful community!I was able to get the i2ctool working and it found my screen. I'm off to my next steps. :) Matt On Tue, Dec 8, 2020 at 1:44 PM wrote: > Hello Matt, > > You have 2 enable i2ctool in make menuconfig (also see blog Alan): > > https://acassis.wordp

Re: about IDEs and dev boards

2020-12-08 Thread Matias N.
Thanks for the responses. Any others? On Fri, Dec 4, 2020, at 08:36, David Sidrane wrote: > Hi Matais, > > I use GNU ARM Eclipse http://gnuarmeclipse.github.io/ but it is now > https://eclipse-embed-cdt.github.io/ > > I value it for the Segger debugger integration and SVD support. > > I use mak

Re: about IDEs and dev boards

2020-12-08 Thread Brennan Ashton
On Thu, Dec 3, 2020 at 5:54 PM Matias N. wrote: > > Hi, > I was wondering what IDEs do you use with NuttX and what is your preferred > dev board (can be more than one). > I'm curious since I have used QtCreator for long time now and generally works > well, but it has some quirks. These days it

Re: about IDEs and dev boards

2020-12-08 Thread Marc Rosen
Am 04.12.2020 um 02:54 schrieb Matias N.: Hi, I was wondering what IDEs do you use with NuttX and what is your preferred dev board (can be more than one). I'm curious since I have used QtCreator for long time now and generally works well, but it has some quirks. Jetbrains CLion is the IDE i us