compiler options to save memory?

beta-tester
Posts: 6
Joined: Mon Nov 02, 2020 5:03 pm

compiler options to save memory?

Postby beta-tester » Tue Feb 07, 2023 6:12 am

hi,

i am using Arduino-IDE 1.8.x with espressif/arduino-esp32 (version 2.06).

when i take a look to the bin files it generates, then there are always a bunch of file pathes included that is a waste of memory and it gives an unwanted hint of the environment where it came from (home or user path are included as well).

are there settings in Adruino-IDE where i can prevent the compiler from add those unwanted stuff to the bin file?
the debug option in Arduino-IDE is set to 'none'.

here a hexdump from a random bin file:
$ hd test.bin | grep -E '(IDF)|(Users)|(home)' -B0 -A8
  1. 00001090  5f 6c 65 6e 20 3c 3d 20  33 32 00 2f 49 44 46 2f  |_len <= 32./IDF/|
  2. 000010a0  63 6f 6d 70 6f 6e 65 6e  74 73 2f 62 6f 6f 74 6c  |components/bootl|
  3. 000010b0  6f 61 64 65 72 5f 73 75  70 70 6f 72 74 2f 73 72  |oader_support/sr|
  4. 000010c0  63 2f 62 6f 6f 74 6c 6f  61 64 65 72 5f 66 6c 61  |c/bootloader_fla|
  5. 000010d0  73 68 2e 63 00 6d 69 73  6f 5f 6c 65 6e 20 3c 3d  |sh.c.miso_len <=|
  6.  
  7. 00001140  74 61 72 74 31 00 2f 49  44 46 2f 63 6f 6d 70 6f  |tart1./IDF/compo|
  8. 00001150  6e 65 6e 74 73 2f 62 6f  6f 74 6c 6f 61 64 65 72  |nents/bootloader|
  9. 00001160  5f 73 75 70 70 6f 72 74  2f 69 6e 63 6c 75 64 65  |_support/include|
  10. 00001170  2f 62 6f 6f 74 6c 6f 61  64 65 72 5f 75 74 69 6c  |/bootloader_util|
  11. 00001180  2e 68 00 65 6e 64 32 3e  73 74 61 72 74 32 00 6c  |.h.end2>start2.l|
  12.  
  13. 000011a0  64 64 72 00 2f 49 44 46  2f 63 6f 6d 70 6f 6e 65  |ddr./IDF/compone|
  14. 000011b0  6e 74 73 2f 62 6f 6f 74  6c 6f 61 64 65 72 5f 73  |nts/bootloader_s|
  15. 000011c0  75 70 70 6f 72 74 2f 73  72 63 2f 65 73 70 5f 69  |upport/src/esp_i|
  16. 000011d0  6d 61 67 65 5f 66 6f 72  6d 61 74 2e 63 00 43 61  |mage_format.c.Ca|
  17.  
  18. 00001240  00 2f 49 44 46 2f 63 6f  6d 70 6f 6e 65 6e 74 73  |./IDF/components|
  19. 00001250  2f 62 6f 6f 74 6c 6f 61  64 65 72 5f 73 75 70 70  |/bootloader_supp|
  20. 00001260  6f 72 74 2f 73 72 63 2f  65 73 70 33 32 2f 62 6f  |ort/src/esp32/bo|
  21. 00001270  6f 74 6c 6f 61 64 65 72  5f 73 68 61 2e 63 00 64  |otloader_sha.c.d|
  22.  
  23. 00001360  49 44 46 2f 63 6f 6d 70  6f 6e 65 6e 74 73 2f 62  |IDF/components/b|
  24. 00001370  6f 6f 74 6c 6f 61 64 65  72 5f 73 75 70 70 6f 72  |ootloader_suppor|
  25. 00001380  74 2f 73 72 63 2f 65 73  70 33 32 2f 62 6f 6f 74  |t/src/esp32/boot|
  26. 00001390  6c 6f 61 64 65 72 5f 65  73 70 33 32 2e 63 00 26  |loader_esp32.c.&|
  27.  
  28. 000013f0  66 65 72 20 21 3d 20 4e  55 4c 4c 00 2f 49 44 46  |fer != NULL./IDF|
  29. 00001400  2f 63 6f 6d 70 6f 6e 65  6e 74 73 2f 62 6f 6f 74  |/components/boot|
  30. 00001410  6c 6f 61 64 65 72 5f 73  75 70 70 6f 72 74 2f 73  |loader_support/s|
  31. 00001420  72 63 2f 62 6f 6f 74 6c  6f 61 64 65 72 5f 72 61  |rc/bootloader_ra|
  32. 00001430  6e 64 6f 6d 2e 63 00 62  6f 6f 74 6c 6f 61 64 65  |ndom.c.bootloade|
  33.  
  34. 00001460  32 37 36 37 00 2f 49 44  46 2f 63 6f 6d 70 6f 6e  |2767./IDF/compon|
  35. 00001470  65 6e 74 73 2f 65 73 70  5f 68 77 5f 73 75 70 70  |ents/esp_hw_supp|
  36. 00001480  6f 72 74 2f 70 6f 72 74  2f 65 73 70 33 32 2f 72  |ort/port/esp32/r|
  37. 00001490  74 63 5f 74 69 6d 65 2e  63 00 72 74 63 5f 63 6c  |tc_time.c.rtc_cl|
  38.  
  39. 00010120  43 3a 2f 55 73 65 72 73  2f 6c 65 77 69 73 2f 2e  |C:/Users/lewis/.|
  40. 00010130  70 6c 61 74 66 6f 72 6d  69 6f 2f 70 61 63 6b 61  |platformio/packa|
  41. 00010140  67 65 73 2f 66 72 61 6d  65 77 6f 72 6b 2d 61 72  |ges/framework-ar|
  42. 00010150  64 75 69 6e 6f 65 73 70  72 65 73 73 69 66 33 32  |duinoespressif32|
  43. 00010160  2f 63 6f 72 65 73 2f 65  73 70 33 32 2f 48 61 72  |/cores/esp32/Har|
  44. 00010170  64 77 61 72 65 53 65 72  69 61 6c 2e 63 70 70 00  |dwareSerial.cpp.|
  45.  
  46. 00010630  5f 69 6e 74 72 29 00 43  3a 2f 55 73 65 72 73 2f  |_intr).C:/Users/|
  47. 00010640  6c 65 77 69 73 2f 2e 70  6c 61 74 66 6f 72 6d 69  |lewis/.platformi|
  48. 00010650  6f 2f 70 61 63 6b 61 67  65 73 2f 66 72 61 6d 65  |o/packages/frame|
  49. 00010660  77 6f 72 6b 2d 61 72 64  75 69 6e 6f 65 73 70 72  |work-arduinoespr|
  50. 00010670  65 73 73 69 66 33 32 2f  63 6f 72 65 73 2f 65 73  |essif32/cores/es|
  51. 00010680  70 33 32 2f 65 73 70 33  32 2d 68 61 6c 2d 75 61  |p32/esp32-hal-ua|
  52. 00010690  72 74 2e 63 00 75 61 72  74 5f 66 6c 75 73 68 5f  |rt.c.uart_flush_|
  53.  
  54. 00010b40  29 29 00 2f 49 44 46 2f  63 6f 6d 70 6f 6e 65 6e  |))./IDF/componen|
  55. 00010b50  74 73 2f 68 61 6c 2f 65  73 70 33 32 2f 69 6e 63  |ts/hal/esp32/inc|
  56. 00010b60  6c 75 64 65 2f 68 61 6c  2f 67 70 69 6f 5f 6c 6c  |lude/hal/gpio_ll|
  57. 00010b70  2e 68 00 22 28 43 61 6e  6e 6f 74 20 75 73 65 20  |.h."(Cannot use |
  58.  
  59. 00010f20  4c 4c 00 2f 49 44 46 2f  63 6f 6d 70 6f 6e 65 6e  |LL./IDF/componen|
  60. 00010f30  74 73 2f 64 72 69 76 65  72 2f 67 70 69 6f 2e 63  |ts/driver/gpio.c|
  61.  
  62. 00011350  33 46 46 43 29 29 00 2f  49 44 46 2f 63 6f 6d 70  |3FFC))./IDF/comp|
  63. 00011360  6f 6e 65 6e 74 73 2f 68  61 6c 2f 65 73 70 33 32  |onents/hal/esp32|
  64. 00011370  2f 69 6e 63 6c 75 64 65  2f 68 61 6c 2f 72 74 63  |/include/hal/rtc|
  65. 00011380  5f 69 6f 5f 6c 6c 2e 68  00 22 28 43 61 6e 6e 6f  |_io_ll.h."(Canno|
  66.  
  67. 00011ad0  4c 45 5f 4d 41 58 00 2f  49 44 46 2f 63 6f 6d 70  |LE_MAX./IDF/comp|
  68. 00011ae0  6f 6e 65 6e 74 73 2f 64  72 69 76 65 72 2f 70 65  |onents/driver/pe|
  69. 00011af0  72 69 70 68 5f 63 74 72  6c 2e 63 00 70 65 72 69  |riph_ctrl.c.peri|
  70.  
  71. 00011bb0  5f 46 41 49 4c 00 2f 49  44 46 2f 63 6f 6d 70 6f  |_FAIL./IDF/compo|
  72. 00011bc0  6e 65 6e 74 73 2f 61 70  70 5f 75 70 64 61 74 65  |nents/app_update|
  73. 00011bd0  2f 65 73 70 5f 6f 74 61  5f 6f 70 73 2e 63 00 69  |/esp_ota_ops.c.i|
  74.  
  75. 00011d90  5f 6c 65 6e 20 3c 3d 20  33 32 00 2f 49 44 46 2f  |_len <= 32./IDF/|
  76. 00011da0  63 6f 6d 70 6f 6e 65 6e  74 73 2f 62 6f 6f 74 6c  |components/bootl|
  77. 00011db0  6f 61 64 65 72 5f 73 75  70 70 6f 72 74 2f 73 72  |oader_support/sr|
  78. 00011dc0  63 2f 62 6f 6f 74 6c 6f  61 64 65 72 5f 66 6c 61  |c/bootloader_fla|
  79. 00011dd0  73 68 2e 63 00 6d 69 73  6f 5f 6c 65 6e 20 3c 3d  |sh.c.miso_len <=|
  80.  
  81. 00012110  4c 00 2f 49 44 46 2f 63  6f 6d 70 6f 6e 65 6e 74  |L./IDF/component|
  82. 00012120  73 2f 62 6f 6f 74 6c 6f  61 64 65 72 5f 73 75 70  |s/bootloader_sup|
  83. 00012130  70 6f 72 74 2f 73 72 63  2f 69 64 66 2f 62 6f 6f  |port/src/idf/boo|
  84. 00012140  74 6c 6f 61 64 65 72 5f  73 68 61 2e 63 00 72 65  |tloader_sha.c.re|
  85.  
  86. 00012210  2f 49 44 46 2f 63 6f 6d  70 6f 6e 65 6e 74 73 2f  |/IDF/components/|
  87. 00012220  73 70 69 5f 66 6c 61 73  68 2f 70 61 72 74 69 74  |spi_flash/partit|
  88. 00012230  69 6f 6e 2e 63 00 69 74  65 72 61 74 6f 72 20 21  |ion.c.iterator !|
  89.  
  90. 00012380  67 65 6e 6f 5d 29 20 29  00 2f 49 44 46 2f 63 6f  |geno]) )./IDF/co|
  91. 00012390  6d 70 6f 6e 65 6e 74 73  2f 73 70 69 5f 66 6c 61  |mponents/spi_fla|
  92. 000123a0  73 68 2f 66 6c 61 73 68  5f 6d 6d 61 70 2e 63 00  |sh/flash_mmap.c.|
  93.  
  94. 00012480  69 6e 20 3c 20 6c 65 6e  00 2f 49 44 46 2f 63 6f  |in < len./IDF/co|
  95. 00012490  6d 70 6f 6e 65 6e 74 73  2f 73 70 69 5f 66 6c 61  |mponents/spi_fla|
  96. 000124a0  73 68 2f 65 73 70 5f 66  6c 61 73 68 5f 61 70 69  |sh/esp_flash_api|
  97. 000124b0  2e 63 00 6c 65 6e 5f 72  65 6d 61 69 6e 20 3c 20  |.c.len_remain < |
  98.  
  99. 00012620  00 2f 49 44 46 2f 63 6f  6d 70 6f 6e 65 6e 74 73  |./IDF/components|
  100. 00012630  2f 73 70 69 5f 66 6c 61  73 68 2f 73 70 69 5f 66  |/spi_flash/spi_f|
  101. 00012640  6c 61 73 68 5f 6f 73 5f  66 75 6e 63 5f 61 70 70  |lash_os_func_app|
  102. 00012650  2e 63 00 73 70 69 31 5f  66 6c 61 73 68 5f 6f 73  |.c.spi1_flash_os|
  103.  
  104. 00012680  20 4e 55 4c 4c 00 2f 49  44 46 2f 63 6f 6d 70 6f  | NULL./IDF/compo|
  105. 00012690  6e 65 6e 74 73 2f 73 70  69 5f 66 6c 61 73 68 2f  |nents/spi_flash/|
  106. 000126a0  63 61 63 68 65 5f 75 74  69 6c 73 2e 63 00 65 73  |cache_utils.c.es|
  107.  
  108. 000128a0  71 4e 6f 29 00 49 44 46  2f 63 6f 6d 70 6f 6e 65  |qNo).IDF/compone|
  109. 000128b0  6e 74 73 2f 6e 76 73 5f  66 6c 61 73 68 2f 73 72  |nts/nvs_flash/sr|
  110. 000128c0  63 2f 6e 76 73 5f 70 61  67 65 6d 61 6e 61 67 65  |c/nvs_pagemanage|
  111. 000128d0  72 2e 63 70 70 00 65 73  70 5f 65 72 72 5f 74 20  |r.cpp.esp_err_t |
  112.  
  113. 000129c0  69 73 74 21 22 00 2f 49  44 46 2f 63 6f 6d 70 6f  |ist!"./IDF/compo|
  114. 000129d0  6e 65 6e 74 73 2f 70 74  68 72 65 61 64 2f 70 74  |nents/pthread/pt|
  115. 000129e0  68 72 65 61 64 2e 63 00  45 20 28 25 75 29 20 25  |hread.c.E (%u) %|
  116.  
  117. 00012a90  55 4c 4c 00 2f 49 44 46  2f 63 6f 6d 70 6f 6e 65  |ULL./IDF/compone|
  118. 00012aa0  6e 74 73 2f 70 74 68 72  65 61 64 2f 70 74 68 72  |nts/pthread/pthr|
  119. 00012ab0  65 61 64 5f 6c 6f 63 61  6c 5f 73 74 6f 72 61 67  |ead_local_storag|
  120. 00012ac0  65 2e 63 00 70 74 68 72  65 61 64 5f 6c 6f 63 61  |e.c.pthread_loca|
  121.  
  122. 00012c80  72 5f 68 61 6e 64 6c 65  29 00 49 44 46 2f 63 6f  |r_handle).IDF/co|
  123. 00012c90  6d 70 6f 6e 65 6e 74 73  2f 65 73 70 5f 73 79 73  |mponents/esp_sys|
  124. 00012ca0  74 65 6d 2f 74 61 73 6b  5f 77 64 74 2e 63 00 65  |tem/task_wdt.c.e|
  125.  
  126. 00012de0  5f 46 52 45 51 5f 41 55  54 4f 00 2f 49 44 46 2f  |_FREQ_AUTO./IDF/|
  127. 00012df0  63 6f 6d 70 6f 6e 65 6e  74 73 2f 65 73 70 5f 73  |components/esp_s|
  128. 00012e00  79 73 74 65 6d 2f 70 6f  72 74 2f 73 6f 63 2f 65  |ystem/port/soc/e|
  129. 00012e10  73 70 33 32 2f 63 6c 6b  2e 63 00 72 65 73 00 00  |sp32/clk.c.res..|
  130.  
  131. 00012e50  30 00 2f 49 44 46 2f 63  6f 6d 70 6f 6e 65 6e 74  |0./IDF/component|
  132. 00012e60  73 2f 65 73 70 5f 73 79  73 74 65 6d 2f 70 6f 72  |s/esp_system/por|
  133. 00012e70  74 2f 73 6f 63 2f 65 73  70 33 32 2f 72 65 73 65  |t/soc/esp32/rese|
  134. 00012e80  74 5f 72 65 61 73 6f 6e  2e 63 00 65 73 70 5f 72  |t_reason.c.esp_r|
  135.  
  136. 00012f10  2f 49 44 46 2f 63 6f 6d  70 6f 6e 65 6e 74 73 2f  |/IDF/components/|
  137. 00012f20  65 73 70 5f 73 79 73 74  65 6d 2f 63 72 6f 73 73  |esp_system/cross|
  138. 00012f30  63 6f 72 65 5f 69 6e 74  2e 63 00 65 72 72 00 65  |core_int.c.err.e|
  139.  
  140. 00013030  65 22 00 2f 49 44 46 2f  63 6f 6d 70 6f 6e 65 6e  |e"./IDF/componen|
  141. 00013040  74 73 2f 65 73 70 5f 73  79 73 74 65 6d 2f 73 74  |ts/esp_system/st|
  142. 00013050  61 72 74 75 70 2e 63 00  2f 64 65 76 2f 63 6f 6e  |artup.c./dev/con|
  143.  
  144. 00013720  20 30 00 2f 49 44 46 2f  63 6f 6d 70 6f 6e 65 6e  | 0./IDF/componen|
  145. 00013730  74 73 2f 76 66 73 2f 76  66 73 2e 63 00 74 72 61  |ts/vfs/vfs.c.tra|
  146.  
  147. 00013a20  61 72 74 29 00 2f 49 44  46 2f 63 6f 6d 70 6f 6e  |art)./IDF/compon|
  148. 00013a30  65 6e 74 73 2f 68 65 61  70 2f 68 65 61 70 5f 63  |ents/heap/heap_c|
  149. 00013a40  61 70 73 2e 63 00 65 73  70 5f 70 74 72 5f 69 6e  |aps.c.esp_ptr_in|
  150.  
  151. 00013bc0  2f 49 44 46 2f 63 6f 6d  70 6f 6e 65 6e 74 73 2f  |/IDF/components/|
  152. 00013bd0  68 65 61 70 2f 68 65 61  70 5f 63 61 70 73 5f 69  |heap/heap_caps_i|
  153. 00013be0  6e 69 74 2e 63 00 68 65  61 70 5f 69 64 78 20 3c  |nit.c.heap_idx <|
  154.  
  155. 00013c80  69 5d 2e 65 6e 64 00 2f  49 44 46 2f 63 6f 6d 70  |i].end./IDF/comp|
  156. 00013c90  6f 6e 65 6e 74 73 2f 68  65 61 70 2f 70 6f 72 74  |onents/heap/port|
  157. 00013ca0  2f 6d 65 6d 6f 72 79 5f  6c 61 79 6f 75 74 5f 75  |/memory_layout_u|
  158. 00013cb0  74 69 6c 73 2e 63 00 72  65 73 65 72 76 65 64 5b  |tils.c.reserved[|
  159.  
  160. 000148c0  4f 4e 53 48 41 52 45 44  29 29 00 2f 49 44 46 2f  |ONSHARED))./IDF/|
  161. 000148d0  63 6f 6d 70 6f 6e 65 6e  74 73 2f 65 73 70 5f 68  |components/esp_h|
  162. 000148e0  77 5f 73 75 70 70 6f 72  74 2f 69 6e 74 72 5f 61  |w_support/intr_a|
  163. 000148f0  6c 6c 6f 63 2e 63 00 73  76 64 20 21 3d 20 4e 55  |lloc.c.svd != NU|
  164.  
  165. 00014960  33 32 37 36 37 00 2f 49  44 46 2f 63 6f 6d 70 6f  |32767./IDF/compo|
  166. 00014970  6e 65 6e 74 73 2f 65 73  70 5f 68 77 5f 73 75 70  |nents/esp_hw_sup|
  167. 00014980  70 6f 72 74 2f 70 6f 72  74 2f 65 73 70 33 32 2f  |port/port/esp32/|
  168. 00014990  72 74 63 5f 74 69 6d 65  2e 63 00 72 74 63 5f 74  |rtc_time.c.rtc_t|
  169.  
  170. 000167a0  65 64 28 70 74 69 6d 65  72 29 00 2f 49 44 46 2f  |ed(ptimer)./IDF/|
  171. 000167b0  63 6f 6d 70 6f 6e 65 6e  74 73 2f 65 73 70 5f 74  |components/esp_t|
  172. 000167c0  69 6d 65 72 2f 73 72 63  2f 65 74 73 5f 74 69 6d  |imer/src/ets_tim|
  173. 000167d0  65 72 5f 6c 65 67 61 63  79 2e 63 00 65 73 70 5f  |er_legacy.c.esp_|
  174.  
  175. 00016890  6f 77 22 00 2f 49 44 46  2f 63 6f 6d 70 6f 6e 65  |ow"./IDF/compone|
  176. 000168a0  6e 74 73 2f 65 73 70 5f  74 69 6d 65 72 2f 73 72  |nts/esp_timer/sr|
  177. 000168b0  63 2f 65 73 70 5f 74 69  6d 65 72 5f 69 6d 70 6c  |c/esp_timer_impl|
  178. 000168c0  5f 6c 61 63 2e 63 00 61  70 62 5f 74 69 63 6b 73  |_lac.c.apb_ticks|
  179.  
  180. 00016a10  00 00 00 00 2f 49 44 46  2f 63 6f 6d 70 6f 6e 65  |..../IDF/compone|
  181. 00016a20  6e 74 73 2f 65 73 70 5f  68 77 5f 73 75 70 70 6f  |nts/esp_hw_suppo|
  182. 00016a30  72 74 2f 69 6e 63 6c 75  64 65 2f 73 6f 63 2f 73  |rt/include/soc/s|
  183. 00016a40  70 69 6e 6c 6f 63 6b 2e  68 00 00 00 72 65 73 75  |pinlock.h...resu|
  184.  
  185. 00016be0  70 64 54 52 55 45 00 2f  49 44 46 2f 63 6f 6d 70  |pdTRUE./IDF/comp|
  186. 00016bf0  6f 6e 65 6e 74 73 2f 66  72 65 65 72 74 6f 73 2f  |onents/freertos/|
  187. 00016c00  70 6f 72 74 2f 70 6f 72  74 5f 63 6f 6d 6d 6f 6e  |port/port_common|
  188. 00016c10  2e 63 00 70 78 54 43 42  42 75 66 66 65 72 54 65  |.c.pxTCBBufferTe|
  189.  
  190. 000172e0  00 2f 49 44 46 2f 63 6f  6d 70 6f 6e 65 6e 74 73  |./IDF/components|
  191. 000172f0  2f 66 72 65 65 72 74 6f  73 2f 74 61 73 6b 73 2e  |/freertos/tasks.|
  192. 00017300  63 00 70 78 54 43 42 2d  3e 75 63 53 74 61 74 69  |c.pxTCB->ucStati|
  193. 00017840  30 29 00 2f 49 44 46 2f  63 6f 6d 70 6f 6e 65 6e  |0)./IDF/componen|
  194. 00017850  74 73 2f 6e 65 77 6c 69  62 2f 6c 6f 63 6b 73 2e  |ts/newlib/locks.|
  195. 00017860  63 00 6c 6f 63 6b 20 21  3d 20 4e 55 4c 4c 20 26  |c.lock != NULL &|
  196.  
  197. 000179a0  2c 20 6d 65 6d 5f 65 6e  64 29 00 49 44 46 2f 63  |, mem_end).IDF/c|
  198. 000179b0  6f 6d 70 6f 6e 65 6e 74  73 2f 62 74 2f 63 6f 6e  |omponents/bt/con|
  199. 000179c0  74 72 6f 6c 6c 65 72 2f  65 73 70 33 32 2f 62 74  |troller/esp32/bt|
  200. 000179d0  2e 63 00 65 73 70 5f 62  74 5f 63 6f 6e 74 72 6f  |.c.esp_bt_contro|
  201.  
  202. 00017a80  20 34 20 29 29 29 00 2f  49 44 46 2f 63 6f 6d 70  | 4 )))./IDF/comp|
  203. 00017a90  6f 6e 65 6e 74 73 2f 65  73 70 5f 72 69 6e 67 62  |onents/esp_ringb|
  204. 00017aa0  75 66 2f 72 69 6e 67 62  75 66 2e 63 00 70 78 52  |uf/ringbuf.c.pxR|
  205.  
  206. 000182e0  4d 41 58 00 2f 49 44 46  2f 63 6f 6d 70 6f 6e 65  |MAX./IDF/compone|
  207. 000182f0  6e 74 73 2f 65 66 75 73  65 2f 73 72 63 2f 65 73  |nts/efuse/src/es|
  208. 00018300  70 5f 65 66 75 73 65 5f  75 74 69 6c 69 74 79 2e  |p_efuse_utility.|
  209. 00018310  63 00 6e 75 6d 5f 72 65  67 20 3c 3d 20 28 72 61  |c.num_reg <= (ra|
  210.  
  211. 00018570  72 65 49 44 28 29 00 2f  49 44 46 2f 63 6f 6d 70  |reID()./IDF/comp|
  212. 00018580  6f 6e 65 6e 74 73 2f 65  73 70 5f 69 70 63 2f 73  |onents/esp_ipc/s|
  213. 00018590  72 63 2f 65 73 70 5f 69  70 63 2e 63 00 69 70 63  |rc/esp_ipc.c.ipc|
  214.  
  215. 000185b0  69 70 63 5f 69 6e 69 74  00 2f 49 44 46 2f 63 6f  |ipc_init./IDF/co|
  216. 000185c0  6d 70 6f 6e 65 6e 74 73  2f 65 73 70 5f 69 70 63  |mponents/esp_ipc|
  217. 000185d0  2f 73 72 63 2f 65 73 70  5f 69 70 63 5f 69 73 72  |/src/esp_ipc_isr|
  218. 000185e0  2f 65 73 70 5f 69 70 63  5f 69 73 72 2e 63 00 65  |/esp_ipc_isr.c.e|
  219.  
  220. 00018980  3d 20 4e 55 4c 4c 00 2f  49 44 46 2f 63 6f 6d 70  |= NULL./IDF/comp|
  221. 00018990  6f 6e 65 6e 74 73 2f 6d  62 65 64 74 6c 73 2f 70  |onents/mbedtls/p|
  222. 000189a0  6f 72 74 2f 73 68 61 2f  70 61 72 61 6c 6c 65 6c  |ort/sha/parallel|
  223. 000189b0  5f 65 6e 67 69 6e 65 2f  73 68 61 2e 63 00 65 6e  |_engine/sha.c.en|
  224.  
  225. 0001ebb0  65 63 74 22 00 2f 49 44  46 2f 63 6f 6d 70 6f 6e  |ect"./IDF/compon|
  226. 0001ebc0  65 6e 74 73 2f 68 65 61  70 2f 68 65 61 70 5f 74  |ents/heap/heap_t|
  227. 0001ebd0  6c 73 66 2e 63 00 73 69  7a 65 20 3d 3d 20 74 68  |lsf.c.size == th|
  228.  
  229. 0001f200  74 61 72 74 5f 70 74 72  00 2f 49 44 46 2f 63 6f  |tart_ptr./IDF/co|
  230. 0001f210  6d 70 6f 6e 65 6e 74 73  2f 68 65 61 70 2f 6d 75  |mponents/heap/mu|
  231. 0001f220  6c 74 69 5f 68 65 61 70  2e 63 00 68 65 61 70 20  |lti_heap.c.heap |
  232.  
  233. 0001f2e0  64 20 21 3d 20 4e 55 4c  4c 00 2f 49 44 46 2f 63  |d != NULL./IDF/c|
  234. 0001f2f0  6f 6d 70 6f 6e 65 6e 74  73 2f 68 65 61 70 2f 6d  |omponents/heap/m|
  235. 0001f300  75 6c 74 69 5f 68 65 61  70 5f 70 6f 69 73 6f 6e  |ulti_heap_poison|
  236. 0001f310  69 6e 67 2e 63 00 6d 75  6c 74 69 5f 68 65 61 70  |ing.c.multi_heap|

Who is online

Users browsing this forum: No registered users and 72 guests