Results 627 comments of Alan C. Assis

@xiaoxiang781216 is the some testing to guarantee that sporadic scheduling is working? I found a good explanation here: https://www.embedded.com/scheduling-sporadic-events/

Yes, maybe the way to solve it is passing some parameter in the LCD initialize to indicate the type of LCD, this way we could have more than 1 initialization...

Can someone else confirm the issue is happening for you too? @masayuki2009 @xiaoxiang781216 @btashton @pkarashchenko @hartmannathan ... ?

thank you @ALTracer @hartmannathan @masayuki2009 and @zouboan for confirm it is working, so the issue could be in my computer DELL XPS 9510 (using default Ubuntu 20.04 arm gcc toolchain:...

@ALTracer about your comment: ``` Telnet works, which is the sole purpose of "usbnsh", I guess ``` The "usbnsh" configuration doesn't use or depends on telnet, but I understood what...

@kriswiner I think @Gord1 is right, you are not seeing issue because you are not comparing and even not printing nCRC and refCRC. The right CRC check is this one:...

Hi @JF002 recently @v01d worked porting NimBLE to NuttX. Please take a look at his repo: https://github.com/v01d/incubator-nuttx/tree/nrf_ble Did you already test NuttX on Pine64 PineTime with LVGL?

Yes @JF002 ! The nRF52 is well supported by NuttX. Actually @v01d ported NimBLE to run on NuttX on nRF52832. I'm testing it on Makerdiary nRF52832-MDK board! :-)

Hi @takayoshik, does it work on other boards that have audio support like stm32f4discovery and raspberrypi pico? Or is it Spresense board only?

Good finding @v01d ! Is this multiple buitin applications feature documented in some place?