mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 20:06:22 +00:00
Mounting the disk in a global function can lead to an issue where fatFS cannot be mounted due to it not being registered beforehand. To solve this problem, fatFS is now initialized in POST_KERNEL, just like the littleFS initialization function. fatfs_init must be called before attempting to mounte the disk. Signed-off-by: Sihyun Noh <awake_noh@naver.com> |
||
---|---|---|
.. | ||
bluetooth | ||
canbus | ||
console | ||
debug | ||
demand_paging | ||
dfu | ||
disk | ||
dsp | ||
emul | ||
fb | ||
fs | ||
input | ||
ipc | ||
jwt | ||
logging | ||
lorawan | ||
mgmt | ||
modbus | ||
net | ||
pm | ||
portability | ||
random | ||
retention | ||
rtio | ||
sd | ||
settings | ||
shell | ||
stats | ||
storage | ||
task_wdt | ||
testsuite | ||
timing | ||
tracing | ||
usb | ||
zbus | ||
CMakeLists.txt | ||
Kconfig |