Changeset 74 for ctrl/firmware/Main/CubeMX/Middlewares/Third_Party
- Timestamp:
- Jan 29, 2025, 1:36:43 PM (9 months ago)
- Location:
- ctrl/firmware/Main/CubeMX/Middlewares/Third_Party
- Files:
-
- 10 added
- 1 edited
-
FatFs (added)
-
FatFs/src (added)
-
FatFs/src/diskio.c (added)
-
FatFs/src/diskio.h (added)
-
FatFs/src/ff.c (added)
-
FatFs/src/ff.h (added)
-
FatFs/src/ff_gen_drv.c (added)
-
FatFs/src/ff_gen_drv.h (added)
-
FatFs/src/option (added)
-
FatFs/src/option/syscall.c (added)
-
FreeRTOS/Source/portable/MemMang/heap_4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
r73 r74 62 62 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 63 63 #else 64 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ] ;64 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ] __attribute__((section(".DTCM_RAM"))); 65 65 #endif /* configAPPLICATION_ALLOCATED_HEAP */ 66 66
Note: See TracChangeset
for help on using the changeset viewer.
