You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/History.txt

10 lines
245 B
Plaintext

Changes between V1.0.0 and V1.0.1
+ Fix seeking beyond the end of file when the offset was not multiple of
the sector size, or when the file was empty.
+ Seeking test extended to validate seeking/writing on sector boundaries.