Files
Michele Da Rold a395e7be09 Update CMakeLists.txt (#78)
Correct STM3F7xx to STM32F7xx in order to compile correctly

<!--- Title -->

Description
-----------
<!--- Describe your changes in detail. -->

The FREERTOS_PLUS_FAT_PORT option was wrong in CMakeList.txt missing a
"2" in order to align to other part of code

Test Steps
-----------
<!-- Describe the steps to reproduce. -->
Try to compile with option

set(FREERTOS_PLUS_FAT_PORT "STM32F7XX" CACHE STRING "" FORCE)
in originale file and you will have a error becaus you don't compile .c
file

Checklist:
----------
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [X] I have tested my changes. No regression in existing tests.
- [ ] I have modified and/or added unit-tests to cover the code changes
in this Pull Request.

Related Issue
-----------
<!-- If any, please provide issue ID. -->

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
2025-08-06 10:51:13 +05:30
..
2023-12-05 17:34:02 -08:00
2023-12-05 17:34:02 -08:00
2023-12-05 17:34:02 -08:00
2024-09-19 14:28:03 -07:00
2023-12-05 17:34:02 -08:00
2023-12-05 17:34:02 -08:00
2024-09-19 14:28:03 -07:00
2025-08-06 10:51:13 +05:30