File tree Expand file tree Collapse file tree 13 files changed +65
-5
lines changed
include/esp_littlefs/include
include/esp_littlefs/include
include/esp_littlefs/include
include/esp_littlefs/include Expand file tree Collapse file tree 13 files changed +65
-5
lines changed Original file line number Diff line number Diff line change 11#ifndef ESP_LITTLEFS_H__
22#define ESP_LITTLEFS_H__
33
4+ #include <stdint.h>
5+ #include <stddef.h>
6+ #include <stdarg.h>
7+ #include <unistd.h>
8+ #include <utime.h>
9+ #include "freertos/FreeRTOS.h"
10+ #include "freertos/semphr.h"
411#include "esp_err.h"
5- #include "littlefs/lfs.h"
12+ #include <sys/types.h>
13+ #include <sys/reent.h>
14+ #include <sys/stat.h>
15+ #include <sys/time.h>
16+ #include <sys/poll.h>
17+ #include <sys/dirent.h>
18+ #include <string.h>
619#include "sdkconfig.h"
720
21+ #include "littlefs/lfs.h"
22+
823#ifdef __cplusplus
924extern "C" {
1025#endif
Original file line number Diff line number Diff line change 11#ifndef ESP_LITTLEFS_H__
22#define ESP_LITTLEFS_H__
33
4+ #include <stdint.h>
5+ #include <stddef.h>
6+ #include <stdarg.h>
7+ #include <unistd.h>
8+ #include <utime.h>
9+ #include "freertos/FreeRTOS.h"
10+ #include "freertos/semphr.h"
411#include "esp_err.h"
5- #include "littlefs/lfs.h"
12+ #include <sys/types.h>
13+ #include <sys/reent.h>
14+ #include <sys/stat.h>
15+ #include <sys/time.h>
16+ #include <sys/poll.h>
17+ #include <sys/dirent.h>
18+ #include <string.h>
619#include "sdkconfig.h"
720
21+ #include "littlefs/lfs.h"
22+
823#ifdef __cplusplus
924extern "C" {
1025#endif
Original file line number Diff line number Diff line change 11#ifndef ESP_LITTLEFS_H__
22#define ESP_LITTLEFS_H__
33
4+ #include <stdint.h>
5+ #include <stddef.h>
6+ #include <stdarg.h>
7+ #include <unistd.h>
8+ #include <utime.h>
9+ #include "freertos/FreeRTOS.h"
10+ #include "freertos/semphr.h"
411#include "esp_err.h"
5- #include "littlefs/lfs.h"
12+ #include <sys/types.h>
13+ #include <sys/reent.h>
14+ #include <sys/stat.h>
15+ #include <sys/time.h>
16+ #include <sys/poll.h>
17+ #include <sys/dirent.h>
18+ #include <string.h>
619#include "sdkconfig.h"
720
21+ #include "littlefs/lfs.h"
22+
823#ifdef __cplusplus
924extern "C" {
1025#endif
Original file line number Diff line number Diff line change 11#ifndef ESP_LITTLEFS_H__
22#define ESP_LITTLEFS_H__
33
4+ #include <stdint.h>
5+ #include <stddef.h>
6+ #include <stdarg.h>
7+ #include <unistd.h>
8+ #include <utime.h>
9+ #include "freertos/FreeRTOS.h"
10+ #include "freertos/semphr.h"
411#include "esp_err.h"
5- #include "littlefs/lfs.h"
12+ #include <sys/types.h>
13+ #include <sys/reent.h>
14+ #include <sys/stat.h>
15+ #include <sys/time.h>
16+ #include <sys/poll.h>
17+ #include <sys/dirent.h>
18+ #include <string.h>
619#include "sdkconfig.h"
720
21+ #include "littlefs/lfs.h"
22+
823#ifdef __cplusplus
924extern "C" {
1025#endif
You can’t perform that action at this time.
0 commit comments