nuttx/fs/partition
Jukka Laitinen 8167dd6b06 fs/partition/fs_gpt.c: Fix compilation errors when CONFIG_FS_LARGEFILE is not defined
This fixes some number formatting errors for 64-bit targets
- GPT_HEADER_SIGNATURE is defined as "unsigned long long", so just print it as it is (without PRI macro)
- The size of blkcnt_t depends on CONFIG_FS_LARGEFILE and CONFIG_HAVE_LONG_LONG

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2022-01-13 17:46:29 +08:00
..
fs_gpt.c fs/partition/fs_gpt.c: Fix compilation errors when CONFIG_FS_LARGEFILE is not defined 2022-01-13 17:46:29 +08:00
fs_mbr.c fs/partition: support parse mbr partition 2021-10-30 01:24:09 -05:00
fs_partition.c fs/partition: support parse gpt partition 2021-10-30 01:24:09 -05:00
fs_ptable.c nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
Kconfig fs/partition: support parse gpt partition 2021-10-30 01:24:09 -05:00
Make.defs fs/partition: support parse gpt partition 2021-10-30 01:24:09 -05:00
partition.h fs/partition: support parse gpt partition 2021-10-30 01:24:09 -05:00