|
CTS-SAT-1-OBC-Firmware
|
#include "littlefs/littlefs_telecommands.h"#include "littlefs/lfs.h"#include "littlefs/littlefs_helper.h"#include <stdint.h>#include <stdio.h>
Functions | |
| int32_t | LFS_list_directory_json_dict (const char root_directory[], uint16_t offset, int16_t count, char *json_output_buf, uint16_t json_output_buf_size) |
| int8_t | LFS_get_filesystem_stats_json (char *json_output_buf, uint16_t json_output_buf_size) |
| Generate a JSON string containing filesystem stats and debugging info. | |
Variables | |
| uint32_t | LFS_debug_malloc_total_count = 0 |
| uint32_t | LFS_debug_malloc_failed_count = 0 |
| uint32_t | LFS_debug_free_total_count = 0 |
| int8_t LFS_get_filesystem_stats_json | ( | char * | json_output_buf, |
| uint16_t | json_output_buf_size ) |
Generate a JSON string containing filesystem stats and debugging info.
| json_output_buf | |
| json_output_buf_size |


| int32_t LFS_list_directory_json_dict | ( | const char | root_directory[], |
| uint16_t | offset, | ||
| int16_t | count, | ||
| char * | json_output_buf, | ||
| uint16_t | json_output_buf_size ) |


| uint32_t LFS_debug_free_total_count = 0 |
| uint32_t LFS_debug_malloc_failed_count = 0 |
| uint32_t LFS_debug_malloc_total_count = 0 |