Skip to content

Commit b0054d2

Browse files
committed
- Fixed custom build of arduino-esp32 (based on esp-idf 4.4.2 and arduino-esp32 2.0.5) that:
* did not include esp-camera as part of the build * did not include esp-rainmaker * Disables camera, rainmaker, bluetooth and mqtt * sets CPU to 240MHz * enables more accurate internal RTC clock * enables log colors * excludes arduino libraries related to bluetooth and azure iot Built using customized version of esp32-arduino-lib-builder and "./build.sh -I feature/fws-custom-1b16ef6cfc-4.4.2 -i 1b16ef6 -A feature/fws-custom-55d608e3-2.0.5 -x -y -k f3006d7 -m 401faf8 -n 485a037 -o 111515a29 -c ./arduino-esp32-fork -t esp32"
1 parent 5d30ed8 commit b0054d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+506
-1049
lines changed

platform.txt

Lines changed: 252 additions & 2 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tools/esp32/dio_qspi/include/sdkconfig.h

Lines changed: 36 additions & 172 deletions
Large diffs are not rendered by default.

tools/esp32/dio_qspi/libspi_flash.a

188 Bytes
Binary file not shown.

tools/esp32/dout_qspi/include/sdkconfig.h

Lines changed: 36 additions & 172 deletions
Large diffs are not rendered by default.

tools/esp32/dout_qspi/libspi_flash.a

188 Bytes
Binary file not shown.

tools/esp32/ld/libmfn.a

-3.25 KB
Binary file not shown.

tools/esp32/ld/memory.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ MEMORY
6363
in heap at runtime. However due to static ROM memory usage at this 176KB mark, the
6464
additional static memory temporarily cannot be used.
6565
*/
66-
dram0_0_seg (RW) : org = 0x3FFB0000 + 0xdb5c,
67-
len = 0x2c200 - 0xdb5c
66+
dram0_0_seg (RW) : org = 0x3FFB0000 + 0,
67+
len = 0x2c200 - 0
6868
/* Flash mapped constant data */
6969
drom0_0_seg (R) : org = 0x3F400020, len = 0x400000-0x20
7070
/* (See iram0_2_seg for meaning of 0x20 offset in the above.) */

tools/esp32/lib/libapp_trace.a

68 Bytes
Binary file not shown.

tools/esp32/lib/libapp_update.a

124 Bytes
Binary file not shown.
436 Bytes
Binary file not shown.

tools/esp32/lib/libconsole.a

620 Bytes
Binary file not shown.

tools/esp32/lib/libdriver.a

1.84 KB
Binary file not shown.

tools/esp32/lib/libefuse.a

120 Bytes
Binary file not shown.

tools/esp32/lib/libesp-tls.a

564 Bytes
Binary file not shown.

tools/esp32/lib/libesp_adc_cal.a

32 Bytes
Binary file not shown.

tools/esp32/lib/libesp_eth.a

4.18 KB
Binary file not shown.

tools/esp32/lib/libesp_event.a

196 Bytes
Binary file not shown.

tools/esp32/lib/libesp_hid.a

-328 KB
Binary file not shown.

tools/esp32/lib/libesp_http_client.a

388 Bytes
Binary file not shown.

tools/esp32/lib/libesp_http_server.a

264 Bytes
Binary file not shown.

tools/esp32/lib/libesp_https_ota.a

316 Bytes
Binary file not shown.

tools/esp32/lib/libesp_https_server.a

32 Bytes
Binary file not shown.

tools/esp32/lib/libesp_hw_support.a

520 Bytes
Binary file not shown.

tools/esp32/lib/libesp_lcd.a

596 Bytes
Binary file not shown.

tools/esp32/lib/libesp_littlefs.a

408 Bytes
Binary file not shown.

tools/esp32/lib/libesp_local_ctrl.a

-27.1 KB
Binary file not shown.

tools/esp32/lib/libesp_netif.a

252 Bytes
Binary file not shown.

tools/esp32/lib/libesp_phy.a

136 Bytes
Binary file not shown.

tools/esp32/lib/libesp_pm.a

0 Bytes
Binary file not shown.
184 Bytes
Binary file not shown.

tools/esp32/lib/libesp_system.a

-4.14 KB
Binary file not shown.

tools/esp32/lib/libesp_timer.a

8 Bytes
Binary file not shown.
240 Bytes
Binary file not shown.

tools/esp32/lib/libesp_wifi.a

-8.04 KB
Binary file not shown.

tools/esp32/lib/libespcoredump.a

-237 KB
Binary file not shown.

tools/esp32/lib/libfatfs.a

-7.41 KB
Binary file not shown.

tools/esp32/lib/libfreemodbus.a

2.54 KB
Binary file not shown.

tools/esp32/lib/libfreertos.a

-1.52 KB
Binary file not shown.

tools/esp32/lib/libhal.a

-16.8 KB
Binary file not shown.

tools/esp32/lib/libheap.a

12 Bytes
Binary file not shown.

tools/esp32/lib/liblog.a

40 Bytes
Binary file not shown.

tools/esp32/lib/liblwip.a

152 Bytes
Binary file not shown.

tools/esp32/lib/libmbedcrypto.a

12 Bytes
Binary file not shown.

tools/esp32/lib/libmbedtls.a

112 Bytes
Binary file not shown.

tools/esp32/lib/libmdns.a

20 Bytes
Binary file not shown.

tools/esp32/lib/libmqtt.a

-16.5 KB
Binary file not shown.

tools/esp32/lib/libperfmon.a

20 Bytes
Binary file not shown.

tools/esp32/lib/libprotocomm.a

-157 KB
Binary file not shown.

tools/esp32/lib/libpthread.a

52 Bytes
Binary file not shown.

tools/esp32/lib/libsdmmc.a

432 Bytes
Binary file not shown.

tools/esp32/lib/libspiffs.a

244 Bytes
Binary file not shown.

tools/esp32/lib/libtcp_transport.a

392 Bytes
Binary file not shown.

tools/esp32/lib/libtcpip_adapter.a

12 Bytes
Binary file not shown.

tools/esp32/lib/libulp.a

32 Bytes
Binary file not shown.

tools/esp32/lib/libvfs.a

32 Bytes
Binary file not shown.

tools/esp32/lib/libwear_levelling.a

228 Bytes
Binary file not shown.
-62.3 KB
Binary file not shown.

tools/esp32/qio_qspi/include/sdkconfig.h

Lines changed: 36 additions & 172 deletions
Large diffs are not rendered by default.

tools/esp32/qio_qspi/libspi_flash.a

188 Bytes
Binary file not shown.

tools/esp32/qout_qspi/include/sdkconfig.h

Lines changed: 36 additions & 172 deletions
Large diffs are not rendered by default.

tools/esp32/qout_qspi/libspi_flash.a

188 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)