Skip to content

Commit 2831724

Browse files
committed
use littlefs commit 4ee58815
1 parent de4f794 commit 2831724

File tree

13 files changed

+65
-5
lines changed

13 files changed

+65
-5
lines changed

tools/sdk/esp32/include/esp_littlefs/include/esp_littlefs.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
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
924
extern "C" {
1025
#endif

tools/sdk/esp32/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/esp32/lib/libesp_littlefs.a

2.51 KB
Binary file not shown.

tools/sdk/esp32c3/include/esp_littlefs/include/esp_littlefs.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
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
924
extern "C" {
1025
#endif

tools/sdk/esp32c3/lib/libapp_update.a

0 Bytes
Binary file not shown.
3.17 KB
Binary file not shown.

tools/sdk/esp32s2/include/esp_littlefs/include/esp_littlefs.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
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
924
extern "C" {
1025
#endif

tools/sdk/esp32s2/lib/libapp_update.a

0 Bytes
Binary file not shown.
2.5 KB
Binary file not shown.

tools/sdk/esp32s3/include/esp_littlefs/include/esp_littlefs.h

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
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
924
extern "C" {
1025
#endif

tools/sdk/esp32s3/lib/libapp_update.a

0 Bytes
Binary file not shown.
2.49 KB
Binary file not shown.

tools/sdk/esp32s3/opi_qspi/sections.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ SECTIONS
365365
*(.ext_ram.bss*)
366366

367367
*(.bss .bss.*)
368-
*(.ext_ram.bss .ext_ram.bss.*)
369368
*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem)
369+
*(.ext_ram.bss .ext_ram.bss.*)
370370
*(COMMON)
371371
_bt_bss_start = ABSOLUTE(.);
372372
*libbt.a:(.bss .bss.* COMMON)

0 commit comments

Comments
 (0)