flipperzero-firmware/firmware/targets/f7/fatfs
SG 99a7d06f71
Speedup SD card & enlarge your RAM. (#1649)
* FuriHal: sram2 memory manager
* FuriHal: sram2 memory allocator
* FuriHal: allow NULL buffers for txrx in spi hal
* SD card: sector cache
* FuriHal: fix init in memory hal
* RPC: STARTUP instead SERVICE
* Memory: pool "free" command
* Thread: service can be statically allocated in a memory pool

Co-authored-by: あく <alleteam@gmail.com>
2022-08-27 13:25:47 +09:00
..
fatfs.c
fatfs.h
ffconf.h
sector_cache.c Speedup SD card & enlarge your RAM. (#1649) 2022-08-27 13:25:47 +09:00
sector_cache.h Speedup SD card & enlarge your RAM. (#1649) 2022-08-27 13:25:47 +09:00
spi_sd_hal.c
stm32_adafruit_sd.c Speedup SD card & enlarge your RAM. (#1649) 2022-08-27 13:25:47 +09:00
stm32_adafruit_sd.h
syscall.c
user_diskio.c
user_diskio.h