-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSAL fs defines scrub - deprecate OS_VolumeTable and related symbols #367
Comments
Deprecated FS_BASED, RAM_DISK, EEPROM_DISK, ATA_DISK, NUM_TABLE_ENTRIES, replace with OS_ prefixed defines OS_CHK_ONLY and OS_REPAIR removed (unused)
Started at https://github.com/skliper/osal/tree/fix367-fs-defs-scrub Further work pending #404 merge to avoid conflicts |
Proposing to deprecate the entire Deprecating this also helps with #449. We can keep the backward-compatibility layer in place for now, so the statically-defined |
Fix #367, 453, 456, 460, Deprecate OS_VolumeTable and other fixes
Is your feature request related to a problem? Please describe.
FS_BASED, RAM_DISK, EEPROM_DISK, ATA_DISK, NUM_TABLE_ENTRIES all missing OS_ prefix
OS_CHK_ONLY and OS_REPAIR defined, but the input to the expected API is a boolean (bool repair)
Describe the solution you'd like
Add prefix, remove unused defines
Describe alternatives you've considered
None
Additional context
Do after #364
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: