Commit Graph

  • a395e7be09 Update CMakeLists.txt (#78) main Michele Da Rold 2025-08-06 07:21:13 +02:00
  • c8ab060596 Fix: Packed attribute missing for FF_Part_t causing buggy memcpy and alignment issues (#77) Adithya SM 2025-08-04 13:13:13 +05:30
  • 0a38fb8d7c Remove STM32HXX in CMakeList.txt (#76) ActoryOu 2025-06-05 14:09:33 +08:00
  • dfb6d60093 Add possibility to redefine SD detection pin irq handlers at application level (#74) Matthieu A. 2025-05-22 08:43:34 +02:00
  • 5d67968e1d Remove formatting bot workflow (#73) Archit Gupta 2025-05-09 14:08:06 -07:00
  • dc6688eb2b Update Documentation / Update README.md (#72) mackel90 2025-01-27 07:30:31 +01:00
  • 584ee64275 Follow Security Guide to update release.yml (#71) ActoryOu 2024-11-04 20:16:08 +08:00
  • 0085e3d296 Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#69) dependabot[bot] 2024-09-19 14:29:48 -07:00
  • 028ee20f73 Fix links (#70) Aniruddha Kanhere 2024-09-19 14:28:03 -07:00
  • ff1e980efe Fix spelling of persistence Archit Gupta 2024-07-05 16:34:00 -07:00
  • 14d891dd3e Add missing error check Archit Gupta 2024-07-05 16:14:29 -07:00
  • f834aee4d7 Small Type and Qualifier Fixes (#67) StefanBalt 2024-04-29 04:35:50 +02:00
  • d43050abd7 Change the FF_MakeNameCompliant behavior (#63) togrue 2024-02-27 21:03:09 +01:00
  • bfb0357575 Enable FAT12 support in CI Build Check (#65) Paul Bartell 2024-01-30 14:35:55 -08:00
  • e23ce7da3f Fix usage of FF_createERR macro in prvGetFAT12Entry (#62) Błażej Sowa 2024-01-30 23:28:01 +01:00
  • b3d76b45e0 Remove old uncrustify.cfg Paul Bartell 2024-01-30 13:53:30 -08:00
  • ea7ca9da47 Add explicit cast to uint32_t Paul Bartell 2024-01-30 13:36:43 -08:00
  • 65e785e144 Add missing words to cspell dictionary Paul Bartell 2024-01-30 13:29:28 -08:00
  • 35b249c3f5 Fix Build Combinaton CI job Paul Bartell 2024-01-30 13:00:44 -08:00
  • bc13a8a3cb Fix cmake configure for STM32F4XX and STM32F7XX (#59) Edoardo Bortolozzo 2023-12-20 17:49:26 +01:00
  • 90281cb5ba CI-CD-Updates (#58) Soren Ptak 2023-12-05 20:34:02 -05:00
  • 086960fd74 Fix dynamic FAT variant detection #55 (#56) Patrick Cook 2023-11-30 09:00:01 -08:00
  • 25129e5221 Added API allowing user to choose settings at runtime - replacement of PR#49 (#51) Aniruddha Kanhere 2023-08-24 14:05:03 -07:00
  • 08d0cff40d Feature/fixing clang gnu compiler warnings (#45) phelter 2023-05-16 12:16:58 -07:00
  • cee265469a Fix Uncrustify bot command (#46) Monika Singh 2023-05-11 10:05:15 +05:30
  • 1bc8947a0c Add option to disable FreeRTOS-kernel fetch (#44) Frédéric Nadeau 2023-03-02 02:43:17 -05:00
  • 903c54ce44 Fix typo in FF_CreateIOManager (#41) Frédéric Nadeau 2023-02-27 12:54:58 -05:00
  • 6a7c13c3d3 Update fomatting check to use Ubuntu 20.04 (#43) Gaurav-Aggarwal-AWS 2023-02-27 11:47:34 +05:30
  • b71ed0f4ef Update pull_request_template.md (#39) Aniruddha Kanhere 2023-02-20 09:41:41 -08:00
  • 13f1913ecc Protect FF_Open in create mode with a new semaphore v2 (#38) Hein Tibosch 2022-11-01 01:52:26 +08:00
  • 504bc64075 STM32F7xx make driver compatible with cached memory (#32) Hein Tibosch 2022-11-01 01:51:27 +08:00
  • 81941bbe07 Support for CMake builds. Added Linux stub port for now to allow cross compilation (#35) phelter 2022-10-28 16:53:11 -07:00
  • 1153e38830 Fix some warnings and re-enabled previously commented out, but now required code. (#37) Pete Bone 2022-10-27 23:08:55 +01:00
  • 98d9a8f053 Xilinx/Zynq.2019.3 Avoid race condition when waiting for status (#33) Hein Tibosch 2022-10-10 04:29:08 +08:00
  • ade8d8da69 Call memcpy to copy a struct (#25) Hein Tibosch 2022-06-28 05:30:58 +08:00
  • c25ae5f70c Correct default definition of a config macro (#30) Gaurav-Aggarwal-AWS 2022-06-07 08:56:44 -07:00
  • 16c026a519 Fix typo in ff_dir.c xMyFile @ line 3303 should be xMyDirectory (#31) Pete Bone 2022-06-06 17:15:01 +01:00
  • d21f242c11 Ensure null-termination of filenames copied by strncpy (#28) Archit Gupta 2022-04-29 12:18:29 -07:00
  • a6b0b6570e Make reading from and writing to the FSINFO independent (#27) Hein Tibosch 2022-03-07 02:36:03 +08:00
  • 5760fc95ab Adding the Low Layer HAL module driver for STM32F4xx (#23) Hein Tibosch 2022-02-02 03:33:40 +08:00
  • 9fe45edf12 Fix logic error in FF_LockDirectory and FF_LockFAT (#24) Carl J Kugler III 2021-12-22 12:06:04 -07:00
  • 097fcab1d8 FAT: Changes for 64-bit platforms and solved compiler warnings (#21) Hein Tibosch 2021-10-27 12:40:06 +08:00
  • 4ffc5c3eb7 Handle driver-busy error code correctly. (#19) Hein Tibosch 2021-09-21 02:05:46 +08:00
  • 7d04a26e9f When appending to a file, update ulCurrentCluster only once (#22) Hein Tibosch 2021-09-21 02:04:46 +08:00
  • bbf2c67e59 Adjust call to strncpy in prvFormatWriteBPB Paul Bartell 2021-05-18 18:02:56 -07:00
  • b3277b9580 FreeRTOS+FAT : making ff_format.c less complex. Hein Tibosch 2021-05-18 23:22:52 +08:00
  • 9156041546 When appending to a file, make sure that ulCurrentCluster is updated (#17) Hein Tibosch 2021-05-15 04:21:03 +08:00
  • 50ea2f2568 Formatted sources using Uncrustify, updated copyright notices. (#16) Hein Tibosch 2021-05-11 02:12:02 +08:00
  • 97e608cca6 Fix broken define in ff_locking.c (#14) morali 2021-04-15 20:41:47 +02:00
  • 39392b1cdc Changes to ff_locking use of event groups, version 2. (#8) Hein Tibosch 2021-04-15 08:40:37 +08:00
  • c50b4b98e6 Fix warning in ff_stdio.c (#11) Kirill Zhumarin 2021-04-13 21:04:12 +03:00
  • 780461938e Fix warning in ff_error.c (#12) Kirill Zhumarin 2021-04-13 00:07:35 +03:00
  • 07511e36c9 Fix warning in ff_dir.c (#10) Kirill Zhumarin 2021-04-12 18:43:20 +03:00
  • d725a4c14a Add support to format disks that have a sector size other than 512-bytes. (#5) John Grenard 2021-03-15 10:31:05 -07:00
  • fc73d5a71b changes to support UTF16 and LFN (#4) arpitayagnik 2020-10-30 19:50:12 -07:00
  • 680393f2f0 Upgrade the Zynq driver to recognise and use drives larger than 64GB (#3) Hein Tibosch 2020-10-31 10:46:44 +08:00
  • 49b471939b Make README.md contain the same info as other Lab project. Yuhui Zheng 2020-02-27 17:10:11 -08:00
  • d94d5cd035 Sync license with the license in FreeRTOS/FreeRTOS. Yuhui Zheng 2020-02-27 17:08:18 -08:00
  • f90428e298 Sync with the distribution in FreeRTOS-Labs at commit 1ad51506443ab5550fbdde9c27a84b5879dd2a73. Yuhui Zheng 2020-02-27 17:06:03 -08:00
  • 57d6aa32f7 Adding README.md Yuhui.Zheng 2019-11-19 18:14:55 -08:00
  • 4b9b168752 Adding MIT License. Yuhui.Zheng 2019-11-19 18:10:55 -08:00
  • af86d275b5 Address CVE-2019-18178. Yuhui Zheng 2019-11-19 18:04:43 -08:00
  • 7daf0485d8 Initial commit: FreeRTOS-Plus-FAT-160919a-MIT as-is. Yuhui Zheng 2019-11-19 17:57:06 -08:00