Jump to content

[Fix] Support for ChibiOS V3 FileStreams


inmarket

Recommended Posts

The GFILE module supports creating a GFILE based on a ChibiOS BaseFileStream however in ChibiOS V3 the API for accessing file streams has changed.

GFILE has now been updated to use the correct API for both ChibiOS V2 and V3.

As part of this gfileOpenBaseFileStream() has been renamed as gfileOpenChibiOSFileStream() to improve clarity.

For compatibility a #define has been added so that existing code using gfileOpenBaseFileStream() will work unchanged.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...