Results 627 comments of Alan C. Assis

Hi @Biancaa-R, yes I think normally the last modification (or creation time, if the file wasn't modified) should be displayed. Are you willing to implement and contribute it?

@Biancaa-R I searched more about it and discovered that it is possible to print the other timestamps too. On Linux and other POSIX systems: ls -l shows the modification time...

@Biancaa-R the ls_handler is in nuttx-apps, not in nuttx repository, see: alan@dev:~/nuttxspace/apps$ git grep ls_handler nshlib/nsh_fscmds.c: * Name: ls_handler nshlib/nsh_fscmds.c:static int ls_handler(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath, nshlib/nsh_fscmds.c:...

@Biancaa-R is it in the future because UTC / GTM ? The sim could be using the wrong date time, you can double check it running the menuconfig and deselecting...

Yes, please go ahead and open a PR, congratulations! I'm happy to see you got it done! \o/

Maybe we can use an existing board. I have a stm32f429i-disco here, I will test using the fb profile and include the boot logo. If it work I will submit...

@TimJTi please review: https://github.com/apache/nuttx/pull/17391

@TimJTi as you can see in the image the logo is displayed upside down. It should be nice to include a option in the menuconfig to rotate to logo 90,...

@TimJTi yes this LCD is mounted in the board upside down. And you are right, many LCDs has rotation in the driver, so I think we don't need to transfer...