esp-idf/tools/ci/check_copyright_ignore.txt

1239 wiersze
64 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/common/tinycrypt/include/tinycrypt/aes.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/cbc_mode.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ccm_mode.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/cmac_mode.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/constants.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ctr_mode.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ctr_prng.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ecc.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ecc_dh.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ecc_dsa.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/ecc_platform_specific.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/hmac.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/hmac_prng.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/sha256.h
components/bt/esp_ble_mesh/common/tinycrypt/include/tinycrypt/utils.h
components/bt/esp_ble_mesh/common/tinycrypt/src/aes_decrypt.c
components/bt/esp_ble_mesh/common/tinycrypt/src/aes_encrypt.c
components/bt/esp_ble_mesh/common/tinycrypt/src/cbc_mode.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ccm_mode.c
components/bt/esp_ble_mesh/common/tinycrypt/src/cmac_mode.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ctr_mode.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ctr_prng.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ecc.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ecc_dh.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ecc_dsa.c
components/bt/esp_ble_mesh/common/tinycrypt/src/ecc_platform_specific.c
components/bt/esp_ble_mesh/common/tinycrypt/src/hmac.c
components/bt/esp_ble_mesh/common/tinycrypt/src/hmac_prng.c
components/bt/esp_ble_mesh/common/tinycrypt/src/sha256.c
components/bt/esp_ble_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/esp_eth/src/ksz8851.h
components/esp_event/host_test/esp_event_unit_test/main/esp_event_test.cpp
components/esp_event/host_test/fixtures.hpp
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_bluedroid.h
components/esp_hid/include/esp_hidh_gattc.h
components/esp_hid/private/bt_hidd.h
components/esp_hid/private/bt_hidh.h
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_phy/test/test_phy_rtc.c
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.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/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/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/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/sha.h
components/esp_rom/include/esp32/rom/tbconsole.h
components/esp_rom/include/esp32/rom/tjpgd.h
components/esp_rom/include/esp32c3/rom/bigint.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/hmac.h
components/esp_rom/include/esp32c3/rom/rsa_pss.h
components/esp_rom/include/esp32c3/rom/sha.h
components/esp_rom/include/esp32c3/rom/tjpgd.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/hmac.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/esp32s3/rom/bigint.h
components/esp_rom/include/esp32s3/rom/crc.h
components/esp_rom/include/esp32s3/rom/digital_signature.h
components/esp_rom/include/esp32s3/rom/hmac.h
components/esp_rom/include/esp32s3/rom/opi_flash.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/esp_rom_crc.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/patches/esp_rom_crc.c
components/esp_system/ubsan.c
components/esp_wifi/src/mesh_event.c
components/fatfs/diskio/diskio.c
components/fatfs/diskio/diskio_impl.h
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/hal/include/hal/dac_types.h
components/hal/spi_slave_hal.c
components/hal/spi_slave_hal_iram.c
components/idf_test/include/idf_performance.h
components/log/host_test/log_test/main/log_test.cpp
components/lwip/apps/ping/ping.c
components/lwip/include/apps/dhcpserver/dhcpserver_options.h
components/lwip/include/apps/esp_ping.h
components/lwip/include/apps/ping/ping.h
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/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/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_item_hash_list.cpp
components/nvs_flash/src/nvs_pagemanager.hpp
components/nvs_flash/src/nvs_partition_lookup.cpp
components/nvs_flash/src/nvs_partition_lookup.hpp
components/nvs_flash/src/nvs_test_api.h
components/nvs_flash/src/nvs_types.cpp
components/nvs_flash/test_nvs_host/main.cpp
components/nvs_flash/test_nvs_host/sdkconfig.h
components/nvs_flash/test_nvs_host/test_intrusive_list.cpp
components/protocomm/include/transports/protocomm_console.h
components/protocomm/include/transports/protocomm_httpd.h
components/riscv/include/riscv/csr.h
components/riscv/include/riscv/encoding.h
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/i2c_periph.c
components/soc/esp32/include/soc/bb_reg.h
components/soc/esp32/include/soc/boot_mode.h
components/soc/esp32/include/soc/fe_reg.h
components/soc/esp32/include/soc/flash_encryption_reg.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_reg.h
components/soc/esp32/include/soc/rtc_io_struct.h
components/soc/esp32/include/soc/sdmmc_pins.h
components/soc/esp32/include/soc/sdmmc_reg.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/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/ledc_periph.c
components/soc/esp32/spi_periph.c
components/soc/esp32/uart_periph.c
components/soc/esp32c3/i2c_periph.c
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/extmem_reg.h
components/soc/esp32c3/include/soc/fe_reg.h
components/soc/esp32c3/include/soc/gpio_reg.h
components/soc/esp32c3/include/soc/gpio_struct.h
components/soc/esp32c3/include/soc/i2c_reg.h
components/soc/esp32c3/include/soc/interrupt_core0_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/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_pins.h
components/soc/esp32c3/include/soc/systimer_reg.h
components/soc/esp32c3/include/soc/systimer_struct.h
components/soc/esp32c3/include/soc/uart_pins.h
components/soc/esp32c3/include/soc/uart_reg.h
components/soc/esp32c3/include/soc/uhci_reg.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/uart_periph.c
components/soc/esp32s2/adc_periph.c
components/soc/esp32s2/dedic_gpio_periph.c
components/soc/esp32s2/i2c_periph.c
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/crypto_dma_reg.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_reg.h
components/soc/esp32s2/include/soc/gpio_sig_map.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/memprot_defs.h
components/soc/esp32s2/include/soc/nrx_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_io_reg.h
components/soc/esp32s2/include/soc/sens_reg.h
components/soc/esp32s2/include/soc/sensitive_reg.h
components/soc/esp32s2/include/soc/soc_ulp.h
components/soc/esp32s2/include/soc/spi_pins.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/uart_pins.h
components/soc/esp32s2/include/soc/uart_reg.h
components/soc/esp32s2/include/soc/uhci_reg.h
components/soc/esp32s2/include/soc/usb_wrap_reg.h
components/soc/esp32s2/include/soc/usb_wrap_struct.h
components/soc/esp32s2/include/soc/wdev_reg.h
components/soc/esp32s2/ledc_periph.c
components/soc/esp32s2/uart_periph.c
components/soc/esp32s3/dedic_gpio_periph.c
components/soc/esp32s3/i2c_periph.c
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/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_reg.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_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_i2c_reg.h
components/soc/esp32s3/include/soc/rtc_i2c_struct.h
components/soc/esp32s3/include/soc/rtc_io_reg.h
components/soc/esp32s3/include/soc/rtc_io_struct.h
components/soc/esp32s3/include/soc/sdmmc_pins.h
components/soc/esp32s3/include/soc/sdmmc_reg.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/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_serial_jtag_struct.h
components/soc/esp32s3/include/soc/usb_wrap_reg.h
components/soc/esp32s3/include/soc/usb_wrap_struct.h
components/soc/esp32s3/include/soc/wdev_reg.h
components/soc/esp32s3/ledc_periph.c
components/soc/esp32s3/uart_periph.c
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/ledc_periph.h
components/soc/lldesc.c
components/spi_flash/include/spi_flash_chip_boya.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/spi_flash_chip_boya.c
components/spi_flash/spi_flash_chip_issi.c
components/tcp_transport/include/esp_transport_ws.h
components/vfs/include/esp_vfs_common.h
components/vfs/include/esp_vfs_eventfd.h
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/scheme_console.c
components/wifi_provisioning/src/wifi_config.c
components/wifi_provisioning/src/wifi_scan.c
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/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/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/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/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/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/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/main/blecent.h
examples/bluetooth/nimble/blecent/main/main.c
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/main/bleprph.h
examples/bluetooth/nimble/bleprph/main/gatt_svr.c
examples/bluetooth/nimble/bleprph/main/main.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/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/main/bootloader_hooks_example_main.c
examples/cxx/exceptions/main/exception_example_main.cpp
examples/cxx/pthread/main/cpp_pthread.cpp
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/iperf/main/cmd_ethernet.c
examples/ethernet/iperf/main/cmd_ethernet.h
examples/ethernet/iperf/main/ethernet_example_main.c
examples/get-started/blink/main/blink_example_main.c
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/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/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/main/matrix_keyboard_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/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/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/protocols/esp_http_client/main/esp_http_client_example.c
examples/protocols/esp_local_ctrl/main/app_main.c
examples/protocols/esp_local_ctrl/main/esp_local_ctrl_service.c
examples/protocols/http_request/main/http_request_example_main.c
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/async_handlers/main/main.c
examples/protocols/http_server/captive_portal/main/main.c
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/main/main.c
examples/protocols/http_server/ws_echo_server/main/ws_echo_server.c
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/main/https_x509_bundle_example_main.c
examples/protocols/icmp_echo/main/echo_example_main.c
examples/protocols/mqtt/ssl/main/app_main.c
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/ws/main/app_main.c
examples/protocols/mqtt/wss/main/app_main.c
examples/protocols/sntp/main/sntp_example_main.c
examples/protocols/sockets/non_blocking/main/non_blocking_socket_example.c
examples/protocols/sockets/tcp_client_multi_net/main/tcp_client_multiple.c
examples/protocols/sockets/tcp_server/main/tcp_server.c
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/main/udp_server.c
examples/protocols/static_ip/main/static_ip_example_main.c
examples/provisioning/wifi_prov_mgr/main/app_main.c
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/main/ext_flash_fatfs_example_main.c
examples/storage/nvs_rw_blob/main/nvs_blob_example_main.c
examples/storage/nvs_rw_value/main/nvs_value_example_main.c
examples/storage/nvs_rw_value_cxx/main/nvs_value_example_main.cpp
examples/storage/partition_api/partition_find/main/main.c
examples/storage/partition_api/partition_mmap/main/main.c
examples/storage/partition_api/partition_ops/main/main.c
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/sdspi/main/sd_card_example_main.c
examples/storage/semihost_vfs/main/semihost_vfs_example_main.c
examples/storage/spiffs/main/spiffs_example_main.c
examples/storage/spiffsgen/main/spiffsgen_example_main.c
examples/storage/wear_levelling/main/wear_levelling_example_main.c
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/main/console_example_main.c
examples/system/console/basic/main/console_example_main.c
examples/system/efuse/main/efuse_main.c
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/main/event_source.h
examples/system/esp_event/user_event_loops/main/main.c
examples/system/esp_timer/main/esp_timer_example_main.c
examples/system/eventfd/main/eventfd_example.c
examples/system/freertos/real_time_stats/main/real_time_stats_example_main.c
examples/system/gcov/components/sample/some_funcs.c
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/main/himem_example_main.c
examples/system/ota/advanced_https_ota/main/advanced_https_ota_example.c
examples/system/ota/native_ota_example/main/native_ota_example.c
examples/system/ota/otatool/main/otatool_main.c
examples/system/ota/otatool/otatool_example.py
examples/system/ota/simple_ota_example/main/simple_ota_example.c
examples/system/perfmon/main/perfmon_example_main.c
examples/system/select/main/select_example.c
examples/system/startup_time/main/hello_world_main.c
examples/system/sysview_tracing/main/sysview_tracing.c
examples/system/sysview_tracing_heap_log/main/sysview_heap_log.c
examples/system/task_watchdog/main/task_watchdog_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/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/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/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/ldgen/samples/template.ld
tools/ldgen/test/data/linker_script.ld
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/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/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/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/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/main/hello_world_main.c
tools/test_apps/system/longjmp_test/main/hello_world_main.c
tools/test_apps/system/memprot/main/esp32s2/test_memprot_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/startup/main/test_startup_main.c