Results 627 comments of Alan C. Assis

@lvanasse I always use native compilation. I only used Docker because in the past a customer requested me to create a Docker image to simplify his development. @lupyuen I think...

@LuchianMihai I don't know if you already thought about it, but this device can be exported as a "camera", this way it could work easily with existing applications. Please take...

Hi @LuchianMihai the example at apps/examples/camera/ is generic and it will display the camera image in a LCD using the NX Graphics system. Creating your driver as a char driver...

> @acassis @xiaoxiang781216 I need your help again. My understanding is that : > > * the **fb.c** holds the framebuffer character driver, can be used to interact with displays,...

@luke7999 what is bes2700h ? I cannot find any reference to it in NuttX source code

NuttX doesn't support any chip with his name, please search all supported microcontrollers/processors at https://github.com/apache/nuttx/tree/master/arch

Please fix typo in the firt commit: mutli -> multi

@wengzhe please take a look

Hi @metarutaiga, nice to see you working on it again. Please note that now all commits need to be signed (git commit -s)