You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Os package (out OSAL layer) is a mess. It is effectively two packages: libOs.a and libOsImplementaion.a .... but they are munged into a super lib. We should cleanly separate the two such that implementers can swap out cleanly their own Os integration.
We also need to cleanup the distinction between full-Posix, Linux, and Darwin and make those distinctions clear.
Oh, I couldn't agree more @LeStarch ... I've been trying to port the project to RTEMS for 2 months and I still can't get it to work. Unless I'm mistaken, do we agree that there is no tutorial for porting to another OS?
I will wait until this issue is resolved to try porting again...
Feature Description
The Os package (out OSAL layer) is a mess. It is effectively two packages: libOs.a and libOsImplementaion.a .... but they are munged into a super lib. We should cleanly separate the two such that implementers can swap out cleanly their own Os integration.
We also need to cleanup the distinction between full-Posix, Linux, and Darwin and make those distinctions clear.
Directory, and FileSysteminto a CMake selection: Refactor Os::File, Directory, and FileSystem into a CMake Selection #2457Fw::TimeInterval
#2740Os_ut_exe
target #2904The text was updated successfully, but these errors were encountered: