zephyr/subsys
Sihyun Noh 3788ce3b8b fs: change fatFS initialization to match littleFS.
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>
2023-04-24 13:34:12 +02:00
..
bluetooth Bluetooth: Mesh: Add async API for Large Comp Data Client 2023-04-24 13:31:27 +02:00
canbus
console
debug shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
demand_paging
dfu dfu: mcuboot_shell: Add command to enter serial recovery 2023-04-24 13:27:53 +02:00
disk
dsp
emul
fb fb: cfb: Use TYPE_SECTION macros for cfb_fonts 2023-04-19 17:14:54 +02:00
fs fs: change fatFS initialization to match littleFS. 2023-04-24 13:34:12 +02:00
input
ipc
jwt
logging logging: Use TYPE_SECTION macros for log strings 2023-04-20 10:52:07 +02:00
lorawan
mgmt mgmt/mcumgr: Add zcbor_map_decode_bulk_reset utility function 2023-04-24 13:28:49 +02:00
modbus
net net: buf: cleanup net_buf_pool use of iterable section 2023-04-20 10:50:04 +02:00
pm pm: Use TYPE_SECTION macros for pm_device_slots 2023-04-19 17:15:29 +02:00
portability
random
retention retention: Add optional mutex disablement 2023-04-24 13:27:53 +02:00
rtio
sd
settings
shell shell: Convert to using iterable sections 2023-04-18 12:48:16 +02:00
stats
storage shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
task_wdt
testsuite ztest: mock: fix failed test printed message. 2023-04-14 12:39:52 -04:00
timing
tracing
usb usb: device: fix control endpoint handling with MPS of 8 bytes 2023-04-21 12:45:57 +02:00
zbus
CMakeLists.txt retention: Add retention system 2023-04-24 13:27:53 +02:00
Kconfig retention: Add retention system 2023-04-24 13:27:53 +02:00