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 1
1
#ifndef ESP_LITTLEFS_H__
2
2
#define ESP_LITTLEFS_H__
3
3
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"
4
11
#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>
6
19
#include "sdkconfig.h"
7
20
21
+ #include "littlefs/lfs.h"
22
+
8
23
#ifdef __cplusplus
9
24
extern "C" {
10
25
#endif
Original file line number Diff line number Diff line change 1
1
#ifndef ESP_LITTLEFS_H__
2
2
#define ESP_LITTLEFS_H__
3
3
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"
4
11
#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>
6
19
#include "sdkconfig.h"
7
20
21
+ #include "littlefs/lfs.h"
22
+
8
23
#ifdef __cplusplus
9
24
extern "C" {
10
25
#endif
Original file line number Diff line number Diff line change 1
1
#ifndef ESP_LITTLEFS_H__
2
2
#define ESP_LITTLEFS_H__
3
3
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"
4
11
#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>
6
19
#include "sdkconfig.h"
7
20
21
+ #include "littlefs/lfs.h"
22
+
8
23
#ifdef __cplusplus
9
24
extern "C" {
10
25
#endif
Original file line number Diff line number Diff line change 1
1
#ifndef ESP_LITTLEFS_H__
2
2
#define ESP_LITTLEFS_H__
3
3
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"
4
11
#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>
6
19
#include "sdkconfig.h"
7
20
21
+ #include "littlefs/lfs.h"
22
+
8
23
#ifdef __cplusplus
9
24
extern "C" {
10
25
#endif
You can’t perform that action at this time.
0 commit comments