/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | Kconfig.cache | 9 then the other 8KB will be added to the heap. 34 If you use 0KB data cache, the other 16KB will be added to the heap 35 … If you use 8KB data cache rather than 16KB data cache, the other 8KB will be added to the heap
|
D | CMakeLists.txt | 26 #ld_include_highint_hdl is added as an undefined symbol because otherwise the
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | lpn.c | 113 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_zero() 126 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_set() 139 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_clear() 245 group_zero(lpn->added); in clear_friendship() 634 if (bt_mesh_atomic_test_bit(lpn->added, i) || in lpn_group_del() 650 for (i = 0; i < ARRAY_SIZE(bt_mesh.lpn.added); i++) { in group_popcount() 661 int added_count = group_popcount(lpn->added); in sub_update() 690 if (bt_mesh_atomic_test_bit(lpn->added, i)) { in sub_update() 914 group_set(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm() 919 group_clear(lpn->added, lpn->pending); in bt_mesh_lpn_friend_sub_cfm()
|
D | net.h | 200 BLE_MESH_ATOMIC_DEFINE(added, LPN_GROUPS);
|
/hal_espressif-latest/components/esp_rom/ |
D | README.md | 23 So, we added a wrapper for those commonly used ROM functions. They're declared in `esp_rom/include/… 49 │ └── ... // other ROM linker scripts, added when bring up new chip 59 │ │ └── ... // other original ROM header files, added when bring up new chip
|
/hal_espressif-latest/components/esp_app_format/ |
D | CMakeLists.txt | 4 # esp_app_desc structure is added as an undefined symbol because otherwise the
|
/hal_espressif-latest/components/esp_common/ |
D | CMakeLists.txt | 13 # Note: esp_ipc, esp_pm added as a public requirement to keep compatibility as to be located here.
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | CMakeLists.txt | 27 #ld_include_highint_hdl is added as an undefined symbol because otherwise the
|
D | Kconfig.cache | 72 the other 32KB will be added to the heap.
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | CMakeLists.txt | 26 #ld_include_highint_hdl is added as an undefined symbol because otherwise the
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 1254 int added = 0; in wpa_insert_pmkid() local 1287 added += 2; in wpa_insert_pmkid() 1302 os_memmove(rpos + 2 + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid() 1306 added += 2 + PMKID_LEN; in wpa_insert_pmkid() 1331 added -= num_pmkid * PMKID_LEN; in wpa_insert_pmkid() 1335 os_memmove(rpos + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid() 1337 added += PMKID_LEN; in wpa_insert_pmkid() 1344 *ies_len += added; in wpa_insert_pmkid()
|
/hal_espressif-latest/components/hal/ |
D | Kconfig | 78 features will be added and bugs will be fixed in the IDF source 91 features will be added and bugs will be fixed in the IDF source
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hidh_api.h | 280 bool added; /*!< Indicate if added */ member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | README.md | 33 …akes care of most of these steps (only the ESP8266 gcc toolchain has to be manually added to PATH).
|
/hal_espressif-latest/components/soc/ |
D | CMakeLists.txt | 129 # esp_dport_access_reg_read is added as an undefined symbol because otherwise
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 117 /* New data can only be added here to ensure existing data are not moved. 308 * added for the mapping header. */
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 123 - **esptool**: added target to esp32p4 128 - **get_security_info**: Improved the output format and added more details
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 117 /* New data can only be added here to ensure existing data are not moved. 308 * added for the mapping header. */
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 120 /* New data can only be added here to ensure existing data are not moved. 139 /* New data can only be added here to ensure existing data are not moved.
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 115 /* New data can only be added here to ensure existing data are not moved. 273 * added for the mapping header. */
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 113 features will be added and bugs will be fixed in the IDF source
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 122 /* New data can only be added here to ensure existing data are not moved. 310 * added for the mapping header. */
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 182 int "Maximum number of unprovisioned devices that can be added to device queue" 186 This option specifies how many unprovisioned devices can be added to device 235 … Indeed, this value decides the number of network keys which can be added by a Provisioner. 243 … Indeed, this value decides the number of the application keys which can be added by a Provisioner. 433 mesh stack, key of "mesh/role" is added in nvs, recovering node 440 we have added the support of storing Provisioner information, while
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 160 * added for the mapping header. */
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 68 … transfers, SPI flash manufacturers introduced "Quad SPI" mode. This mode added two additional pin…
|