mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-28 10:17:24 -04:00
* [EGD-4261] Initial version of syscalls * [EGD-4261] CR small fixes * [EGD-4261] Rename namespace and fsync call Rename namespace vfs::internal for clarify that syscall functions are for internal use only * [EGD-4261] Handle manager for stdlib Handle manager layer for STDIO compatibility. * [EGD-4261] Initial version of sysscall (old vfs) * [EGD-4261] Direntry syscalls completed * [EGD-4261] Fixes in handle manager * [EGD-4261] Add support for std::filesystem. libstdc++ from compiler is compiled without <dirent.h> , so std::directory_iterator doesn't work. Our implementation fix this issue and override libstdc++ library code * [EGD-4261] Compile syscalls only on RT1051 target * [EGD-4261] RT compile fix * [EGD-4261] Code review small fixes * [EGD-4261] Code review fixes * [EGD-4261] Remove redundant noisy debug log msg. Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>