Alan C. Assis
Alan C. Assis
@stbenn please include a Documentation to https://nuttx.apache.org/docs/latest/components/drivers/character/leds/index.html and an app testing application, this way users could use it without facing issues
@stbenn we can merge it, but I think it is better wait for your commit with Documentation and apps example, it avoids we losing track of it. I will move...
@stbenn please fix these issues: Error: /home/runner/work/nuttx/nuttx/nuttx/drivers/leds/ktd2052.c:85:79: error: Long line found Error: /home/runner/work/nuttx/nuttx/nuttx/drivers/leds/ktd2052.c:89:81: error: Long line found Error: /home/runner/work/nuttx/nuttx/nuttx/drivers/leds/ktd2052.c:135:79: error: Long line found Error: /home/runner/work/nuttx/nuttx/nuttx/drivers/leds/ktd2052.c:208:80: error: Long line found Error:...
> @acassis done. Sorry about that, selected the wrong file from a merge conflict. Thought I selected the one that had those fixes. Don't worry, it happens with me all...
Please also include Documentation/ to avoid creating a new "hidden" features
@stbenn send it to the mailing list as well, since some developers are not paying attention on NuttX issues
@xiaoxiang781216 I think we need to verify which applications will need to select CONFIG_FILE_STREAM automatically to avoid issues like this
@xiaoxiang781216 I think the issue is happening because of it: ``` config FILE_STREAM bool "Enable FILE stream" default !DEFAULT_SMALL ---help--- Enable the standard buffered input/output support ``` By default FILE_STREAM...
> > [@xiaoxiang781216](https://github.com/xiaoxiang781216) I think we need to verify which applications will need to select CONFIG_FILE_STREAM automatically to avoid issues like this > > not select, but depend on CONFIG_FILE_STREAM....