Results 49 issues of Alan C. Assis

I decided to help Ed to fix to USB issue #6531 and decided to test the USB on STM32F4Discovery board. Unfortunately version 10.3.0, didn't work, then I decided to test...

Petro reported that IDF didn't work inside his Mac "/Volumes/Macintosh HD (CS)/" then I suspected of spaces in the name of Volume name and then I decided to test similar...

Recently Matias Nitsche added support to the nrf52832-mdk see: https://github.com/apache/incubator-nuttx/tree/master/boards/arm/nrf52/nrf52832-mdk He still finishing the BLE stack integration for nRF52 but the basic things like discover and adverting is already working:...

This is a nice framework that should be integrated on NuttX, they already opened an issue to it: https://github.com/Luos-io/luos_engine/issues/293

Currently the pwm test application doesn't have a parameter to let user to select what channel he/she want to use.

I decide to report it to prevent forgetting this issue. Although the device is not detected writing to it working correctly: ``` nsh> i2c set -a 77 1e WROTE Bus:...

(This issue was reported by user @klmchp at incubator-nuttx repository) Error message as shown below when enabled MB_ASCII_MASTER: mb_m.c: In function 'eMBMasterInit': mb_m.c:176:33: error: 'eMBMasterASCIIStart' undeclared (first use in this...

Hi Mr. Chen, Nice work creating this media-server using Android libraries in plain C. Now that NuttX RTOS got support to [DirectFB2](https://github.com/directfb2/DirectFB2/pull/107) I want to create to RTSP demo application...

I decided to list all the symbols that are missing in our source code (thanks ChatGPT for help with the shell script added here). Probably we will need a task...

I'm trying to get Atmega128 work with NuttX and when I did "git checkout 7.15" noticed that arch/ and configs/ directories were empty. I think it was caused because in...