esp-idf/tools/ci/check_copyright_ignore.txt

2099 wiersze
106 KiB
Plaintext

components/bootloader/subproject/main/bootloader_hooks.h
components/bt/common/osi/alarm.c
components/bt/common/osi/allocator.c
components/bt/common/osi/buffer.c
components/bt/common/osi/config.c
components/bt/common/osi/fixed_queue.c
components/bt/common/osi/future.c
components/bt/common/osi/hash_functions.c
components/bt/common/osi/hash_map.c
components/bt/common/osi/include/osi/alarm.h
components/bt/common/osi/include/osi/allocator.h
components/bt/common/osi/include/osi/buffer.h
components/bt/common/osi/include/osi/config.h
components/bt/common/osi/include/osi/fixed_queue.h
components/bt/common/osi/include/osi/future.h
components/bt/common/osi/include/osi/hash_functions.h
components/bt/common/osi/include/osi/hash_map.h
components/bt/common/osi/include/osi/list.h
components/bt/common/osi/include/osi/mutex.h
components/bt/common/osi/include/osi/osi.h
components/bt/common/osi/include/osi/semaphore.h
components/bt/common/osi/include/osi/thread.h
components/bt/common/osi/list.c
components/bt/common/osi/mutex.c
components/bt/common/osi/semaphore.c
components/bt/common/osi/thread.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/aes.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/cbc_mode.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ccm_mode.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/cmac_mode.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/constants.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ctr_mode.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ctr_prng.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ecc.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ecc_dh.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ecc_dsa.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ecc_platform_specific.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/hmac.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/hmac_prng.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/sha256.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/utils.h
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/aes_decrypt.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/aes_encrypt.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/cbc_mode.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ccm_mode.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/cmac_mode.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ctr_mode.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ctr_prng.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ecc.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ecc_dh.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ecc_dsa.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ecc_platform_specific.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/hmac.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/hmac_prng.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/sha256.c
components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/utils.c
components/bt/host/bluedroid/bta/ar/bta_ar.c
components/bt/host/bluedroid/bta/ar/include/bta_ar_int.h
components/bt/host/bluedroid/bta/av/bta_av_aact.c
components/bt/host/bluedroid/bta/av/bta_av_act.c
components/bt/host/bluedroid/bta/av/bta_av_api.c
components/bt/host/bluedroid/bta/av/bta_av_cfg.c
components/bt/host/bluedroid/bta/av/bta_av_ci.c
components/bt/host/bluedroid/bta/av/bta_av_main.c
components/bt/host/bluedroid/bta/av/bta_av_sbc.c
components/bt/host/bluedroid/bta/av/bta_av_ssm.c
components/bt/host/bluedroid/bta/av/include/bta_av_int.h
components/bt/host/bluedroid/bta/dm/bta_dm_act.c
components/bt/host/bluedroid/bta/dm/bta_dm_api.c
components/bt/host/bluedroid/bta/dm/bta_dm_cfg.c
components/bt/host/bluedroid/bta/dm/bta_dm_ci.c
components/bt/host/bluedroid/bta/dm/bta_dm_co.c
components/bt/host/bluedroid/bta/dm/bta_dm_main.c
components/bt/host/bluedroid/bta/dm/bta_dm_pm.c
components/bt/host/bluedroid/bta/dm/bta_dm_qos.c
components/bt/host/bluedroid/bta/dm/bta_dm_sco.c
components/bt/host/bluedroid/bta/dm/include/bta_dm_int.h
components/bt/host/bluedroid/bta/gatt/bta_gattc_act.c
components/bt/host/bluedroid/bta/gatt/bta_gattc_api.c
components/bt/host/bluedroid/bta/gatt/bta_gattc_cache.c
components/bt/host/bluedroid/bta/gatt/bta_gattc_ci.c
components/bt/host/bluedroid/bta/gatt/bta_gattc_co.c
components/bt/host/bluedroid/bta/gatt/bta_gattc_main.c
components/bt/host/bluedroid/bta/gatt/bta_gattc_utils.c
components/bt/host/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/host/bluedroid/bta/gatt/bta_gatts_api.c
components/bt/host/bluedroid/bta/gatt/bta_gatts_co.c
components/bt/host/bluedroid/bta/gatt/bta_gatts_main.c
components/bt/host/bluedroid/bta/gatt/bta_gatts_utils.c
components/bt/host/bluedroid/bta/gatt/include/bta_gattc_int.h
components/bt/host/bluedroid/bta/gatt/include/bta_gatts_int.h
components/bt/host/bluedroid/bta/hd/bta_hd_act.c
components/bt/host/bluedroid/bta/hd/bta_hd_api.c
components/bt/host/bluedroid/bta/hd/bta_hd_main.c
components/bt/host/bluedroid/bta/hd/include/bta_hd_int.h
components/bt/host/bluedroid/bta/hf_ag/bta_ag_act.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_api.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_at.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_cfg.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_cmd.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_main.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_rfc.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_sco.c
components/bt/host/bluedroid/bta/hf_ag/bta_ag_sdp.c
components/bt/host/bluedroid/bta/hf_ag/include/bta_ag_at.h
components/bt/host/bluedroid/bta/hf_ag/include/bta_ag_int.h
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_act.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_api.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_at.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_cmd.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_rfc.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_sco.c
components/bt/host/bluedroid/bta/hf_client/bta_hf_client_sdp.c
components/bt/host/bluedroid/bta/hf_client/include/bta_hf_client_at.h
components/bt/host/bluedroid/bta/hf_client/include/bta_hf_client_int.h
components/bt/host/bluedroid/bta/hh/bta_hh_act.c
components/bt/host/bluedroid/bta/hh/bta_hh_api.c
components/bt/host/bluedroid/bta/hh/bta_hh_cfg.c
components/bt/host/bluedroid/bta/hh/bta_hh_le.c
components/bt/host/bluedroid/bta/hh/bta_hh_main.c
components/bt/host/bluedroid/bta/hh/bta_hh_utils.c
components/bt/host/bluedroid/bta/hh/include/bta_hh_int.h
components/bt/host/bluedroid/bta/include/bta/bta_ag_api.h
components/bt/host/bluedroid/bta/include/bta/bta_ag_co.h
components/bt/host/bluedroid/bta/include/bta/bta_api.h
components/bt/host/bluedroid/bta/include/bta/bta_ar_api.h
components/bt/host/bluedroid/bta/include/bta/bta_av_api.h
components/bt/host/bluedroid/bta/include/bta/bta_av_ci.h
components/bt/host/bluedroid/bta/include/bta/bta_av_co.h
components/bt/host/bluedroid/bta/include/bta/bta_av_sbc.h
components/bt/host/bluedroid/bta/include/bta/bta_dm_ci.h
components/bt/host/bluedroid/bta/include/bta/bta_dm_co.h
components/bt/host/bluedroid/bta/include/bta/bta_gatt_api.h
components/bt/host/bluedroid/bta/include/bta/bta_gattc_ci.h
components/bt/host/bluedroid/bta/include/bta/bta_gattc_co.h
components/bt/host/bluedroid/bta/include/bta/bta_gatts_co.h
components/bt/host/bluedroid/bta/include/bta/bta_hd_api.h
components/bt/host/bluedroid/bta/include/bta/bta_hf_client_api.h
components/bt/host/bluedroid/bta/include/bta/bta_hh_api.h
components/bt/host/bluedroid/bta/include/bta/bta_hh_co.h
components/bt/host/bluedroid/bta/include/bta/bta_jv_api.h
components/bt/host/bluedroid/bta/include/bta/bta_jv_co.h
components/bt/host/bluedroid/bta/include/bta/bta_sdp_api.h
components/bt/host/bluedroid/bta/include/bta/bta_sys.h
components/bt/host/bluedroid/bta/include/bta/utl.h
components/bt/host/bluedroid/bta/jv/bta_jv_act.c
components/bt/host/bluedroid/bta/jv/bta_jv_api.c
components/bt/host/bluedroid/bta/jv/bta_jv_cfg.c
components/bt/host/bluedroid/bta/jv/bta_jv_main.c
components/bt/host/bluedroid/bta/jv/include/bta_jv_int.h
components/bt/host/bluedroid/bta/sdp/bta_sdp.c
components/bt/host/bluedroid/bta/sdp/bta_sdp_act.c
components/bt/host/bluedroid/bta/sdp/bta_sdp_api.c
components/bt/host/bluedroid/bta/sdp/bta_sdp_cfg.c
components/bt/host/bluedroid/bta/sdp/include/bta_sdp_int.h
components/bt/host/bluedroid/bta/sys/bta_sys_conn.c
components/bt/host/bluedroid/bta/sys/bta_sys_main.c
components/bt/host/bluedroid/bta/sys/include/bta_sys_int.h
components/bt/host/bluedroid/bta/sys/utl.c
components/bt/host/bluedroid/btc/include/btc/btc_ble_storage.h
components/bt/host/bluedroid/btc/profile/std/a2dp/bta_av_co.c
components/bt/host/bluedroid/btc/profile/std/battery/include/srvc_battery_int.h
components/bt/host/bluedroid/btc/profile/std/dis/dis_profile.c
components/bt/host/bluedroid/btc/profile/std/dis/include/srvc_dis_int.h
components/bt/host/bluedroid/btc/profile/std/hf_ag/bta_ag_co.c
components/bt/host/bluedroid/btc/profile/std/hid/bta_hh_co.c
components/bt/host/bluedroid/btc/profile/std/hid/btc_hd.c
components/bt/host/bluedroid/btc/profile/std/hid/btc_hh.c
components/bt/host/bluedroid/btc/profile/std/include/bt_sdp.h
components/bt/host/bluedroid/btc/profile/std/include/btc_avrc.h
components/bt/host/bluedroid/btc/profile/std/include/btc_hd.h
components/bt/host/bluedroid/btc/profile/std/include/btc_hh.h
components/bt/host/bluedroid/btc/profile/std/include/dis_api.h
components/bt/host/bluedroid/btc/profile/std/include/srvc_api.h
components/bt/host/bluedroid/common/include/common/bt_target.h
components/bt/host/bluedroid/common/include/common/bt_trace.h
components/bt/host/bluedroid/common/include/common/bt_vendor_lib.h
components/bt/host/bluedroid/common/include/common/bte.h
components/bt/host/bluedroid/common/include/common/bte_appl.h
components/bt/host/bluedroid/device/bdaddr.c
components/bt/host/bluedroid/device/controller.c
components/bt/host/bluedroid/device/include/device/bdaddr.h
components/bt/host/bluedroid/device/include/device/controller.h
components/bt/host/bluedroid/device/include/device/device_features.h
components/bt/host/bluedroid/device/include/device/event_mask.h
components/bt/host/bluedroid/device/include/device/interop.h
components/bt/host/bluedroid/device/include/device/interop_database.h
components/bt/host/bluedroid/device/include/device/version.h
components/bt/host/bluedroid/device/interop.c
components/bt/host/bluedroid/external/sbc/decoder/include/oi_assert.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_bitstream.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_bt_spec.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_codec_sbc.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_codec_sbc_private.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_common.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_cpu_dep.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_modules.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_osinterface.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_status.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_stddefs.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_string.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_time.h
components/bt/host/bluedroid/external/sbc/decoder/include/oi_utils.h
components/bt/host/bluedroid/external/sbc/decoder/srce/alloc.c
components/bt/host/bluedroid/external/sbc/decoder/srce/bitalloc-sbc.c
components/bt/host/bluedroid/external/sbc/decoder/srce/bitalloc.c
components/bt/host/bluedroid/external/sbc/decoder/srce/bitstream-decode.c
components/bt/host/bluedroid/external/sbc/decoder/srce/decoder-oina.c
components/bt/host/bluedroid/external/sbc/decoder/srce/decoder-private.c
components/bt/host/bluedroid/external/sbc/decoder/srce/decoder-sbc.c
components/bt/host/bluedroid/external/sbc/decoder/srce/dequant.c
components/bt/host/bluedroid/external/sbc/decoder/srce/framing-sbc.c
components/bt/host/bluedroid/external/sbc/decoder/srce/framing.c
components/bt/host/bluedroid/external/sbc/decoder/srce/oi_codec_version.c
components/bt/host/bluedroid/external/sbc/decoder/srce/synthesis-8-generated.c
components/bt/host/bluedroid/external/sbc/decoder/srce/synthesis-dct8.c
components/bt/host/bluedroid/external/sbc/decoder/srce/synthesis-sbc.c
components/bt/host/bluedroid/external/sbc/encoder/include/sbc_dct.h
components/bt/host/bluedroid/external/sbc/encoder/include/sbc_enc_func_declare.h
components/bt/host/bluedroid/external/sbc/encoder/include/sbc_encoder.h
components/bt/host/bluedroid/external/sbc/encoder/include/sbc_if.h
components/bt/host/bluedroid/external/sbc/encoder/include/sbc_types.h
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_analysis.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_dct.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_dct_coeffs.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_enc_bit_alloc_mono.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_enc_bit_alloc_ste.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_enc_coeffs.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_encoder.c
components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_packing.c
components/bt/host/bluedroid/external/sbc/plc/include/sbc_plc.h
components/bt/host/bluedroid/external/sbc/plc/sbc_plc.c
components/bt/host/bluedroid/hci/hci_audio.c
components/bt/host/bluedroid/hci/hci_hal_h4.c
components/bt/host/bluedroid/hci/hci_layer.c
components/bt/host/bluedroid/hci/hci_packet_factory.c
components/bt/host/bluedroid/hci/hci_packet_parser.c
components/bt/host/bluedroid/hci/include/hci/bt_vendor_lib.h
components/bt/host/bluedroid/hci/include/hci/hci_audio.h
components/bt/host/bluedroid/hci/include/hci/hci_hal.h
components/bt/host/bluedroid/hci/include/hci/hci_internals.h
components/bt/host/bluedroid/hci/include/hci/hci_layer.h
components/bt/host/bluedroid/hci/include/hci/hci_packet_factory.h
components/bt/host/bluedroid/hci/include/hci/hci_packet_parser.h
components/bt/host/bluedroid/hci/include/hci/packet_fragmenter.h
components/bt/host/bluedroid/hci/packet_fragmenter.c
components/bt/host/bluedroid/main/bte_init.c
components/bt/host/bluedroid/main/bte_main.c
components/bt/host/bluedroid/stack/a2dp/a2d_api.c
components/bt/host/bluedroid/stack/a2dp/a2d_sbc.c
components/bt/host/bluedroid/stack/a2dp/include/a2d_int.h
components/bt/host/bluedroid/stack/avct/avct_api.c
components/bt/host/bluedroid/stack/avct/avct_ccb.c
components/bt/host/bluedroid/stack/avct/avct_l2c.c
components/bt/host/bluedroid/stack/avct/avct_lcb.c
components/bt/host/bluedroid/stack/avct/avct_lcb_act.c
components/bt/host/bluedroid/stack/avct/include/avct_defs.h
components/bt/host/bluedroid/stack/avct/include/avct_int.h
components/bt/host/bluedroid/stack/avdt/avdt_ad.c
components/bt/host/bluedroid/stack/avdt/avdt_api.c
components/bt/host/bluedroid/stack/avdt/avdt_ccb.c
components/bt/host/bluedroid/stack/avdt/avdt_ccb_act.c
components/bt/host/bluedroid/stack/avdt/avdt_l2c.c
components/bt/host/bluedroid/stack/avdt/avdt_msg.c
components/bt/host/bluedroid/stack/avdt/avdt_scb.c
components/bt/host/bluedroid/stack/avdt/avdt_scb_act.c
components/bt/host/bluedroid/stack/avdt/include/avdt_defs.h
components/bt/host/bluedroid/stack/avdt/include/avdt_int.h
components/bt/host/bluedroid/stack/avrc/avrc_api.c
components/bt/host/bluedroid/stack/avrc/avrc_bld_ct.c
components/bt/host/bluedroid/stack/avrc/avrc_bld_tg.c
components/bt/host/bluedroid/stack/avrc/avrc_opt.c
components/bt/host/bluedroid/stack/avrc/avrc_pars_ct.c
components/bt/host/bluedroid/stack/avrc/avrc_pars_tg.c
components/bt/host/bluedroid/stack/avrc/avrc_sdp.c
components/bt/host/bluedroid/stack/avrc/avrc_utils.c
components/bt/host/bluedroid/stack/avrc/include/avrc_int.h
components/bt/host/bluedroid/stack/btm/btm_acl.c
components/bt/host/bluedroid/stack/btm/btm_ble.c
components/bt/host/bluedroid/stack/btm/btm_ble_5_gap.c
components/bt/host/bluedroid/stack/btm/btm_ble_addr.c
components/bt/host/bluedroid/stack/btm/btm_ble_adv_filter.c
components/bt/host/bluedroid/stack/btm/btm_ble_batchscan.c
components/bt/host/bluedroid/stack/btm/btm_ble_bgconn.c
components/bt/host/bluedroid/stack/btm/btm_ble_cont_energy.c
components/bt/host/bluedroid/stack/btm/btm_ble_gap.c
components/bt/host/bluedroid/stack/btm/btm_ble_multi_adv.c
components/bt/host/bluedroid/stack/btm/btm_ble_privacy.c
components/bt/host/bluedroid/stack/btm/btm_dev.c
components/bt/host/bluedroid/stack/btm/btm_devctl.c
components/bt/host/bluedroid/stack/btm/btm_inq.c
components/bt/host/bluedroid/stack/btm/btm_main.c
components/bt/host/bluedroid/stack/btm/btm_pm.c
components/bt/host/bluedroid/stack/btm/btm_sco.c
components/bt/host/bluedroid/stack/btm/btm_sec.c
components/bt/host/bluedroid/stack/btm/include/btm_ble_int.h
components/bt/host/bluedroid/stack/btm/include/btm_int.h
components/bt/host/bluedroid/stack/btu/btu_hcif.c
components/bt/host/bluedroid/stack/btu/btu_init.c
components/bt/host/bluedroid/stack/btu/btu_task.c
components/bt/host/bluedroid/stack/gap/gap_api.c
components/bt/host/bluedroid/stack/gap/gap_ble.c
components/bt/host/bluedroid/stack/gap/gap_conn.c
components/bt/host/bluedroid/stack/gap/gap_utils.c
components/bt/host/bluedroid/stack/gap/include/gap_int.h
components/bt/host/bluedroid/stack/gatt/att_protocol.c
components/bt/host/bluedroid/stack/gatt/gatt_api.c
components/bt/host/bluedroid/stack/gatt/gatt_attr.c
components/bt/host/bluedroid/stack/gatt/gatt_auth.c
components/bt/host/bluedroid/stack/gatt/gatt_cl.c
components/bt/host/bluedroid/stack/gatt/gatt_db.c
components/bt/host/bluedroid/stack/gatt/gatt_main.c
components/bt/host/bluedroid/stack/gatt/gatt_sr.c
components/bt/host/bluedroid/stack/gatt/gatt_utils.c
components/bt/host/bluedroid/stack/gatt/include/gatt_int.h
components/bt/host/bluedroid/stack/hcic/hciblecmds.c
components/bt/host/bluedroid/stack/hcic/hcicmds.c
components/bt/host/bluedroid/stack/hid/hidd_api.c
components/bt/host/bluedroid/stack/hid/hidd_conn.c
components/bt/host/bluedroid/stack/hid/hidh_api.c
components/bt/host/bluedroid/stack/hid/hidh_conn.c
components/bt/host/bluedroid/stack/hid/include/hid_conn.h
components/bt/host/bluedroid/stack/hid/include/hid_int.h
components/bt/host/bluedroid/stack/include/stack/a2d_api.h
components/bt/host/bluedroid/stack/include/stack/a2d_sbc.h
components/bt/host/bluedroid/stack/include/stack/avct_api.h
components/bt/host/bluedroid/stack/include/stack/avdt_api.h
components/bt/host/bluedroid/stack/include/stack/avdtc_api.h
components/bt/host/bluedroid/stack/include/stack/avrc_api.h
components/bt/host/bluedroid/stack/include/stack/avrc_defs.h
components/bt/host/bluedroid/stack/include/stack/bt_types.h
components/bt/host/bluedroid/stack/include/stack/btm_api.h
components/bt/host/bluedroid/stack/include/stack/btm_ble_api.h
components/bt/host/bluedroid/stack/include/stack/btu.h
components/bt/host/bluedroid/stack/include/stack/dyn_mem.h
components/bt/host/bluedroid/stack/include/stack/gap_api.h
components/bt/host/bluedroid/stack/include/stack/gatt_api.h
components/bt/host/bluedroid/stack/include/stack/gattdefs.h
components/bt/host/bluedroid/stack/include/stack/hcidefs.h
components/bt/host/bluedroid/stack/include/stack/hcimsgs.h
components/bt/host/bluedroid/stack/include/stack/hidd_api.h
components/bt/host/bluedroid/stack/include/stack/hiddefs.h
components/bt/host/bluedroid/stack/include/stack/hidh_api.h
components/bt/host/bluedroid/stack/include/stack/l2c_api.h
components/bt/host/bluedroid/stack/include/stack/l2cap_client.h
components/bt/host/bluedroid/stack/include/stack/l2cdefs.h
components/bt/host/bluedroid/stack/include/stack/port_api.h
components/bt/host/bluedroid/stack/include/stack/port_ext.h
components/bt/host/bluedroid/stack/include/stack/profiles_api.h
components/bt/host/bluedroid/stack/include/stack/rfcdefs.h
components/bt/host/bluedroid/stack/include/stack/sdp_api.h
components/bt/host/bluedroid/stack/include/stack/sdpdefs.h
components/bt/host/bluedroid/stack/include/stack/smp_api.h
components/bt/host/bluedroid/stack/l2cap/include/l2c_int.h
components/bt/host/bluedroid/stack/l2cap/l2c_api.c
components/bt/host/bluedroid/stack/l2cap/l2c_ble.c
components/bt/host/bluedroid/stack/l2cap/l2c_csm.c
components/bt/host/bluedroid/stack/l2cap/l2c_fcr.c
components/bt/host/bluedroid/stack/l2cap/l2c_link.c
components/bt/host/bluedroid/stack/l2cap/l2c_main.c
components/bt/host/bluedroid/stack/l2cap/l2c_ucd.c
components/bt/host/bluedroid/stack/l2cap/l2c_utils.c
components/bt/host/bluedroid/stack/l2cap/l2cap_client.c
components/bt/host/bluedroid/stack/rfcomm/include/port_int.h
components/bt/host/bluedroid/stack/rfcomm/include/rfc_int.h
components/bt/host/bluedroid/stack/rfcomm/port_api.c
components/bt/host/bluedroid/stack/rfcomm/port_rfc.c
components/bt/host/bluedroid/stack/rfcomm/port_utils.c
components/bt/host/bluedroid/stack/rfcomm/rfc_l2cap_if.c
components/bt/host/bluedroid/stack/rfcomm/rfc_mx_fsm.c
components/bt/host/bluedroid/stack/rfcomm/rfc_port_fsm.c
components/bt/host/bluedroid/stack/rfcomm/rfc_port_if.c
components/bt/host/bluedroid/stack/rfcomm/rfc_ts_frames.c
components/bt/host/bluedroid/stack/rfcomm/rfc_utils.c
components/bt/host/bluedroid/stack/sdp/include/sdpint.h
components/bt/host/bluedroid/stack/sdp/sdp_api.c
components/bt/host/bluedroid/stack/sdp/sdp_db.c
components/bt/host/bluedroid/stack/sdp/sdp_discovery.c
components/bt/host/bluedroid/stack/sdp/sdp_main.c
components/bt/host/bluedroid/stack/sdp/sdp_server.c
components/bt/host/bluedroid/stack/sdp/sdp_utils.c
components/bt/host/bluedroid/stack/smp/aes.c
components/bt/host/bluedroid/stack/smp/include/aes.h
components/bt/host/bluedroid/stack/smp/include/p_256_ecc_pp.h
components/bt/host/bluedroid/stack/smp/include/p_256_multprecision.h
components/bt/host/bluedroid/stack/smp/include/smp_int.h
components/bt/host/bluedroid/stack/smp/p_256_curvepara.c
components/bt/host/bluedroid/stack/smp/p_256_ecc_pp.c
components/bt/host/bluedroid/stack/smp/p_256_multprecision.c
components/bt/host/bluedroid/stack/smp/smp_act.c
components/bt/host/bluedroid/stack/smp/smp_api.c
components/bt/host/bluedroid/stack/smp/smp_br_main.c
components/bt/host/bluedroid/stack/smp/smp_cmac.c
components/bt/host/bluedroid/stack/smp/smp_keys.c
components/bt/host/bluedroid/stack/smp/smp_l2c.c
components/bt/host/bluedroid/stack/smp/smp_main.c
components/bt/host/bluedroid/stack/smp/smp_utils.c
components/console/linenoise/linenoise.c
components/console/linenoise/linenoise.h
components/esp32/include/rom/aes.h
components/esp32/include/rom/bigint.h
components/esp32/include/rom/cache.h
components/esp32/include/rom/crc.h
components/esp32/include/rom/efuse.h
components/esp32/include/rom/ets_sys.h
components/esp32/include/rom/gpio.h
components/esp32/include/rom/libc_stubs.h
components/esp32/include/rom/lldesc.h
components/esp32/include/rom/md5_hash.h
components/esp32/include/rom/miniz.h
components/esp32/include/rom/queue.h
components/esp32/include/rom/rtc.h
components/esp32/include/rom/secure_boot.h
components/esp32/include/rom/sha.h
components/esp32/include/rom/spi_flash.h
components/esp32/include/rom/tbconsole.h
components/esp32/include/rom/tjpgd.h
components/esp32/include/rom/uart.h
components/esp_eth/src/dm9051.h
components/esp_eth/src/ksz8851.h
components/esp_eth/src/openeth.h
components/esp_eth/src/w5500.h
components/esp_eth/test_apps/component_ut_test.py
components/esp_eth/test_apps/main/esp_eth_test.c
components/esp_event/esp_event_private.c
components/esp_event/event_loop_legacy.c
components/esp_event/event_send.c
components/esp_event/host_test/esp_event_unit_test/main/esp_event_test.cpp
components/esp_event/host_test/fixtures.hpp
components/esp_event/include/esp_event_base.h
components/esp_event/include/esp_event_loop.h
components/esp_event/private_include/esp_event_internal.h
components/esp_event/private_include/esp_event_private.h
components/esp_event/test/test_event.c
components/esp_hid/include/esp_hid_common.h
components/esp_hid/include/esp_hidd.h
components/esp_hid/include/esp_hidd_gatts.h
components/esp_hid/include/esp_hidd_transport.h
components/esp_hid/include/esp_hidh.h
components/esp_hid/include/esp_hidh_bluedroid.h
components/esp_hid/include/esp_hidh_gattc.h
components/esp_hid/include/esp_hidh_transport.h
components/esp_hid/private/ble_hidd.h
components/esp_hid/private/ble_hidh.h
components/esp_hid/private/bt_hidd.h
components/esp_hid/private/bt_hidh.h
components/esp_hid/private/esp_hidd_private.h
components/esp_hid/src/esp_hid_common.c
components/esp_hid/src/esp_hidd.c
components/esp_hid/test/hid_descriptor.h
components/esp_hid/test/test_esp_hid.c
components/esp_hw_support/include/esp_clk.h
components/esp_hw_support/include/soc/esp_himem.h
components/esp_hw_support/include/soc/esp_spiram.h
components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c
components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.h
components/esp_local_ctrl/python/esp_local_ctrl_pb2.py
components/esp_local_ctrl/src/esp_local_ctrl_handler.c
components/esp_local_ctrl/src/esp_local_ctrl_priv.h
components/esp_local_ctrl/src/esp_local_ctrl_transport_ble.c
components/esp_netif/include/esp_netif_ppp.h
components/esp_netif/include/esp_netif_slip.h
components/esp_netif/lwip/esp_netif_lwip_slip.h
components/esp_netif/private_include/esp_netif_private.h
components/esp_netif/test/test_esp_netif.c
components/esp_netif/test_apps/component_ut_test.py
components/esp_netif/test_apps/main/esp_netif_test.c
components/esp_phy/esp32h2/include/phy_init_data.h
components/esp_phy/src/phy_init_esp32hxx.c
components/esp_phy/test/test_phy_rtc.c
components/esp_pm/include/esp_private/pm_impl.h
components/esp_pm/include/esp_private/pm_trace.h
components/esp_pm/pm_locks.c
components/esp_pm/test/test_pm.c
components/esp_rom/esp32/esp_rom_caps.h
components/esp_rom/esp32/ld/esp32.rom.api.ld
components/esp_rom/esp32/ld/esp32.rom.eco3.ld
components/esp_rom/esp32/ld/esp32.rom.ld
components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
components/esp_rom/esp32/ld/esp32.rom.newlib-locale.ld
components/esp_rom/esp32/ld/esp32.rom.newlib-nano.ld
components/esp_rom/esp32/ld/esp32.rom.newlib-time.ld
components/esp_rom/esp32/ld/esp32.rom.redefined.ld
components/esp_rom/esp32/ld/esp32.rom.spiflash.ld
components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.newlib-nano.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld
components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld
components/esp_rom/esp32h2/ld/esp32h2.rom.api.ld
components/esp_rom/esp32h2/ld/esp32h2.rom.ld
components/esp_rom/esp32h2/ld/esp32h2.rom.libgcc.ld
components/esp_rom/esp32h2/ld/esp32h2.rom.newlib-nano.ld
components/esp_rom/esp32h2/ld/esp32h2.rom.newlib.ld
components/esp_rom/esp32h2/ld/esp32h2.rom.version.ld
components/esp_rom/esp32s2/esp_rom_caps.h
components/esp_rom/esp32s2/ld/esp32s2.rom.api.ld
components/esp_rom/esp32s2/ld/esp32s2.rom.ld
components/esp_rom/esp32s2/ld/esp32s2.rom.libgcc.ld
components/esp_rom/esp32s2/ld/esp32s2.rom.newlib-data.ld
components/esp_rom/esp32s2/ld/esp32s2.rom.newlib-funcs.ld
components/esp_rom/esp32s2/ld/esp32s2.rom.newlib-nano.ld
components/esp_rom/esp32s2/ld/esp32s2.rom.spiflash.ld
components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld
components/esp_rom/esp32s3/ld/esp32s3.rom.ld
components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld
components/esp_rom/esp32s3/ld/esp32s3.rom.newlib-nano.ld
components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld
components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld
components/esp_rom/host_test/rom_test/main/rom_test.cpp
components/esp_rom/include/esp32/rom/aes.h
components/esp_rom/include/esp32/rom/bigint.h
components/esp_rom/include/esp32/rom/crc.h
components/esp_rom/include/esp32/rom/efuse.h
components/esp_rom/include/esp32/rom/libc_stubs.h
components/esp_rom/include/esp32/rom/md5_hash.h
components/esp_rom/include/esp32/rom/miniz.h
components/esp_rom/include/esp32/rom/rsa_pss.h
components/esp_rom/include/esp32/rom/rtc.h
components/esp_rom/include/esp32/rom/sha.h
components/esp_rom/include/esp32/rom/tbconsole.h
components/esp_rom/include/esp32/rom/tjpgd.h
components/esp_rom/include/esp32/rom/uart.h
components/esp_rom/include/esp32c2/rom/md5_hash.h
components/esp_rom/include/esp32c3/rom/aes.h
components/esp_rom/include/esp32c3/rom/bigint.h
components/esp_rom/include/esp32c3/rom/cache.h
components/esp_rom/include/esp32c3/rom/crc.h
components/esp_rom/include/esp32c3/rom/digital_signature.h
components/esp_rom/include/esp32c3/rom/esp_flash.h
components/esp_rom/include/esp32c3/rom/ets_sys.h
components/esp_rom/include/esp32c3/rom/gpio.h
components/esp_rom/include/esp32c3/rom/hmac.h
components/esp_rom/include/esp32c3/rom/libc_stubs.h
components/esp_rom/include/esp32c3/rom/md5_hash.h
components/esp_rom/include/esp32c3/rom/miniz.h
components/esp_rom/include/esp32c3/rom/rom_layout.h
components/esp_rom/include/esp32c3/rom/rsa_pss.h
components/esp_rom/include/esp32c3/rom/rtc.h
components/esp_rom/include/esp32c3/rom/sha.h
components/esp_rom/include/esp32c3/rom/tjpgd.h
components/esp_rom/include/esp32c3/rom/uart.h
components/esp_rom/include/esp32h2/rom/aes.h
components/esp_rom/include/esp32h2/rom/apb_backup_dma.h
components/esp_rom/include/esp32h2/rom/bigint.h
components/esp_rom/include/esp32h2/rom/cache.h
components/esp_rom/include/esp32h2/rom/crc.h
components/esp_rom/include/esp32h2/rom/digital_signature.h
components/esp_rom/include/esp32h2/rom/esp_flash.h
components/esp_rom/include/esp32h2/rom/ets_sys.h
components/esp_rom/include/esp32h2/rom/hmac.h
components/esp_rom/include/esp32h2/rom/libc_stubs.h
components/esp_rom/include/esp32h2/rom/md5_hash.h
components/esp_rom/include/esp32h2/rom/miniz.h
components/esp_rom/include/esp32h2/rom/rsa_pss.h
components/esp_rom/include/esp32h2/rom/sha.h
components/esp_rom/include/esp32h2/rom/tjpgd.h
components/esp_rom/include/esp32h2/rom/uart.h
components/esp_rom/include/esp32s2/rom/aes.h
components/esp_rom/include/esp32s2/rom/bigint.h
components/esp_rom/include/esp32s2/rom/crc.h
components/esp_rom/include/esp32s2/rom/digital_signature.h
components/esp_rom/include/esp32s2/rom/efuse.h
components/esp_rom/include/esp32s2/rom/ets_sys.h
components/esp_rom/include/esp32s2/rom/gpio.h
components/esp_rom/include/esp32s2/rom/hmac.h
components/esp_rom/include/esp32s2/rom/libc_stubs.h
components/esp_rom/include/esp32s2/rom/md5_hash.h
components/esp_rom/include/esp32s2/rom/miniz.h
components/esp_rom/include/esp32s2/rom/opi_flash.h
components/esp_rom/include/esp32s2/rom/rsa_pss.h
components/esp_rom/include/esp32s2/rom/sha.h
components/esp_rom/include/esp32s2/rom/uart.h
components/esp_rom/include/esp32s2/rom/usb/cdc_acm.h
components/esp_rom/include/esp32s2/rom/usb/chip_usb_dw_wrapper.h
components/esp_rom/include/esp32s2/rom/usb/cpio.h
components/esp_rom/include/esp32s2/rom/usb/usb_cdc.h
components/esp_rom/include/esp32s2/rom/usb/usb_common.h
components/esp_rom/include/esp32s2/rom/usb/usb_dc.h
components/esp_rom/include/esp32s2/rom/usb/usb_descriptor.h
components/esp_rom/include/esp32s2/rom/usb/usb_device.h
components/esp_rom/include/esp32s2/rom/usb/usb_dfu.h
components/esp_rom/include/esp32s2/rom/usb/usb_os_glue.h
components/esp_rom/include/esp32s2/rom/usb/usb_persist.h
components/esp_rom/include/esp32s3/rom/aes.h
components/esp_rom/include/esp32s3/rom/bigint.h
components/esp_rom/include/esp32s3/rom/cache.h
components/esp_rom/include/esp32s3/rom/crc.h
components/esp_rom/include/esp32s3/rom/digital_signature.h
components/esp_rom/include/esp32s3/rom/ets_sys.h
components/esp_rom/include/esp32s3/rom/gpio.h
components/esp_rom/include/esp32s3/rom/hmac.h
components/esp_rom/include/esp32s3/rom/libc_stubs.h
components/esp_rom/include/esp32s3/rom/md5_hash.h
components/esp_rom/include/esp32s3/rom/miniz.h
components/esp_rom/include/esp32s3/rom/opi_flash.h
components/esp_rom/include/esp32s3/rom/rom_layout.h
components/esp_rom/include/esp32s3/rom/rsa_pss.h
components/esp_rom/include/esp32s3/rom/sha.h
components/esp_rom/include/esp32s3/rom/tjpgd.h
components/esp_rom/include/esp32s3/rom/uart.h
components/esp_rom/include/esp32s3/rom/usb/cdc_acm.h
components/esp_rom/include/esp32s3/rom/usb/chip_usb_dw_wrapper.h
components/esp_rom/include/esp32s3/rom/usb/cpio.h
components/esp_rom/include/esp32s3/rom/usb/usb_cdc.h
components/esp_rom/include/esp32s3/rom/usb/usb_common.h
components/esp_rom/include/esp32s3/rom/usb/usb_dc.h
components/esp_rom/include/esp32s3/rom/usb/usb_descriptor.h
components/esp_rom/include/esp32s3/rom/usb/usb_device.h
components/esp_rom/include/esp32s3/rom/usb/usb_dfu.h
components/esp_rom/include/esp32s3/rom/usb/usb_os_glue.h
components/esp_rom/include/esp32s3/rom/usb/usb_persist.h
components/esp_rom/include/esp_rom_crc.h
components/esp_rom/include/esp_rom_gpio.h
components/esp_rom/include/esp_rom_uart.h
components/esp_rom/include/linux/soc/reset_reasons.h
components/esp_rom/linux/esp_rom_crc.c
components/esp_rom/linux/esp_rom_md5.c
components/esp_rom/linux/esp_rom_sys.c
components/esp_rom/patches/esp_rom_crc.c
components/esp_rom/patches/esp_rom_tjpgd.c
components/esp_rom/patches/esp_rom_uart.c
components/esp_rom/test/test_libgcc.c
components/esp_rom/test/test_miniz.c
components/esp_rom/test/test_tjpgd.c
components/esp_serial_slave_link/essl.c
components/esp_serial_slave_link/essl_internal.h
components/esp_serial_slave_link/include/esp_serial_slave_link/essl.h
components/esp_serial_slave_link/include/esp_serial_slave_link/essl_sdio.h
components/esp_serial_slave_link/include/esp_serial_slave_link/essl_spi.h
components/esp_serial_slave_link/include/essl_spi/esp32c3_defs.h
components/esp_serial_slave_link/include/essl_spi/esp32s2_defs.h
components/esp_serial_slave_link/include/essl_spi/esp32s3_defs.h
components/esp_system/include/eh_frame_parser.h
components/esp_system/include/esp_expression_with_stack.h
components/esp_system/include/esp_freertos_hooks.h
components/esp_system/include/esp_int_wdt.h
components/esp_system/include/esp_private/dbg_stubs.h
components/esp_system/include/esp_private/panic_internal.h
components/esp_system/include/esp_private/system_internal.h
components/esp_system/include/esp_private/usb_console.h
components/esp_system/include/esp_task.h
components/esp_system/port/arch/riscv/expression_with_stack.c
components/esp_system/port/arch/xtensa/expression_with_stack.c
components/esp_system/port/public_compat/brownout.h
components/esp_system/port/public_compat/cache_err_int.h
components/esp_system/port/public_compat/trax.h
components/esp_system/port/soc/esp32/cache_err_int.h
components/esp_system/port/soc/esp32/intr.c
components/esp_system/port/soc/esp32/reset_reason.c
components/esp_system/port/soc/esp32c3/apb_backup_dma.c
components/esp_system/port/soc/esp32c3/cache_err_int.h
components/esp_system/port/soc/esp32h2/apb_backup_dma.c
components/esp_system/port/soc/esp32h2/cache_err_int.h
components/esp_system/port/soc/esp32h2/reset_reason.c
components/esp_system/port/soc/esp32s2/cache_err_int.h
components/esp_system/port/soc/esp32s2/reset_reason.c
components/esp_system/port/soc/esp32s3/cache_err_int.h
components/esp_system/port/soc/esp32s3/reset_reason.c
components/esp_system/test/test_delay.c
components/esp_system/test/test_reset_reason.c
components/esp_system/test/test_stack_check.c
components/esp_system/test/test_system_time.c
components/esp_system/test_eh_frame_parser/eh_frame_parser_impl.h
components/esp_system/test_eh_frame_parser/esp_private/panic_internal.h
components/esp_system/test_eh_frame_parser/linker.ld
components/esp_system/ubsan.c
components/esp_timer/test/test_esp_timer.c
components/esp_timer/test/test_esp_timer_light_sleep.c
components/esp_timer/test/test_ets_timer.c
components/esp_wifi/include/esp_mesh_internal.h
components/esp_wifi/include/esp_private/esp_wifi_types_private.h
components/esp_wifi/include/esp_private/wifi_types.h
components/esp_wifi/include/esp_smartconfig.h
components/esp_wifi/include/smartconfig_ack.h
components/esp_wifi/src/lib_printf.c
components/esp_wifi/src/mesh_event.c
components/esp_wifi/src/smartconfig.c
components/esp_wifi/test/test_wifi_init.c
components/fatfs/diskio/diskio.c
components/fatfs/diskio/diskio_impl.h
components/fatfs/diskio/diskio_rawflash.c
components/fatfs/diskio/diskio_rawflash.h
components/fatfs/diskio/diskio_wl.h
components/fatfs/port/freertos/ffsystem.c
components/fatfs/port/linux/ffsystem.c
components/fatfs/src/diskio.c
components/fatfs/src/diskio.h
components/fatfs/src/ff.c
components/fatfs/src/ff.h
components/fatfs/src/ffconf.h
components/fatfs/src/ffsystem.c
components/fatfs/src/ffunicode.c
components/fatfs/test_fatfs_host/main.cpp
components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h
components/fatfs/test_fatfs_host/test_fatfs.cpp
components/fatfs/vfs/vfs_fat_internal.h
components/freertos/FreeRTOS-Kernel-SMP/croutine.c
components/freertos/FreeRTOS-Kernel-SMP/event_groups.c
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/FreeRTOS.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/StackMacros.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/atomic.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/croutine.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/deprecated_definitions.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/event_groups.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/list.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/message_buffer.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/mpu_prototypes.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/mpu_wrappers.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/portable.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/projdefs.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/queue.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/semphr.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/stack_macros.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/stream_buffer.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/task.h
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/timers.h
components/freertos/FreeRTOS-Kernel-SMP/list.c
components/freertos/FreeRTOS-Kernel-SMP/queue.c
components/freertos/FreeRTOS-Kernel-SMP/stream_buffer.c
components/freertos/FreeRTOS-Kernel-SMP/tasks.c
components/freertos/FreeRTOS-Kernel-SMP/timers.c
components/hal/aes_hal.c
components/hal/dac_hal.c
components/hal/ds_hal.c
components/hal/esp32/include/hal/aes_ll.h
components/hal/esp32/include/hal/can_hal.h
components/hal/esp32/include/hal/can_types.h
components/hal/esp32/include/hal/mpu_ll.h
components/hal/esp32/include/hal/rtc_io_ll.h
components/hal/esp32/include/hal/rwdt_ll.h
components/hal/esp32/include/hal/spi_flash_encrypted_ll.h
components/hal/esp32/include/hal/touch_sensor_hal.h
components/hal/esp32/include/hal/trace_ll.h
components/hal/esp32/include/hal/uart_ll.h
components/hal/esp32c3/hmac_hal.c
components/hal/esp32c3/include/hal/aes_ll.h
components/hal/esp32c3/include/hal/ds_ll.h
components/hal/esp32c3/include/hal/hmac_hal.h
components/hal/esp32c3/include/hal/hmac_ll.h
components/hal/esp32c3/include/hal/mpu_ll.h
components/hal/esp32c3/include/hal/rtc_cntl_ll.h
components/hal/esp32c3/include/hal/sha_ll.h
components/hal/esp32c3/include/hal/spi_flash_encrypted_ll.h
components/hal/esp32c3/include/hal/uhci_ll.h
components/hal/esp32c3/include/hal/usb_serial_jtag_ll.h
components/hal/esp32c3/rtc_cntl_hal.c
components/hal/esp32h2/hmac_hal.c
components/hal/esp32h2/include/hal/aes_ll.h
components/hal/esp32h2/include/hal/ds_ll.h
components/hal/esp32h2/include/hal/hmac_hal.h
components/hal/esp32h2/include/hal/hmac_ll.h
components/hal/esp32h2/include/hal/mpu_ll.h
components/hal/esp32h2/include/hal/rtc_cntl_ll.h
components/hal/esp32h2/include/hal/sha_ll.h
components/hal/esp32h2/include/hal/spi_flash_encrypted_ll.h
components/hal/esp32h2/include/hal/uhci_ll.h
components/hal/esp32h2/include/hal/uhci_types.h
components/hal/esp32h2/include/hal/usb_serial_jtag_ll.h
components/hal/esp32s2/include/hal/aes_ll.h
components/hal/esp32s2/include/hal/crypto_dma_ll.h
components/hal/esp32s2/include/hal/dac_hal.h
components/hal/esp32s2/include/hal/dedic_gpio_ll.h
components/hal/esp32s2/include/hal/mpu_ll.h
components/hal/esp32s2/include/hal/rtc_io_ll.h
components/hal/esp32s2/include/hal/sha_ll.h
components/hal/esp32s2/include/hal/spi_flash_encrypted_ll.h
components/hal/esp32s2/include/hal/trace_ll.h
components/hal/esp32s2/include/hal/usb_ll.h
components/hal/esp32s2/touch_sensor_hal.c
components/hal/esp32s3/include/hal/aes_ll.h
components/hal/esp32s3/include/hal/mpu_ll.h
components/hal/esp32s3/include/hal/rwdt_ll.h
components/hal/esp32s3/include/hal/sha_ll.h
components/hal/esp32s3/include/hal/spi_flash_encrypted_ll.h
components/hal/esp32s3/include/hal/uhci_ll.h
components/hal/esp32s3/include/hal/usb_ll.h
components/hal/esp32s3/include/hal/usb_serial_jtag_ll.h
components/hal/include/hal/aes_hal.h
components/hal/include/hal/aes_types.h
components/hal/include/hal/dac_hal.h
components/hal/include/hal/dac_types.h
components/hal/include/hal/ds_hal.h
components/hal/include/hal/esp_flash_err.h
components/hal/include/hal/mpu_hal.h
components/hal/include/hal/mpu_types.h
components/hal/include/hal/rtc_io_types.h
components/hal/include/hal/sdio_slave_hal.h
components/hal/include/hal/sdio_slave_ll.h
components/hal/include/hal/sha_hal.h
components/hal/include/hal/spi_flash_encrypt_hal.h
components/hal/include/hal/spi_slave_hal.h
components/hal/include/hal/spi_slave_hd_hal.h
components/hal/include/hal/twai_types.h
components/hal/include/hal/uhci_types.h
components/hal/include/hal/usb_hal.h
components/hal/include/hal/usb_types_private.h
components/hal/include/hal/wdt_hal.h
components/hal/include/hal/wdt_types.h
components/hal/ledc_hal_iram.c
components/hal/mpu_hal.c
components/hal/platform_port/include/hal/check.h
components/hal/platform_port/include/hal/misc.h
components/hal/rtc_io_hal.c
components/hal/sha_hal.c
components/hal/spi_flash_encrypt_hal_iram.c
components/hal/spi_flash_hal_gpspi.c
components/hal/spi_slave_hal.c
components/hal/spi_slave_hal_iram.c
components/hal/spi_slave_hd_hal.c
components/hal/test/test_mpu.c
components/hal/touch_sensor_hal.c
components/hal/twai_hal.c
components/hal/twai_hal_iram.c
components/hal/uart_hal_iram.c
components/hal/usb_hal.c
components/heap/heap_private.h
components/heap/heap_task_info.c
components/heap/heap_tlsf.c
components/heap/heap_tlsf.h
components/heap/heap_tlsf_block_functions.h
components/heap/heap_tlsf_config.h
components/heap/heap_trace_standalone.c
components/heap/include/esp_heap_trace.h
components/heap/include/heap_memory_layout.h
components/heap/multi_heap_config.h
components/heap/test/test_aligned_alloc_caps.c
components/heap/test/test_allocator_timings.c
components/heap/test/test_diram.c
components/heap/test/test_heap_trace.c
components/heap/test/test_leak.c
components/heap/test/test_malloc.c
components/heap/test/test_malloc_caps.c
components/heap/test/test_realloc.c
components/heap/test/test_runtime_heap_reg.c
components/heap/test_multi_heap_host/main.cpp
components/heap/test_multi_heap_host/test_multi_heap.cpp
components/idf_test/include/idf_performance.h
components/linux/include/sys/queue.h
components/log/esp_log_private.h
components/log/host_test/log_test/main/log_test.cpp
components/log/log_linux.c
components/lwip/apps/ping/ping.c
components/lwip/apps/sntp/sntp.c
components/lwip/include/apps/dhcpserver/dhcpserver_options.h
components/lwip/include/apps/esp_ping.h
components/lwip/include/apps/ping/ping.h
components/lwip/include/apps/sntp/sntp.h
components/lwip/port/esp32/debug/lwip_debug.c
components/lwip/port/esp32/freertos/sys_arch.c
components/lwip/port/esp32/hooks/tcp_isn_default.c
components/lwip/port/esp32/include/arch/cc.h
components/lwip/port/esp32/include/arch/perf.h
components/lwip/port/esp32/include/arch/sys_arch.h
components/lwip/port/esp32/include/arch/vfs_lwip.h
components/lwip/port/esp32/include/arpa/inet.h
components/lwip/port/esp32/include/debug/lwip_debug.h
components/lwip/port/esp32/include/netdb.h
components/lwip/port/esp32/include/netif/ethernetif.h
components/lwip/port/esp32/include/netif/openthreadif.h
components/lwip/port/esp32/include/netinet/in.h
components/lwip/port/esp32/include/netinet/tcp.h
components/lwip/port/esp32/include/sntp/sntp_get_set_time.h
components/lwip/port/esp32/include/sys/socket.h
components/lwip/port/esp32/no_vfs_syscalls.c
components/lwip/test_afl_host/dhcp_di.h
components/lwip/test_afl_host/dhcpserver_di.h
components/lwip/test_afl_host/dns_di.h
components/lwip/test_afl_host/esp_attr.h
components/lwip/test_afl_host/network_mock.c
components/lwip/test_afl_host/no_warn_host.h
components/lwip/test_afl_host/test_dhcp_client.c
components/lwip/test_afl_host/test_dhcp_server.c
components/lwip/test_afl_host/test_dns.c
components/lwip/weekend_test/net_suite_test.py
components/mbedtls/esp_crt_bundle/test_gen_crt_bundle/test_gen_crt_bundle.py
components/mbedtls/port/aes/block/esp_aes.c
components/mbedtls/port/aes/dma/esp_aes.c
components/mbedtls/port/aes/dma/esp_aes_crypto_dma_impl.c
components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c
components/mbedtls/port/aes/dma/include/esp_aes_dma_priv.h
components/mbedtls/port/aes/esp_aes_xts.c
components/mbedtls/port/include/aes/esp_aes.h
components/mbedtls/port/include/aes/esp_aes_internal.h
components/mbedtls/port/include/aes_alt.h
components/mbedtls/port/include/bignum_impl.h
components/mbedtls/port/include/esp32/aes.h
components/mbedtls/port/include/esp32/sha.h
components/mbedtls/port/include/esp32s2/aes.h
components/mbedtls/port/include/esp32s2/gcm.h
components/mbedtls/port/include/esp32s2/sha.h
components/mbedtls/port/include/mbedtls/esp_debug.h
components/mbedtls/port/include/sha/sha_dma.h
components/mbedtls/port/include/sha/sha_parallel_engine.h
components/mbedtls/port/include/sha1_alt.h
components/mbedtls/port/include/sha256_alt.h
components/mbedtls/port/include/sha512_alt.h
components/mbedtls/port/sha/dma/include/esp_sha_dma_priv.h
components/mbedtls/port/sha/dma/sha.c
components/mbedtls/port/sha/parallel_engine/sha.c
components/mbedtls/test/test_aes.c
components/mbedtls/test/test_aes_perf.c
components/mbedtls/test/test_apb_dport_access.c
components/mbedtls/test/test_apb_dport_access.h
components/mbedtls/test/test_mbedtls.c
components/mqtt/host_test/main/test_mqtt_client.cpp
components/mqtt/host_test/mocks/include/freertos/FreeRTOSConfig.h
components/mqtt/host_test/mocks/include/freertos/portmacro.h
components/mqtt/host_test/mocks/include/machine/endian.h
components/mqtt/host_test/mocks/include/sys/queue.h
components/nvs_flash/host_test/fixtures/test_fixtures.hpp
components/nvs_flash/host_test/nvs_page_test/main/nvs_page_test.cpp
components/nvs_flash/include/nvs_flash.h
components/nvs_flash/include/nvs_handle.hpp
components/nvs_flash/src/nvs_cxx_api.cpp
components/nvs_flash/src/nvs_encrypted_partition.hpp
components/nvs_flash/src/nvs_handle_locked.cpp
components/nvs_flash/src/nvs_handle_locked.hpp
components/nvs_flash/src/nvs_handle_simple.cpp
components/nvs_flash/src/nvs_handle_simple.hpp
components/nvs_flash/src/nvs_item_hash_list.cpp
components/nvs_flash/src/nvs_item_hash_list.hpp
components/nvs_flash/src/nvs_pagemanager.hpp
components/nvs_flash/src/nvs_partition.cpp
components/nvs_flash/src/nvs_partition.hpp
components/nvs_flash/src/nvs_partition_lookup.cpp
components/nvs_flash/src/nvs_partition_lookup.hpp
components/nvs_flash/src/nvs_partition_manager.hpp
components/nvs_flash/src/nvs_platform.hpp
components/nvs_flash/src/nvs_storage.hpp
components/nvs_flash/src/nvs_test_api.h
components/nvs_flash/src/nvs_types.cpp
components/nvs_flash/src/partition.hpp
components/nvs_flash/test/test_nvs.c
components/nvs_flash/test_nvs_host/esp_error_check_stub.cpp
components/nvs_flash/test_nvs_host/main.cpp
components/nvs_flash/test_nvs_host/sdkconfig.h
components/nvs_flash/test_nvs_host/spi_flash_emulation.cpp
components/nvs_flash/test_nvs_host/test_fixtures.hpp
components/nvs_flash/test_nvs_host/test_intrusive_list.cpp
components/nvs_flash/test_nvs_host/test_nvs_cxx_api.cpp
components/nvs_flash/test_nvs_host/test_nvs_handle.cpp
components/nvs_flash/test_nvs_host/test_nvs_initialization.cpp
components/nvs_flash/test_nvs_host/test_nvs_partition.cpp
components/nvs_flash/test_nvs_host/test_nvs_storage.cpp
components/openthread/include/esp_openthread.h
components/openthread/include/esp_openthread_lock.h
components/protocomm/include/transports/protocomm_console.h
components/protocomm/include/transports/protocomm_httpd.h
components/protocomm/proto-c/constants.pb-c.c
components/protocomm/proto-c/constants.pb-c.h
components/protocomm/proto-c/sec0.pb-c.c
components/protocomm/proto-c/sec0.pb-c.h
components/protocomm/proto-c/sec1.pb-c.c
components/protocomm/proto-c/sec1.pb-c.h
components/protocomm/proto-c/sec2.pb-c.c
components/protocomm/proto-c/sec2.pb-c.h
components/protocomm/proto-c/session.pb-c.c
components/protocomm/proto-c/session.pb-c.h
components/protocomm/python/constants_pb2.py
components/protocomm/python/sec0_pb2.py
components/protocomm/python/sec1_pb2.py
components/protocomm/python/sec2_pb2.py
components/protocomm/python/session_pb2.py
components/pthread/pthread_cond_var.c
components/pthread/pthread_internal.h
components/pthread/test/test_cxx_cond_var.cpp
components/pthread/test/test_cxx_std_future.cpp
components/pthread/test/test_pthread.c
components/pthread/test/test_pthread_cond_var.c
components/pthread/test/test_pthread_cxx.cpp
components/pthread/test/test_pthread_local_storage.c
components/riscv/include/riscv/csr.h
components/riscv/include/riscv/encoding.h
components/riscv/include/riscv/instruction_decode.h
components/riscv/include/riscv/riscv_interrupts.h
components/riscv/include/riscv/rvruntime-frames.h
components/riscv/instruction_decode.c
components/sdmmc/sdmmc_common.c
components/sdmmc/sdmmc_common.h
components/sdmmc/sdmmc_init.c
components/sdmmc/sdmmc_io.c
components/sdmmc/sdmmc_mmc.c
components/sdmmc/sdmmc_sd.c
components/soc/esp32/adc_periph.c
components/soc/esp32/dac_periph.c
components/soc/esp32/i2c_periph.c
components/soc/esp32/include/soc/apb_ctrl_reg.h
components/soc/esp32/include/soc/apb_ctrl_struct.h
components/soc/esp32/include/soc/bb_reg.h
components/soc/esp32/include/soc/boot_mode.h
components/soc/esp32/include/soc/can_periph.h
components/soc/esp32/include/soc/can_struct.h
components/soc/esp32/include/soc/clkout_channel.h
components/soc/esp32/include/soc/dac_channel.h
components/soc/esp32/include/soc/emac_dma_struct.h
components/soc/esp32/include/soc/emac_ext_struct.h
components/soc/esp32/include/soc/emac_mac_struct.h
components/soc/esp32/include/soc/fe_reg.h
components/soc/esp32/include/soc/flash_encryption_reg.h
components/soc/esp32/include/soc/gpio_pins.h
components/soc/esp32/include/soc/gpio_reg.h
components/soc/esp32/include/soc/gpio_sig_map.h
components/soc/esp32/include/soc/gpio_struct.h
components/soc/esp32/include/soc/hinf_reg.h
components/soc/esp32/include/soc/hinf_struct.h
components/soc/esp32/include/soc/host_reg.h
components/soc/esp32/include/soc/host_struct.h
components/soc/esp32/include/soc/hwcrypto_reg.h
components/soc/esp32/include/soc/i2c_reg.h
components/soc/esp32/include/soc/i2c_struct.h
components/soc/esp32/include/soc/ledc_reg.h
components/soc/esp32/include/soc/ledc_struct.h
components/soc/esp32/include/soc/nrx_reg.h
components/soc/esp32/include/soc/pid.h
components/soc/esp32/include/soc/reset_reasons.h
components/soc/esp32/include/soc/rtc_cntl_struct.h
components/soc/esp32/include/soc/rtc_i2c_reg.h
components/soc/esp32/include/soc/rtc_io_channel.h
components/soc/esp32/include/soc/rtc_io_reg.h
components/soc/esp32/include/soc/rtc_io_struct.h
components/soc/esp32/include/soc/sdio_slave_pins.h
components/soc/esp32/include/soc/sdmmc_pins.h
components/soc/esp32/include/soc/sdmmc_reg.h
components/soc/esp32/include/soc/sdmmc_struct.h
components/soc/esp32/include/soc/sens_reg.h
components/soc/esp32/include/soc/sens_struct.h
components/soc/esp32/include/soc/slc_reg.h
components/soc/esp32/include/soc/slc_struct.h
components/soc/esp32/include/soc/soc_pins.h
components/soc/esp32/include/soc/soc_ulp.h
components/soc/esp32/include/soc/spi_pins.h
components/soc/esp32/include/soc/spi_reg.h
components/soc/esp32/include/soc/spi_struct.h
components/soc/esp32/include/soc/syscon_reg.h
components/soc/esp32/include/soc/syscon_struct.h
components/soc/esp32/include/soc/touch_sensor_channel.h
components/soc/esp32/include/soc/twai_struct.h
components/soc/esp32/include/soc/uart_pins.h
components/soc/esp32/include/soc/uart_reg.h
components/soc/esp32/include/soc/uart_struct.h
components/soc/esp32/include/soc/uhci_reg.h
components/soc/esp32/include/soc/uhci_struct.h
components/soc/esp32/include/soc/wdev_reg.h
components/soc/esp32/interrupts.c
components/soc/esp32/ledc_periph.c
components/soc/esp32/sdio_slave_periph.c
components/soc/esp32/sdmmc_periph.c
components/soc/esp32/spi_periph.c
components/soc/esp32/uart_periph.c
components/soc/esp32c3/i2c_bbpll.h
components/soc/esp32c3/i2c_periph.c
components/soc/esp32c3/include/soc/apb_ctrl_reg.h
components/soc/esp32c3/include/soc/apb_ctrl_struct.h
components/soc/esp32c3/include/soc/apb_saradc_reg.h
components/soc/esp32c3/include/soc/assist_debug_reg.h
components/soc/esp32c3/include/soc/bb_reg.h
components/soc/esp32c3/include/soc/boot_mode.h
components/soc/esp32c3/include/soc/clkout_channel.h
components/soc/esp32c3/include/soc/extmem_reg.h
components/soc/esp32c3/include/soc/fe_reg.h
components/soc/esp32c3/include/soc/gpio_pins.h
components/soc/esp32c3/include/soc/gpio_reg.h
components/soc/esp32c3/include/soc/gpio_struct.h
components/soc/esp32c3/include/soc/hwcrypto_reg.h
components/soc/esp32c3/include/soc/i2c_reg.h
components/soc/esp32c3/include/soc/i2c_struct.h
components/soc/esp32c3/include/soc/interrupt_core0_reg.h
components/soc/esp32c3/include/soc/interrupt_reg.h
components/soc/esp32c3/include/soc/ledc_reg.h
components/soc/esp32c3/include/soc/nrx_reg.h
components/soc/esp32c3/include/soc/reset_reasons.h
components/soc/esp32c3/include/soc/rtc_i2c_reg.h
components/soc/esp32c3/include/soc/rtc_i2c_struct.h
components/soc/esp32c3/include/soc/sensitive_reg.h
components/soc/esp32c3/include/soc/sensitive_struct.h
components/soc/esp32c3/include/soc/soc_pins.h
components/soc/esp32c3/include/soc/spi_mem_reg.h
components/soc/esp32c3/include/soc/spi_mem_struct.h
components/soc/esp32c3/include/soc/spi_pins.h
components/soc/esp32c3/include/soc/spi_reg.h
components/soc/esp32c3/include/soc/spi_struct.h
components/soc/esp32c3/include/soc/syscon_struct.h
components/soc/esp32c3/include/soc/system_reg.h
components/soc/esp32c3/include/soc/system_struct.h
components/soc/esp32c3/include/soc/systimer_reg.h
components/soc/esp32c3/include/soc/systimer_struct.h
components/soc/esp32c3/include/soc/twai_struct.h
components/soc/esp32c3/include/soc/uart_pins.h
components/soc/esp32c3/include/soc/uart_reg.h
components/soc/esp32c3/include/soc/uart_struct.h
components/soc/esp32c3/include/soc/uhci_reg.h
components/soc/esp32c3/include/soc/uhci_struct.h
components/soc/esp32c3/include/soc/usb_serial_jtag_reg.h
components/soc/esp32c3/include/soc/usb_serial_jtag_struct.h
components/soc/esp32c3/include/soc/wdev_reg.h
components/soc/esp32c3/interrupts.c
components/soc/esp32c3/ledc_periph.c
components/soc/esp32c3/spi_periph.c
components/soc/esp32c3/uart_periph.c
components/soc/esp32h2/i2c_periph.c
components/soc/esp32h2/include/soc/apb_ctrl_reg.h
components/soc/esp32h2/include/soc/apb_ctrl_struct.h
components/soc/esp32h2/include/soc/apb_saradc_reg.h
components/soc/esp32h2/include/soc/apb_saradc_struct.h
components/soc/esp32h2/include/soc/bb_reg.h
components/soc/esp32h2/include/soc/boot_mode.h
components/soc/esp32h2/include/soc/clkout_channel.h
components/soc/esp32h2/include/soc/clkrst_reg.h
components/soc/esp32h2/include/soc/efuse_reg.h
components/soc/esp32h2/include/soc/efuse_struct.h
components/soc/esp32h2/include/soc/extmem_reg.h
components/soc/esp32h2/include/soc/fe_reg.h
components/soc/esp32h2/include/soc/hwcrypto_reg.h
components/soc/esp32h2/include/soc/interrupt_reg.h
components/soc/esp32h2/include/soc/ledc_reg.h
components/soc/esp32h2/include/soc/nrx_reg.h
components/soc/esp32h2/include/soc/rtc_caps.h
components/soc/esp32h2/include/soc/rtc_i2c_reg.h
components/soc/esp32h2/include/soc/rtc_i2c_struct.h
components/soc/esp32h2/include/soc/sensitive_struct.h
components/soc/esp32h2/include/soc/soc_pins.h
components/soc/esp32h2/include/soc/spi_mem_reg.h
components/soc/esp32h2/include/soc/spi_mem_struct.h
components/soc/esp32h2/include/soc/spi_pins.h
components/soc/esp32h2/include/soc/spi_reg.h
components/soc/esp32h2/include/soc/spi_struct.h
components/soc/esp32h2/include/soc/syscon_reg.h
components/soc/esp32h2/include/soc/syscon_struct.h
components/soc/esp32h2/include/soc/system_reg.h
components/soc/esp32h2/include/soc/system_struct.h
components/soc/esp32h2/include/soc/twai_struct.h
components/soc/esp32h2/include/soc/uart_pins.h
components/soc/esp32h2/include/soc/usb_serial_jtag_reg.h
components/soc/esp32h2/include/soc/usb_serial_jtag_struct.h
components/soc/esp32h2/include/soc/wdev_reg.h
components/soc/esp32h2/ledc_periph.c
components/soc/esp32h2/spi_periph.c
components/soc/esp32h2/uart_periph.c
components/soc/esp32s2/adc_periph.c
components/soc/esp32s2/dac_periph.c
components/soc/esp32s2/dedic_gpio_periph.c
components/soc/esp32s2/i2c_periph.c
components/soc/esp32s2/include/soc/apb_ctrl_reg.h
components/soc/esp32s2/include/soc/apb_ctrl_struct.h
components/soc/esp32s2/include/soc/apb_saradc_reg.h
components/soc/esp32s2/include/soc/assist_debug_reg.h
components/soc/esp32s2/include/soc/bb_reg.h
components/soc/esp32s2/include/soc/boot_mode.h
components/soc/esp32s2/include/soc/clkout_channel.h
components/soc/esp32s2/include/soc/crypto_dma_reg.h
components/soc/esp32s2/include/soc/dac_channel.h
components/soc/esp32s2/include/soc/dedic_gpio_reg.h
components/soc/esp32s2/include/soc/dedic_gpio_struct.h
components/soc/esp32s2/include/soc/extmem_reg.h
components/soc/esp32s2/include/soc/fe_reg.h
components/soc/esp32s2/include/soc/gpio_pins.h
components/soc/esp32s2/include/soc/gpio_reg.h
components/soc/esp32s2/include/soc/gpio_sig_map.h
components/soc/esp32s2/include/soc/gpio_struct.h
components/soc/esp32s2/include/soc/hwcrypto_reg.h
components/soc/esp32s2/include/soc/i2c_reg.h
components/soc/esp32s2/include/soc/interrupt_reg.h
components/soc/esp32s2/include/soc/ledc_reg.h
components/soc/esp32s2/include/soc/ledc_struct.h
components/soc/esp32s2/include/soc/memprot_defs.h
components/soc/esp32s2/include/soc/nrx_reg.h
components/soc/esp32s2/include/soc/rtc_cntl_reg.h
components/soc/esp32s2/include/soc/rtc_cntl_struct.h
components/soc/esp32s2/include/soc/rtc_i2c_reg.h
components/soc/esp32s2/include/soc/rtc_i2c_struct.h
components/soc/esp32s2/include/soc/rtc_io_channel.h
components/soc/esp32s2/include/soc/rtc_io_reg.h
components/soc/esp32s2/include/soc/rtc_io_struct.h
components/soc/esp32s2/include/soc/sdio_slave_pins.h
components/soc/esp32s2/include/soc/sdmmc_pins.h
components/soc/esp32s2/include/soc/sens_reg.h
components/soc/esp32s2/include/soc/sens_struct.h
components/soc/esp32s2/include/soc/sensitive_reg.h
components/soc/esp32s2/include/soc/soc_pins.h
components/soc/esp32s2/include/soc/soc_ulp.h
components/soc/esp32s2/include/soc/spi_mem_reg.h
components/soc/esp32s2/include/soc/spi_pins.h
components/soc/esp32s2/include/soc/spi_reg.h
components/soc/esp32s2/include/soc/syscon_reg.h
components/soc/esp32s2/include/soc/syscon_struct.h
components/soc/esp32s2/include/soc/systimer_reg.h
components/soc/esp32s2/include/soc/systimer_struct.h
components/soc/esp32s2/include/soc/touch_sensor_channel.h
components/soc/esp32s2/include/soc/touch_sensor_pins.h
components/soc/esp32s2/include/soc/twai_struct.h
components/soc/esp32s2/include/soc/uart_pins.h
components/soc/esp32s2/include/soc/uart_reg.h
components/soc/esp32s2/include/soc/uart_struct.h
components/soc/esp32s2/include/soc/uhci_reg.h
components/soc/esp32s2/include/soc/uhci_struct.h
components/soc/esp32s2/include/soc/usb_reg.h
components/soc/esp32s2/include/soc/usb_struct.h
components/soc/esp32s2/include/soc/usb_types.h
components/soc/esp32s2/include/soc/usb_wrap_reg.h
components/soc/esp32s2/include/soc/usb_wrap_struct.h
components/soc/esp32s2/include/soc/usbh_struct.h
components/soc/esp32s2/include/soc/wdev_reg.h
components/soc/esp32s2/interrupts.c
components/soc/esp32s2/ledc_periph.c
components/soc/esp32s2/spi_periph.c
components/soc/esp32s2/uart_periph.c
components/soc/esp32s2/usb_periph.c
components/soc/esp32s3/dedic_gpio_periph.c
components/soc/esp32s3/i2c_periph.c
components/soc/esp32s3/include/soc/apb_ctrl_reg.h
components/soc/esp32s3/include/soc/apb_ctrl_struct.h
components/soc/esp32s3/include/soc/apb_saradc_reg.h
components/soc/esp32s3/include/soc/assist_debug_reg.h
components/soc/esp32s3/include/soc/assist_debug_struct.h
components/soc/esp32s3/include/soc/bb_reg.h
components/soc/esp32s3/include/soc/boot_mode.h
components/soc/esp32s3/include/soc/brownout_caps.h
components/soc/esp32s3/include/soc/clkout_channel.h
components/soc/esp32s3/include/soc/cpu.h
components/soc/esp32s3/include/soc/extmem_reg.h
components/soc/esp32s3/include/soc/extmem_struct.h
components/soc/esp32s3/include/soc/fe_reg.h
components/soc/esp32s3/include/soc/gpio_pins.h
components/soc/esp32s3/include/soc/gpio_reg.h
components/soc/esp32s3/include/soc/gpio_sig_map.h
components/soc/esp32s3/include/soc/hinf_reg.h
components/soc/esp32s3/include/soc/hinf_struct.h
components/soc/esp32s3/include/soc/host_reg.h
components/soc/esp32s3/include/soc/host_struct.h
components/soc/esp32s3/include/soc/i2c_reg.h
components/soc/esp32s3/include/soc/i2c_struct.h
components/soc/esp32s3/include/soc/interrupt_core0_reg.h
components/soc/esp32s3/include/soc/interrupt_core0_struct.h
components/soc/esp32s3/include/soc/interrupt_core1_reg.h
components/soc/esp32s3/include/soc/interrupt_core1_struct.h
components/soc/esp32s3/include/soc/interrupt_reg.h
components/soc/esp32s3/include/soc/interrupt_struct.h
components/soc/esp32s3/include/soc/ledc_reg.h
components/soc/esp32s3/include/soc/ledc_struct.h
components/soc/esp32s3/include/soc/mpu_caps.h
components/soc/esp32s3/include/soc/nrx_reg.h
components/soc/esp32s3/include/soc/peri_backup_reg.h
components/soc/esp32s3/include/soc/peri_backup_struct.h
components/soc/esp32s3/include/soc/reset_reasons.h
components/soc/esp32s3/include/soc/rtc_gpio_channel.h
components/soc/esp32s3/include/soc/rtc_i2c_reg.h
components/soc/esp32s3/include/soc/rtc_i2c_struct.h
components/soc/esp32s3/include/soc/rtc_io_channel.h
components/soc/esp32s3/include/soc/rtc_io_reg.h
components/soc/esp32s3/include/soc/rtc_io_struct.h
components/soc/esp32s3/include/soc/sdio_slave_pins.h
components/soc/esp32s3/include/soc/sdmmc_pins.h
components/soc/esp32s3/include/soc/sdmmc_reg.h
components/soc/esp32s3/include/soc/sdmmc_struct.h
components/soc/esp32s3/include/soc/sens_reg.h
components/soc/esp32s3/include/soc/sensitive_reg.h
components/soc/esp32s3/include/soc/sensitive_struct.h
components/soc/esp32s3/include/soc/soc_ulp.h
components/soc/esp32s3/include/soc/spi_mem_reg.h
components/soc/esp32s3/include/soc/spi_mem_struct.h
components/soc/esp32s3/include/soc/spi_pins.h
components/soc/esp32s3/include/soc/spi_reg.h
components/soc/esp32s3/include/soc/spi_struct.h
components/soc/esp32s3/include/soc/syscon_struct.h
components/soc/esp32s3/include/soc/system_reg.h
components/soc/esp32s3/include/soc/system_struct.h
components/soc/esp32s3/include/soc/systimer_reg.h
components/soc/esp32s3/include/soc/systimer_struct.h
components/soc/esp32s3/include/soc/touch_channel.h
components/soc/esp32s3/include/soc/touch_sensor_caps.h
components/soc/esp32s3/include/soc/twai_caps.h
components/soc/esp32s3/include/soc/twai_struct.h
components/soc/esp32s3/include/soc/uart_caps.h
components/soc/esp32s3/include/soc/uart_pins.h
components/soc/esp32s3/include/soc/uart_reg.h
components/soc/esp32s3/include/soc/uart_struct.h
components/soc/esp32s3/include/soc/uhci_reg.h
components/soc/esp32s3/include/soc/uhci_struct.h
components/soc/esp32s3/include/soc/usb_reg.h
components/soc/esp32s3/include/soc/usb_serial_jtag_struct.h
components/soc/esp32s3/include/soc/usb_struct.h
components/soc/esp32s3/include/soc/usb_types.h
components/soc/esp32s3/include/soc/usb_wrap_reg.h
components/soc/esp32s3/include/soc/usb_wrap_struct.h
components/soc/esp32s3/include/soc/usbh_struct.h
components/soc/esp32s3/include/soc/wdev_reg.h
components/soc/esp32s3/include/soc/world_controller_reg.h
components/soc/esp32s3/include/soc/world_controller_struct.h
components/soc/esp32s3/interrupts.c
components/soc/esp32s3/ledc_periph.c
components/soc/esp32s3/rtc_io_periph.c
components/soc/esp32s3/sdio_slave_periph.c
components/soc/esp32s3/sdmmc_periph.c
components/soc/esp32s3/spi_periph.c
components/soc/esp32s3/uart_periph.c
components/soc/esp32s3/usb_periph.c
components/soc/esp32s3/usb_periph.h
components/soc/include/soc/adc_periph.h
components/soc/include/soc/dac_periph.h
components/soc/include/soc/dedic_gpio_periph.h
components/soc/include/soc/emac_periph.h
components/soc/include/soc/gpio_periph.h
components/soc/include/soc/i2c_periph.h
components/soc/include/soc/interrupts.h
components/soc/include/soc/ledc_periph.h
components/soc/include/soc/rtc_cntl_periph.h
components/soc/include/soc/rtc_periph.h
components/soc/include/soc/sdio_slave_periph.h
components/soc/include/soc/sdmmc_periph.h
components/soc/include/soc/sens_periph.h
components/soc/include/soc/spi_periph.h
components/soc/include/soc/syscon_periph.h
components/soc/include/soc/twai_periph.h
components/soc/include/soc/uart_periph.h
components/soc/include/soc/uhci_periph.h
components/soc/include/soc/usb_periph.h
components/soc/lldesc.c
components/soc/soc_include_legacy_warn.c
components/spi_flash/cache_utils.h
components/spi_flash/include/esp_spi_flash_counters.h
components/spi_flash/include/spi_flash_chip_boya.h
components/spi_flash/include/spi_flash_chip_driver.h
components/spi_flash/include/spi_flash_chip_gd.h
components/spi_flash/include/spi_flash_chip_generic.h
components/spi_flash/include/spi_flash_chip_issi.h
components/spi_flash/include/spi_flash_chip_mxic.h
components/spi_flash/include/spi_flash_chip_winbond.h
components/spi_flash/sim/SpiFlash.cpp
components/spi_flash/sim/flash_mock.cpp
components/spi_flash/sim/flash_mock_util.c
components/spi_flash/sim/sdkconfig/sdkconfig.h
components/spi_flash/sim/stubs/bsd/strlcpy.c
components/spi_flash/spi_flash_chip_boya.c
components/spi_flash/spi_flash_chip_gd.c
components/spi_flash/spi_flash_chip_issi.c
components/spi_flash/spi_flash_chip_mxic.c
components/spi_flash/spi_flash_chip_mxic_opi.c
components/spi_flash/spi_flash_chip_winbond.c
components/spi_flash/test/test_esp_flash.c
components/spi_flash/test/test_flash_encryption.c
components/spi_flash/test/test_mmap.c
components/spi_flash/test/test_out_of_bounds_write.c
components/spi_flash/test/test_partition_ext.c
components/spi_flash/test/test_spi_flash.c
components/tcp_transport/include/esp_transport_ssl.h
components/tcp_transport/include/esp_transport_tcp.h
components/tcp_transport/include/esp_transport_ws.h
components/tcp_transport/test/tcp_transport_fixtures.h
components/tcp_transport/test/test_transport_basic.c
components/tcp_transport/test/test_transport_connect.c
components/tcp_transport/test/test_transport_fixtures.c
components/tcp_transport/transport_utils.c
components/tinyusb/additions/include/tusb_config.h
components/touch_element/include/touch_element/touch_button.h
components/touch_element/include/touch_element/touch_element_private.h
components/touch_element/test/test_touch_button.c
components/touch_element/test/test_touch_element.c
components/touch_element/test/test_touch_matrix.c
components/touch_element/test/test_touch_slider.c
components/touch_element/touch_button.c
components/touch_element/touch_matrix.c
components/touch_element/touch_slider.c
components/ulp/esp32ulp_mapgen.py
components/ulp/test/esp32/test_ulp_as.c
components/unity/include/priv/setjmp.h
components/unity/include/unity_config.h
components/unity/include/unity_fixture_extras.h
components/usb/test/hcd/test_hcd_ctrl.c
components/vfs/include/esp_vfs_common.h
components/vfs/include/esp_vfs_eventfd.h
components/vfs/test/test_vfs_lwip.c
components/vfs/test/test_vfs_paths.c
components/wifi_provisioning/include/wifi_provisioning/scheme_ble.h
components/wifi_provisioning/include/wifi_provisioning/scheme_console.h
components/wifi_provisioning/include/wifi_provisioning/scheme_softap.h
components/wifi_provisioning/include/wifi_provisioning/wifi_scan.h
components/wifi_provisioning/proto-c/wifi_config.pb-c.c
components/wifi_provisioning/proto-c/wifi_config.pb-c.h
components/wifi_provisioning/proto-c/wifi_constants.pb-c.c
components/wifi_provisioning/proto-c/wifi_constants.pb-c.h
components/wifi_provisioning/proto-c/wifi_scan.pb-c.c
components/wifi_provisioning/proto-c/wifi_scan.pb-c.h
components/wifi_provisioning/python/wifi_config_pb2.py
components/wifi_provisioning/python/wifi_constants_pb2.py
components/wifi_provisioning/python/wifi_scan_pb2.py
components/wifi_provisioning/src/handlers.c
components/wifi_provisioning/src/scheme_console.c
components/wifi_provisioning/src/wifi_config.c
components/wifi_provisioning/src/wifi_provisioning_priv.h
components/wifi_provisioning/src/wifi_scan.c
components/wpa_supplicant/esp_supplicant/src/esp_scan_i.h
components/wpa_supplicant/esp_supplicant/src/esp_wpa3_i.h
components/wpa_supplicant/esp_supplicant/src/esp_wpa_err.h
components/wpa_supplicant/include/utils/wpa_debug.h
components/wpa_supplicant/include/utils/wpabuf.h
components/wpa_supplicant/port/include/byteswap.h
components/wpa_supplicant/port/include/endian.h
components/wpa_supplicant/port/include/os.h
components/wpa_supplicant/port/os_xtensa.c
components/wpa_supplicant/src/ap/ap_config.c
components/wpa_supplicant/src/ap/ap_config.h
components/wpa_supplicant/src/ap/hostapd.h
components/wpa_supplicant/src/ap/ieee802_1x.c
components/wpa_supplicant/src/ap/ieee802_1x.h
components/wpa_supplicant/src/ap/sta_info.h
components/wpa_supplicant/src/ap/wpa_auth.c
components/wpa_supplicant/src/ap/wpa_auth.h
components/wpa_supplicant/src/ap/wpa_auth_i.h
components/wpa_supplicant/src/ap/wpa_auth_ie.c
components/wpa_supplicant/src/ap/wpa_auth_ie.h
components/wpa_supplicant/src/common/bss.c
components/wpa_supplicant/src/common/bss.h
components/wpa_supplicant/src/common/defs.h
components/wpa_supplicant/src/common/dpp.c
components/wpa_supplicant/src/common/dpp.h
components/wpa_supplicant/src/common/eapol_common.h
components/wpa_supplicant/src/common/ieee802_11_common.c
components/wpa_supplicant/src/common/ieee802_11_common.h
components/wpa_supplicant/src/common/ieee802_11_defs.h
components/wpa_supplicant/src/common/mbo.c
components/wpa_supplicant/src/common/rrm.c
components/wpa_supplicant/src/common/rrm.h
components/wpa_supplicant/src/common/sae.c
components/wpa_supplicant/src/common/sae.h
components/wpa_supplicant/src/common/scan.c
components/wpa_supplicant/src/common/scan.h
components/wpa_supplicant/src/common/wnm_sta.c
components/wpa_supplicant/src/common/wnm_sta.h
components/wpa_supplicant/src/common/wpa_common.c
components/wpa_supplicant/src/common/wpa_common.h
components/wpa_supplicant/src/common/wpa_ctrl.h
components/wpa_supplicant/src/common/wpa_supplicant_i.h
components/wpa_supplicant/src/crypto/aes-cbc.c
components/wpa_supplicant/src/crypto/aes-ccm.c
components/wpa_supplicant/src/crypto/aes-ctr.c
components/wpa_supplicant/src/crypto/aes-gcm.c
components/wpa_supplicant/src/crypto/aes-internal-dec.c
components/wpa_supplicant/src/crypto/aes-internal-enc.c
components/wpa_supplicant/src/crypto/aes-internal.c
components/wpa_supplicant/src/crypto/aes-omac1.c
components/wpa_supplicant/src/crypto/aes-siv.c
components/wpa_supplicant/src/crypto/aes-unwrap.c
components/wpa_supplicant/src/crypto/aes-wrap.c
components/wpa_supplicant/src/crypto/aes.h
components/wpa_supplicant/src/crypto/aes_i.h
components/wpa_supplicant/src/crypto/aes_siv.h
components/wpa_supplicant/src/crypto/aes_wrap.h
components/wpa_supplicant/src/crypto/ccmp.c
components/wpa_supplicant/src/crypto/ccmp.h
components/wpa_supplicant/src/crypto/crypto.h
components/wpa_supplicant/src/crypto/crypto_internal-cipher.c
components/wpa_supplicant/src/crypto/crypto_internal-modexp.c
components/wpa_supplicant/src/crypto/crypto_internal-rsa.c
components/wpa_supplicant/src/crypto/crypto_internal.c
components/wpa_supplicant/src/crypto/crypto_mbedtls-rsa.c
components/wpa_supplicant/src/crypto/des-internal.c
components/wpa_supplicant/src/crypto/des_i.h
components/wpa_supplicant/src/crypto/dh_group5.c
components/wpa_supplicant/src/crypto/dh_group5.h
components/wpa_supplicant/src/crypto/dh_groups.c
components/wpa_supplicant/src/crypto/dh_groups.h
components/wpa_supplicant/src/crypto/libtommath.h
components/wpa_supplicant/src/crypto/md4-internal.c
components/wpa_supplicant/src/crypto/md5-internal.c
components/wpa_supplicant/src/crypto/md5.c
components/wpa_supplicant/src/crypto/md5.h
components/wpa_supplicant/src/crypto/md5_i.h
components/wpa_supplicant/src/crypto/ms_funcs.c
components/wpa_supplicant/src/crypto/ms_funcs.h
components/wpa_supplicant/src/crypto/random.h
components/wpa_supplicant/src/crypto/rc4.c
components/wpa_supplicant/src/crypto/sha1-internal.c
components/wpa_supplicant/src/crypto/sha1-pbkdf2.c
components/wpa_supplicant/src/crypto/sha1-prf.c
components/wpa_supplicant/src/crypto/sha1-tlsprf.c
components/wpa_supplicant/src/crypto/sha1.c
components/wpa_supplicant/src/crypto/sha1.h
components/wpa_supplicant/src/crypto/sha1_i.h
components/wpa_supplicant/src/crypto/sha256-internal.c
components/wpa_supplicant/src/crypto/sha256-kdf.c
components/wpa_supplicant/src/crypto/sha256-prf.c
components/wpa_supplicant/src/crypto/sha256-tlsprf.c
components/wpa_supplicant/src/crypto/sha256.c
components/wpa_supplicant/src/crypto/sha256.h
components/wpa_supplicant/src/crypto/sha256_i.h
components/wpa_supplicant/src/crypto/sha384-internal.c
components/wpa_supplicant/src/crypto/sha384-prf.c
components/wpa_supplicant/src/crypto/sha384-tlsprf.c
components/wpa_supplicant/src/crypto/sha384.h
components/wpa_supplicant/src/crypto/sha384_i.h
components/wpa_supplicant/src/crypto/sha512-internal.c
components/wpa_supplicant/src/crypto/sha512_i.h
components/wpa_supplicant/src/drivers/driver.h
components/wpa_supplicant/src/eap_peer/chap.c
components/wpa_supplicant/src/eap_peer/chap.h
components/wpa_supplicant/src/eap_peer/eap.c
components/wpa_supplicant/src/eap_peer/eap.h
components/wpa_supplicant/src/eap_peer/eap_common.c
components/wpa_supplicant/src/eap_peer/eap_common.h
components/wpa_supplicant/src/eap_peer/eap_config.h
components/wpa_supplicant/src/eap_peer/eap_defs.h
components/wpa_supplicant/src/eap_peer/eap_i.h
components/wpa_supplicant/src/eap_peer/eap_methods.h
components/wpa_supplicant/src/eap_peer/eap_mschapv2.c
components/wpa_supplicant/src/eap_peer/eap_peap.c
components/wpa_supplicant/src/eap_peer/eap_peap_common.c
components/wpa_supplicant/src/eap_peer/eap_peap_common.h
components/wpa_supplicant/src/eap_peer/eap_tls.c
components/wpa_supplicant/src/eap_peer/eap_tls.h
components/wpa_supplicant/src/eap_peer/eap_tls_common.c
components/wpa_supplicant/src/eap_peer/eap_tls_common.h
components/wpa_supplicant/src/eap_peer/eap_tlv_common.h
components/wpa_supplicant/src/eap_peer/eap_ttls.c
components/wpa_supplicant/src/eap_peer/eap_ttls.h
components/wpa_supplicant/src/eap_peer/mschapv2.c
components/wpa_supplicant/src/eap_peer/mschapv2.h
components/wpa_supplicant/src/rsn_supp/pmksa_cache.c
components/wpa_supplicant/src/rsn_supp/pmksa_cache.h
components/wpa_supplicant/src/rsn_supp/wpa.c
components/wpa_supplicant/src/rsn_supp/wpa.h
components/wpa_supplicant/src/rsn_supp/wpa_i.h
components/wpa_supplicant/src/rsn_supp/wpa_ie.c
components/wpa_supplicant/src/rsn_supp/wpa_ie.h
components/wpa_supplicant/src/tls/asn1.c
components/wpa_supplicant/src/tls/asn1.h
components/wpa_supplicant/src/tls/bignum.c
components/wpa_supplicant/src/tls/bignum.h
components/wpa_supplicant/src/tls/libtommath.h
components/wpa_supplicant/src/tls/pkcs1.c
components/wpa_supplicant/src/tls/pkcs1.h
components/wpa_supplicant/src/tls/pkcs5.c
components/wpa_supplicant/src/tls/pkcs5.h
components/wpa_supplicant/src/tls/pkcs8.c
components/wpa_supplicant/src/tls/pkcs8.h
components/wpa_supplicant/src/tls/rsa.c
components/wpa_supplicant/src/tls/rsa.h
components/wpa_supplicant/src/tls/tls.h
components/wpa_supplicant/src/tls/tls_internal.c
components/wpa_supplicant/src/tls/tlsv1_client.c
components/wpa_supplicant/src/tls/tlsv1_client.h
components/wpa_supplicant/src/tls/tlsv1_client_i.h
components/wpa_supplicant/src/tls/tlsv1_client_read.c
components/wpa_supplicant/src/tls/tlsv1_client_write.c
components/wpa_supplicant/src/tls/tlsv1_common.c
components/wpa_supplicant/src/tls/tlsv1_common.h
components/wpa_supplicant/src/tls/tlsv1_cred.c
components/wpa_supplicant/src/tls/tlsv1_cred.h
components/wpa_supplicant/src/tls/tlsv1_record.c
components/wpa_supplicant/src/tls/tlsv1_record.h
components/wpa_supplicant/src/tls/tlsv1_server.c
components/wpa_supplicant/src/tls/tlsv1_server.h
components/wpa_supplicant/src/tls/tlsv1_server_i.h
components/wpa_supplicant/src/tls/tlsv1_server_read.c
components/wpa_supplicant/src/tls/tlsv1_server_write.c
components/wpa_supplicant/src/tls/x509v3.c
components/wpa_supplicant/src/tls/x509v3.h
components/wpa_supplicant/src/utils/base64.c
components/wpa_supplicant/src/utils/base64.h
components/wpa_supplicant/src/utils/bitfield.c
components/wpa_supplicant/src/utils/bitfield.h
components/wpa_supplicant/src/utils/common.c
components/wpa_supplicant/src/utils/common.h
components/wpa_supplicant/src/utils/ext_password.c
components/wpa_supplicant/src/utils/ext_password.h
components/wpa_supplicant/src/utils/ext_password_i.h
components/wpa_supplicant/src/utils/includes.h
components/wpa_supplicant/src/utils/json.c
components/wpa_supplicant/src/utils/json.h
components/wpa_supplicant/src/utils/list.h
components/wpa_supplicant/src/utils/state_machine.h
components/wpa_supplicant/src/utils/uuid.c
components/wpa_supplicant/src/utils/uuid.h
components/wpa_supplicant/src/utils/wpa_debug.c
components/wpa_supplicant/src/utils/wpabuf.c
components/wpa_supplicant/src/wps/wps.c
components/wpa_supplicant/src/wps/wps.h
components/wpa_supplicant/src/wps/wps_attr_build.c
components/wpa_supplicant/src/wps/wps_attr_parse.c
components/wpa_supplicant/src/wps/wps_attr_parse.h
components/wpa_supplicant/src/wps/wps_attr_process.c
components/wpa_supplicant/src/wps/wps_common.c
components/wpa_supplicant/src/wps/wps_defs.h
components/wpa_supplicant/src/wps/wps_dev_attr.c
components/wpa_supplicant/src/wps/wps_dev_attr.h
components/wpa_supplicant/src/wps/wps_enrollee.c
components/wpa_supplicant/src/wps/wps_i.h
components/wpa_supplicant/src/wps/wps_registrar.c
components/wpa_supplicant/src/wps/wps_validate.c
components/wpa_supplicant/test/test_dpp.c
components/xtensa/eri.c
components/xtensa/esp32/include/xtensa/config/core-isa.h
components/xtensa/esp32/include/xtensa/config/core-matmap.h
components/xtensa/esp32/include/xtensa/config/core.h
components/xtensa/esp32/include/xtensa/config/defs.h
components/xtensa/esp32/include/xtensa/config/extreg.h
components/xtensa/esp32/include/xtensa/config/specreg.h
components/xtensa/esp32/include/xtensa/config/system.h
components/xtensa/esp32/include/xtensa/config/tie-asm.h
components/xtensa/esp32/include/xtensa/config/tie.h
components/xtensa/esp32s2/include/xtensa/config/core-isa.h
components/xtensa/esp32s2/include/xtensa/config/core-matmap.h
components/xtensa/esp32s2/include/xtensa/config/core.h
components/xtensa/esp32s2/include/xtensa/config/defs.h
components/xtensa/esp32s2/include/xtensa/config/extreg.h
components/xtensa/esp32s2/include/xtensa/config/specreg.h
components/xtensa/esp32s2/include/xtensa/config/system.h
components/xtensa/esp32s2/include/xtensa/config/tie-asm.h
components/xtensa/esp32s2/include/xtensa/config/tie.h
components/xtensa/esp32s3/include/xtensa/config/core-isa.h
components/xtensa/esp32s3/include/xtensa/config/core-matmap.h
components/xtensa/esp32s3/include/xtensa/config/core.h
components/xtensa/esp32s3/include/xtensa/config/defs.h
components/xtensa/esp32s3/include/xtensa/config/extreg.h
components/xtensa/esp32s3/include/xtensa/config/specreg.h
components/xtensa/esp32s3/include/xtensa/config/system.h
components/xtensa/esp32s3/include/xtensa/config/tie-asm.h
components/xtensa/esp32s3/include/xtensa/config/tie.h
components/xtensa/include/eri.h
components/xtensa/include/esp_private/panic_reason.h
components/xtensa/include/xt_trax.h
components/xtensa/include/xtensa-debug-module.h
components/xtensa/include/xtensa/cacheasm.h
components/xtensa/include/xtensa/cacheattrasm.h
components/xtensa/include/xtensa/core-macros.h
components/xtensa/include/xtensa/coreasm.h
components/xtensa/include/xtensa/corebits.h
components/xtensa/include/xtensa/hal.h
components/xtensa/include/xtensa/idmaasm.h
components/xtensa/include/xtensa/mpuasm.h
components/xtensa/include/xtensa/specreg.h
components/xtensa/include/xtensa/traxreg.h
components/xtensa/include/xtensa/xdm-regs.h
components/xtensa/include/xtensa/xt_perf_consts.h
components/xtensa/include/xtensa/xtensa-libdb-macros.h
components/xtensa/include/xtensa/xtensa-versions.h
components/xtensa/include/xtensa/xtensa-xer.h
components/xtensa/include/xtensa/xtensa_api.h
components/xtensa/include/xtensa/xtensa_context.h
components/xtensa/include/xtensa/xtruntime-core-state.h
components/xtensa/include/xtensa/xtruntime-frames.h
components/xtensa/include/xtensa/xtruntime.h
components/xtensa/trax/test/test.c
components/xtensa/trax/traceparse.py
components/xtensa/xt_trax.c
components/xtensa/xtensa_intr.c
docs/conf_common.py
docs/en/conf.py
docs/zh_CN/conf.py
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/genie_event.c
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/genie_reset.c
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/genie_timer.c
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/genie_util.c
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_dlist.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_event.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_mesh.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_model_srv.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_reset.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_slist.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_timer.h
examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/include/genie_util.h
examples/bluetooth/nimble/blecent/blecent_test.py
examples/bluetooth/nimble/blecent/main/blecent.h
examples/bluetooth/nimble/blecent/main/main.c
examples/bluetooth/nimble/blecent/main/misc.c
examples/bluetooth/nimble/blecent/main/peer.c
examples/bluetooth/nimble/blehr/blehr_test.py
examples/bluetooth/nimble/blehr/main/blehr_sens.h
examples/bluetooth/nimble/blehr/main/gatt_svr.c
examples/bluetooth/nimble/blehr/main/main.c
examples/bluetooth/nimble/blemesh/main/app_mesh.c
examples/bluetooth/nimble/bleprph/bleprph_test.py
examples/bluetooth/nimble/bleprph/main/bleprph.h
examples/bluetooth/nimble/bleprph/main/gatt_svr.c
examples/bluetooth/nimble/bleprph/main/main.c
examples/bluetooth/nimble/bleprph/main/misc.c
examples/bluetooth/nimble/bleprph/main/scli.c
examples/bluetooth/nimble/bleprph_wifi_coex/main/bleprph.h
examples/bluetooth/nimble/bleprph_wifi_coex/main/gatt_svr.c
examples/bluetooth/nimble/bleprph_wifi_coex/main/main.c
examples/build_system/cmake/component_manager/main/component_manager.c
examples/build_system/cmake/import_prebuilt/main/main.c
examples/build_system/cmake/import_prebuilt/prebuilt/components/prebuilt/prebuilt.c
examples/build_system/cmake/import_prebuilt/prebuilt/components/prebuilt/prebuilt.h
examples/build_system/cmake/import_prebuilt/prebuilt/main/main.c
examples/build_system/cmake/linux_host_app/main/linux_host_app.cpp
examples/build_system/cmake/multi_config/main/func.h
examples/build_system/cmake/multi_config/main/func_dev.c
examples/build_system/cmake/multi_config/main/func_prod.c
examples/build_system/cmake/multi_config/main/multi_config_example_main.c
examples/common_components/iperf/include/iperf.h
examples/common_components/iperf/iperf.c
examples/common_components/protocol_examples_common/addr_from_stdin.c
examples/common_components/protocol_examples_common/include/addr_from_stdin.h
examples/common_components/protocol_examples_common/include/protocol_examples_common.h
examples/common_components/protocol_examples_common/stdin_out.c
examples/custom_bootloader/bootloader_hooks/bootloader_components/my_boot_hooks/hooks.c
examples/custom_bootloader/bootloader_hooks/example_test.py
examples/custom_bootloader/bootloader_hooks/main/bootloader_hooks_example_main.c
examples/custom_bootloader/bootloader_override/example_test.py
examples/cxx/exceptions/example_test.py
examples/cxx/exceptions/main/exception_example_main.cpp
examples/cxx/experimental/blink_cxx/main/main.cpp
examples/cxx/experimental/esp_event_async_cxx/main/esp_event_async_cxx_example.cpp
examples/cxx/experimental/esp_event_cxx/main/esp_event_cxx_example.cpp
examples/cxx/experimental/esp_modem_cxx/main/simple_client.cpp
examples/cxx/experimental/esp_modem_cxx/main/simple_mqtt_client.cpp
examples/cxx/experimental/esp_modem_cxx/main/simple_mqtt_client.hpp
examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/include/esp_mqtt.hpp
examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/include/esp_mqtt_client_config.hpp
examples/cxx/experimental/esp_mqtt_cxx/ssl/main/mqtt_ssl_example.cpp
examples/cxx/experimental/esp_mqtt_cxx/tcp/main/mqtt_tcp_example.cpp
examples/cxx/experimental/esp_timer_cxx/main/esp_timer_example.cpp
examples/cxx/experimental/experimental_cpp_component/esp_event_api.cpp
examples/cxx/experimental/experimental_cpp_component/esp_event_cxx.cpp
examples/cxx/experimental/experimental_cpp_component/esp_exception.cpp
examples/cxx/experimental/experimental_cpp_component/esp_timer_cxx.cpp
examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/main/esp_timer_test.cpp
examples/cxx/experimental/experimental_cpp_component/host_test/gpio/main/gpio_cxx_test.cpp
examples/cxx/experimental/experimental_cpp_component/include/esp_event_api.hpp
examples/cxx/experimental/experimental_cpp_component/include/esp_timer_cxx.hpp
examples/cxx/experimental/experimental_cpp_component/test/test_cxx_exceptions.cpp
examples/cxx/experimental/experimental_cpp_component/test/test_esp_event_cxx.cpp
examples/cxx/experimental/experimental_cpp_component/test/test_esp_timer.cpp
examples/cxx/experimental/sensor_mcp9808/main/sensor_mcp9808.cpp
examples/cxx/pthread/example_test.py
examples/cxx/pthread/main/cpp_pthread.cpp
examples/cxx/rtti/example_test.py
examples/cxx/rtti/main/rtti_example_main.cpp
examples/ethernet/basic/main/ethernet_example_main.c
examples/ethernet/enc28j60/components/eth_enc28j60/enc28j60.h
examples/ethernet/enc28j60/main/enc28j60_example_main.c
examples/ethernet/eth2ap/main/ethernet_example_main.c
examples/ethernet/iperf/iperf_test.py
examples/ethernet/iperf/main/cmd_ethernet.c
examples/ethernet/iperf/main/cmd_ethernet.h
examples/ethernet/iperf/main/ethernet_example_main.c
examples/get-started/blink/example_test.py
examples/get-started/blink/main/blink_example_main.c
examples/get-started/hello_world/example_test.py
examples/get-started/sample_project/main/main.c
examples/mesh/internal_communication/main/include/mesh_light.h
examples/mesh/internal_communication/main/mesh_light.c
examples/mesh/internal_communication/main/mesh_main.c
examples/mesh/ip_internal_network/main/include/mesh_netif.h
examples/mesh/ip_internal_network/main/mesh_main.c
examples/mesh/ip_internal_network/main/mesh_netif.c
examples/mesh/ip_internal_network/main/mqtt_app.c
examples/mesh/manual_networking/main/include/mesh_light.h
examples/mesh/manual_networking/main/mesh_light.c
examples/mesh/manual_networking/main/mesh_main.c
examples/network/network_tests/main/stdinout.c
examples/network/network_tests/main/stdinout.h
examples/network/simple_sniffer/main/cmd_sniffer.c
examples/network/simple_sniffer/main/cmd_sniffer.h
examples/network/simple_sniffer/main/simple_sniffer_example_main.c
examples/peripherals/adc/single_read/adc/main/adc1_example_main.c
examples/peripherals/adc/single_read/adc2/main/adc2_example_main.c
examples/peripherals/gpio/generic_gpio/example_test.py
examples/peripherals/gpio/generic_gpio/main/gpio_example_main.c
examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/include/matrix_keyboard.h
examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/matrix_keyboard.c
examples/peripherals/gpio/matrix_keyboard/main/matrix_keyboard_example_main.c
examples/peripherals/i2c/i2c_simple/main/i2c_simple_main.c
examples/peripherals/i2c/i2c_tools/example_test.py
examples/peripherals/i2c/i2c_tools/main/cmd_i2ctools.h
examples/peripherals/i2c/i2c_tools/main/i2ctools_example_main.c
examples/peripherals/ledc/ledc_basic/main/ledc_basic_example_main.c
examples/peripherals/ledc/ledc_fade/main/ledc_fade_example_main.c
examples/peripherals/sdio/host/main/app_main.c
examples/peripherals/sdio/sdio_test.py
examples/peripherals/sdio/slave/main/app_main.c
examples/peripherals/spi_master/hd_eeprom/components/eeprom/spi_eeprom.c
examples/peripherals/spi_master/hd_eeprom/components/eeprom/spi_eeprom.h
examples/peripherals/spi_master/hd_eeprom/main/spi_eeprom_main.c
examples/peripherals/spi_master/lcd/main/decode_image.c
examples/peripherals/spi_master/lcd/main/decode_image.h
examples/peripherals/spi_master/lcd/main/pretty_effect.c
examples/peripherals/spi_master/lcd/main/pretty_effect.h
examples/peripherals/spi_master/lcd/main/spi_master_example_main.c
examples/peripherals/spi_slave/receiver/main/app_main.c
examples/peripherals/spi_slave/sender/main/app_main.c
examples/peripherals/spi_slave_hd/append_mode/master/main/app_main.c
examples/peripherals/spi_slave_hd/append_mode/slave/main/app_main.c
examples/peripherals/spi_slave_hd/segment_mode/seg_master/main/app_main.c
examples/peripherals/spi_slave_hd/segment_mode/seg_slave/main/app_main.c
examples/peripherals/touch_element/touch_button/main/touch_button_example_main.c
examples/peripherals/touch_element/touch_element_waterproof/main/waterproof_example_main.c
examples/peripherals/touch_element/touch_elements_combination/main/touch_elements_example_main.c
examples/peripherals/touch_element/touch_matrix/main/touch_matrix_example_main.c
examples/peripherals/touch_element/touch_slider/main/touch_slider_example_main.c
examples/peripherals/touch_pad_interrupt/main/esp32/tp_interrupt_main.c
examples/peripherals/touch_pad_interrupt/main/esp32s2/tp_interrupt_main.c
examples/peripherals/touch_pad_read/main/esp32/tp_read_main.c
examples/peripherals/touch_pad_read/main/esp32s2/tp_read_main.c
examples/peripherals/twai/twai_alert_and_recovery/example_test.py
examples/peripherals/twai/twai_alert_and_recovery/main/twai_alert_and_recovery_example_main.c
examples/peripherals/twai/twai_network/example_test.py
examples/peripherals/twai/twai_network/twai_network_listen_only/main/twai_network_example_listen_only_main.c
examples/peripherals/twai/twai_network/twai_network_master/main/twai_network_example_master_main.c
examples/peripherals/twai/twai_network/twai_network_slave/main/twai_network_example_slave_main.c
examples/peripherals/twai/twai_self_test/example_test.py
examples/peripherals/twai/twai_self_test/main/twai_self_test_example_main.c
examples/peripherals/uart/nmea0183_parser/main/nmea_parser_example_main.c
examples/peripherals/uart/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c
examples/peripherals/uart/uart_echo/main/uart_echo_example_main.c
examples/peripherals/uart/uart_echo_rs485/main/rs485_example.c
examples/peripherals/uart/uart_events/main/uart_events_example_main.c
examples/peripherals/uart/uart_repl/main/uart_repl_example_main.c
examples/peripherals/uart/uart_select/main/uart_select_example_main.c
examples/peripherals/usb/host/msc/components/msc/test/msc_device.c
examples/peripherals/wave_gen/main/wave_gen_example_main.c
examples/protocols/coap_client/main/coap_client_example_main.c
examples/protocols/coap_server/main/coap_server_example_main.c
examples/protocols/esp_http_client/esp_http_client_test.py
examples/protocols/esp_http_client/main/esp_http_client_example.c
examples/protocols/esp_local_ctrl/example_test.py
examples/protocols/esp_local_ctrl/main/app_main.c
examples/protocols/esp_local_ctrl/main/esp_local_ctrl_service.c
examples/protocols/http2_request/main/http2_request_example_main.c
examples/protocols/http_request/main/http_request_example_main.c
examples/protocols/http_server/advanced_tests/http_server_advanced_test.py
examples/protocols/http_server/advanced_tests/main/include/tests.h
examples/protocols/http_server/advanced_tests/main/main.c
examples/protocols/http_server/advanced_tests/main/tests.c
examples/protocols/http_server/advanced_tests/scripts/test.py
examples/protocols/http_server/captive_portal/example_test.py
examples/protocols/http_server/captive_portal/main/dns_server.c
examples/protocols/http_server/captive_portal/main/include/dns_server.h
examples/protocols/http_server/captive_portal/main/main.c
examples/protocols/http_server/persistent_sockets/http_server_persistence_test.py
examples/protocols/http_server/persistent_sockets/main/main.c
examples/protocols/http_server/restful_server/main/esp_rest_main.c
examples/protocols/http_server/restful_server/main/rest_server.c
examples/protocols/http_server/simple/http_server_simple_test.py
examples/protocols/http_server/simple/main/main.c
examples/protocols/http_server/ws_echo_server/main/ws_echo_server.c
examples/protocols/https_request/example_test.py
examples/protocols/https_server/simple/main/main.c
examples/protocols/https_server/wss_server/main/keep_alive.c
examples/protocols/https_server/wss_server/main/keep_alive.h
examples/protocols/https_server/wss_server/main/wss_server_example.c
examples/protocols/https_x509_bundle/example_test.py
examples/protocols/https_x509_bundle/main/https_x509_bundle_example_main.c
examples/protocols/icmp_echo/example_test.py
examples/protocols/icmp_echo/main/echo_example_main.c
examples/protocols/mqtt/ssl/main/app_main.c
examples/protocols/mqtt/ssl/mqtt_ssl_example_test.py
examples/protocols/mqtt/ssl_ds/main/app_main.c
examples/protocols/mqtt/ssl_mutual_auth/main/app_main.c
examples/protocols/mqtt/ssl_psk/main/app_main.c
examples/protocols/mqtt/tcp/main/app_main.c
examples/protocols/mqtt/tcp/mqtt_tcp_example_test.py
examples/protocols/mqtt/ws/main/app_main.c
examples/protocols/mqtt/ws/mqtt_ws_example_test.py
examples/protocols/mqtt/wss/main/app_main.c
examples/protocols/mqtt/wss/mqtt_wss_example_test.py
examples/protocols/slip/slip_udp/components/slip_modem/include/slip_modem.h
examples/protocols/slip/slip_udp/main/slip_client_main.c
examples/protocols/sntp/example_test.py
examples/protocols/sntp/main/sntp_example_main.c
examples/protocols/sockets/non_blocking/example_test.py
examples/protocols/sockets/non_blocking/main/non_blocking_socket_example.c
examples/protocols/sockets/tcp_client/example_test.py
examples/protocols/sockets/tcp_client/main/tcp_client.c
examples/protocols/sockets/tcp_client_multi_net/main/tcp_client_multiple.c
examples/protocols/sockets/tcp_server/example_test.py
examples/protocols/sockets/tcp_server/main/tcp_server.c
examples/protocols/sockets/udp_client/example_test.py
examples/protocols/sockets/udp_client/main/udp_client.c
examples/protocols/sockets/udp_multicast/main/udp_multicast_example_main.c
examples/protocols/sockets/udp_server/example_test.py
examples/protocols/sockets/udp_server/main/udp_server.c
examples/protocols/static_ip/main/static_ip_example_main.c
examples/provisioning/wifi_prov_mgr/main/app_main.c
examples/provisioning/wifi_prov_mgr/wifi_prov_mgr_test.py
examples/security/flash_encryption/example_test.py
examples/security/flash_encryption/main/flash_encrypt_main.c
examples/storage/custom_flash_driver/components/custom_chip_driver/chip_drivers.c
examples/storage/custom_flash_driver/components/custom_chip_driver/spi_flash_chip_eon.c
examples/storage/custom_flash_driver/main/main.c
examples/storage/ext_flash_fatfs/example_test.py
examples/storage/ext_flash_fatfs/main/ext_flash_fatfs_example_main.c
examples/storage/nvs_rw_blob/main/nvs_blob_example_main.c
examples/storage/nvs_rw_blob/nvs_rw_blob_example_test.py
examples/storage/nvs_rw_value/main/nvs_value_example_main.c
examples/storage/nvs_rw_value/nvs_rw_value_example_test.py
examples/storage/nvs_rw_value_cxx/main/nvs_value_example_main.cpp
examples/storage/nvs_rw_value_cxx/nvs_rw_value_cxx_example_test.py
examples/storage/partition_api/partition_find/main/main.c
examples/storage/partition_api/partition_find/partition_find_example_test.py
examples/storage/partition_api/partition_mmap/main/main.c
examples/storage/partition_api/partition_mmap/partition_mmap_example_test.py
examples/storage/partition_api/partition_ops/main/main.c
examples/storage/partition_api/partition_ops/partition_ops_example_test.py
examples/storage/parttool/example_test.py
examples/storage/parttool/main/parttool_main.c
examples/storage/parttool/parttool_example.py
examples/storage/sd_card/sdmmc/main/sd_card_example_main.c
examples/storage/sd_card/sdmmc/sd_card_example_test.py
examples/storage/sd_card/sdspi/main/sd_card_example_main.c
examples/storage/sd_card/sdspi/sd_card_example_test.py
examples/storage/semihost_vfs/main/semihost_vfs_example_main.c
examples/storage/semihost_vfs/semihost_vfs_example_test.py
examples/storage/spiffs/main/spiffs_example_main.c
examples/storage/spiffs/spiffs_example_test.py
examples/storage/spiffsgen/example_test.py
examples/storage/spiffsgen/main/spiffsgen_example_main.c
examples/storage/wear_levelling/main/wear_levelling_example_main.c
examples/storage/wear_levelling/wear_levelling_example_test.py
examples/system/app_trace_to_host/example_test.py
examples/system/app_trace_to_host/main/app_trace_to_host_example_main.c
examples/system/base_mac_address/example_test.py
examples/system/base_mac_address/main/base_mac_address_example_main.c
examples/system/console/advanced/components/cmd_nvs/cmd_nvs.c
examples/system/console/advanced/components/cmd_nvs/cmd_nvs.h
examples/system/console/advanced/components/cmd_system/cmd_system.c
examples/system/console/advanced/components/cmd_system/cmd_system.h
examples/system/console/advanced/example_test.py
examples/system/console/advanced/main/cmd_decl.h
examples/system/console/advanced/main/cmd_wifi.c
examples/system/console/advanced/main/cmd_wifi.h
examples/system/console/advanced/main/console_example_main.c
examples/system/console/basic/example_test.py
examples/system/console/basic/main/cmd_decl.h
examples/system/console/basic/main/cmd_wifi.c
examples/system/console/basic/main/cmd_wifi.h
examples/system/console/basic/main/console_example_main.c
examples/system/console_usb/main/console_usb_example_main.c
examples/system/deep_sleep/example_test.py
examples/system/deep_sleep/main/deep_sleep_example_main.c
examples/system/efuse/example_test.py
examples/system/efuse/main/efuse_main.c
examples/system/efuse/main/esp_efuse_custom_table.c
examples/system/efuse/main/include/esp_efuse_custom_table.h
examples/system/esp_event/default_event_loop/example_test.py
examples/system/esp_event/default_event_loop/main/event_source.h
examples/system/esp_event/default_event_loop/main/main.c
examples/system/esp_event/user_event_loops/example_test.py
examples/system/esp_event/user_event_loops/main/event_source.h
examples/system/esp_event/user_event_loops/main/main.c
examples/system/esp_timer/example_test.py
examples/system/esp_timer/main/esp_timer_example_main.c
examples/system/eventfd/example_test.py
examples/system/eventfd/main/eventfd_example.c
examples/system/freertos/real_time_stats/example_test.py
examples/system/freertos/real_time_stats/main/real_time_stats_example_main.c
examples/system/gcov/components/sample/some_funcs.c
examples/system/gcov/example_test.py
examples/system/gcov/main/gcov_example_func.c
examples/system/gcov/main/gcov_example_main.c
examples/system/gdbstub/main/gdbstub_main.c
examples/system/heap_task_tracking/main/heap_task_tracking_main.c
examples/system/himem/example_test.py
examples/system/himem/main/himem_example_main.c
examples/system/ipc/ipc_isr/example_test.py
examples/system/ipc/ipc_isr/main/main.c
examples/system/light_sleep/example_test.py
examples/system/ota/advanced_https_ota/example_test.py
examples/system/ota/advanced_https_ota/main/advanced_https_ota_example.c
examples/system/ota/advanced_https_ota/main/ble_helper/include/ble_api.h
examples/system/ota/native_ota_example/example_test.py
examples/system/ota/native_ota_example/main/native_ota_example.c
examples/system/ota/otatool/example_test.py
examples/system/ota/otatool/main/otatool_main.c
examples/system/ota/otatool/otatool_example.py
examples/system/ota/simple_ota_example/example_test.py
examples/system/ota/simple_ota_example/main/simple_ota_example.c
examples/system/perfmon/example_test.py
examples/system/perfmon/main/perfmon_example_main.c
examples/system/pthread/example_test.py
examples/system/pthread/main/pthread_example.c
examples/system/select/example_test.py
examples/system/select/main/select_example.c
examples/system/startup_time/example_test.py
examples/system/startup_time/main/hello_world_main.c
examples/system/sysview_tracing/example_test.py
examples/system/sysview_tracing/main/sysview_tracing.c
examples/system/sysview_tracing_heap_log/example_test.py
examples/system/sysview_tracing_heap_log/main/sysview_heap_log.c
examples/system/task_watchdog/example_test.py
examples/system/task_watchdog/main/task_watchdog_example_main.c
examples/system/ulp_fsm/ulp/example_test.py
examples/system/ulp_fsm/ulp/main/ulp_example_main.c
examples/system/ulp_fsm/ulp_adc/example_test.py
examples/system/ulp_fsm/ulp_adc/main/ulp_adc_example_main.c
examples/system/ulp_riscv/ds18b20_onewire/main/ulp/main.c
examples/system/ulp_riscv/ds18b20_onewire/main/ulp_riscv_ds18b20_example_main.c
examples/system/ulp_riscv/gpio/example_test.py
examples/system/ulp_riscv/gpio/main/ulp/main.c
examples/system/ulp_riscv/gpio/main/ulp_riscv_example_main.c
examples/system/unit_test/components/testable/include/testable.h
examples/system/unit_test/components/testable/mean.c
examples/system/unit_test/components/testable/test/test_mean.c
examples/system/unit_test/example_test.py
examples/system/unit_test/main/example_unit_test_main.c
examples/system/unit_test/test/main/example_unit_test_test.c
examples/wifi/espnow/main/espnow_example.h
examples/wifi/espnow/main/espnow_example_main.c
examples/wifi/fast_scan/main/fast_scan.c
examples/wifi/ftm/main/ftm_main.c
examples/wifi/getting_started/softAP/main/softap_example_main.c
examples/wifi/getting_started/station/main/station_example_main.c
examples/wifi/iperf/iperf_test.py
examples/wifi/iperf/main/cmd_decl.h
examples/wifi/iperf/main/cmd_wifi.c
examples/wifi/iperf/main/cmd_wifi.h
examples/wifi/iperf/main/iperf_example_main.c
examples/wifi/power_save/main/power_save.c
examples/wifi/roaming/main/roaming_example.c
examples/wifi/scan/main/scan.c
examples/wifi/smart_config/main/smartconfig_main.c
examples/wifi/wifi_easy_connect/dpp-enrollee/main/dpp_enrollee_main.c
examples/wifi/wifi_enterprise/main/wifi_enterprise_main.c
examples/wifi/wps/main/wps.c
tools/ble/lib_ble_client.py
tools/ble/lib_gap.py
tools/ble/lib_gatt.py
tools/catch/catch.hpp
tools/find_build_apps/__init__.py
tools/find_build_apps/cmake.py
tools/find_build_apps/common.py
tools/kconfig_new/confserver.py
tools/kconfig_new/gen_kconfig_doc.py
tools/kconfig_new/test/confgen/test_confgen.py
tools/kconfig_new/test/confserver/test_confserver.py
tools/kconfig_new/test/gen_kconfig_doc/test_kconfig_out.py
tools/kconfig_new/test/gen_kconfig_doc/test_target_visibility.py
tools/ldgen/entity.py
tools/ldgen/ldgen_common.py
tools/ldgen/output_commands.py
tools/ldgen/samples/template.ld
tools/ldgen/sdkconfig.py
tools/ldgen/test/data/linker_script.ld
tools/mocks/esp_system/include/esp_task.h
tools/templates/sample_component/include/main.h
tools/templates/sample_component/main.c
tools/test_apps/build_system/embed_test/main/test_main.c
tools/test_apps/build_system/ldalign_test/check_alignment.py
tools/test_apps/build_system/ldalign_test/main/test_main.c
tools/test_apps/build_system/ldgen_test/check_placements.py
tools/test_apps/build_system/ldgen_test/main/src1.c
tools/test_apps/build_system/ldgen_test/main/src2.c
tools/test_apps/build_system/ldgen_test/main/test_main.c
tools/test_apps/build_system/rsource_test/main/test_main.c
tools/test_apps/peripherals/i2c_wifi/app_test.py
tools/test_apps/peripherals/i2c_wifi/main/i2c_wifi_main.c
tools/test_apps/protocols/esp_netif/build_config/main/init_macro.h
tools/test_apps/protocols/esp_netif/build_config/main/main.cpp
tools/test_apps/protocols/esp_netif/build_config/main/netif_init_c99.c
tools/test_apps/protocols/esp_netif/build_config/main/netif_init_cpp.cpp
tools/test_apps/protocols/mqtt/build_test/main/mqtt_app.cpp
tools/test_apps/protocols/mqtt/publish_connect_test/app_test.py
tools/test_apps/protocols/mqtt/publish_connect_test/main/connect_test.c
tools/test_apps/protocols/mqtt/publish_connect_test/main/publish_connect_test.c
tools/test_apps/protocols/mqtt/publish_connect_test/main/publish_test.c
tools/test_apps/protocols/openssl/app_test.py
tools/test_apps/protocols/openssl/main/connect_test.c
tools/test_apps/protocols/openssl/main/main.c
tools/test_apps/security/secure_boot/example_test.py
tools/test_apps/security/secure_boot/main/secure_boot_main.c
tools/test_apps/security/secure_boot/main/secure_boot_main_esp32.c
tools/test_apps/system/bootloader_sections/main/test_main.c
tools/test_apps/system/build_test/main/test_main.c
tools/test_apps/system/cxx_no_except/main/main.cpp
tools/test_apps/system/gdb_loadable_elf/app_test.py
tools/test_apps/system/gdb_loadable_elf/main/hello_world_main.c
tools/test_apps/system/longjmp_test/app_test.py
tools/test_apps/system/longjmp_test/main/hello_world_main.c
tools/test_apps/system/memprot/app_test.py
tools/test_apps/system/memprot/main/esp32s2/test_memprot_main.c
tools/test_apps/system/monitor_ide_integration/app_test.py
tools/test_apps/system/monitor_ide_integration/main/main.c
tools/test_apps/system/no_embedded_paths/check_for_file_paths.py
tools/test_apps/system/no_embedded_paths/main/test_no_embedded_paths_main.c
tools/test_apps/system/panic/app_test.py
tools/test_apps/system/panic/main/test_panic_main.c
tools/test_apps/system/panic/panic_tests.py
tools/test_apps/system/panic/test_panic_util/test_panic_util.py
tools/test_apps/system/startup/app_test.py
tools/test_apps/system/startup/main/test_startup_main.c
tools/test_idf_monitor/dummy.c
tools/unit-test-app/components/test_utils/ccomp_timer.c
tools/unit-test-app/components/test_utils/include/ccomp_timer.h
tools/unit-test-app/components/test_utils/private_include/ccomp_timer_impl.h
tools/unit-test-app/components/test_utils/test/ccomp_timer_test_api.c
tools/unit-test-app/components/test_utils/test/ccomp_timer_test_data.c
tools/unit-test-app/components/test_utils/test/ccomp_timer_test_inst.c
tools/unit-test-app/idf_ext.py
tools/unit-test-app/main/app_main.c
tools/unit-test-app/tools/CreateSectionTable.py
tools/unit-test-app/tools/UnitTestParser.py