Sepehr Ganji commented: https://gitlab.rtems.org/groups/rtems/-/work_items/25#note_126495 One of the current issues we have is the `ls /` command which is not working properly. I did a lot of debugging and testing and changed some bits and now it is better. It can show the files but sometimes add weird characters at the end. I'm pretty sure the filenames are correct so the issue is lying in how ls expects me to return the file names. Anyways, It is now [partially] fixed. During the fix I had to use `dirent.h` as part of my code. A serious issue is that it has a definition for `DIR` and the `ff.h` from FatFS also has that definition. I changed the `ff.h` to a different name for now, but this is defeating the purpose of hashing the original source code. I will research into other alternatives so that I won't change the original code, and also discuss in the community if neede. I also had a discussion with my mentors about opening an MR. I have a lot of codes and I know it's going to be a painful MR for both me and the reviewer. I'm thinking on the ways to reduce that pain and then merge my code. -- View it on GitLab: https://gitlab.rtems.org/groups/rtems/-/work_items/25#note_126495 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs