Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
FreeRTOS-Plus-TCP now has unified IPv4 and IPv6 functionalities and multi-interface support.
Achieving Unbrickable MCU FOTA for your FreeRTOS-powered Firmware:
FreeRTOS 202012 LTS end of support announced.
FreeRTOS website now available in Simplified Chinese
New FreeRTOS Long Term Support version now available.

F_RELEASE()

[FreeRTOS File System Media Driver API]

header_file.h
typedef void ( *F_RELEASE )( F_DRIVER * pxDriver );
		

The implementation must remove the drive by removing any resources associated with the drive. This function is optional.

Parameters:

pxDriver   A pointer to the F_DRIVER structure returned by the call to F_DRIVERINIT() originally used to initialise the drive that is now being removed.  
Returns:

None.




Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.