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
Is your feature request related to a problem? Please describe.
No PSP API's for EEPROM write block, or any EEPROM reads.
Describe the solution you'd like
Add CFE_PSP_EepromWriteBlock, Read[8|16|32|Block]
Describe alternatives you've considered
None
Additional context #274
This would better support MM EEPROM actions with specific APIs for reading writing vs the former use of the generic CFE_PSP_MemCpy, CFE_PSP_MemSet. Could consider deprecating all the ram API's since they aren't really useful, the calls are surrounded w/ validity checks already so not really clear why they are necessary.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
skliper
added
the
CCB:Ready
Pull request is ready for discussion at the Configuration Control Board (CCB)
label
Apr 11, 2022
astrogeco
removed
the
CCB:Ready
Pull request is ready for discussion at the Configuration Control Board (CCB)
label
Apr 13, 2022
Is your feature request related to a problem? Please describe.
No PSP API's for EEPROM write block, or any EEPROM reads.
Describe the solution you'd like
Add CFE_PSP_EepromWriteBlock, Read[8|16|32|Block]
Describe alternatives you've considered
None
Additional context
#274
This would better support MM EEPROM actions with specific APIs for reading writing vs the former use of the generic CFE_PSP_MemCpy, CFE_PSP_MemSet. Could consider deprecating all the ram API's since they aren't really useful, the calls are surrounded w/ validity checks already so not really clear why they are necessary.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: