├── .github ├── CODEOWNERS ├── labeler.yml ├── pull_request_template.md ├── reviewers.yml └── workflows │ ├── auto_request_review.yml │ └── labeler.yml ├── .restyled.yaml ├── License.txt ├── README.md ├── components └── service │ └── network_manager │ └── src │ └── sl_net_for_lwip.c ├── matter ├── efr32 │ ├── bootloader_binaries │ │ ├── README.md │ │ ├── bootloader-storage-internal-single-1536k-BRD4337A-gsdk4.3.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD2601B-gsdk4.1.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD2703A-gsdk4.1.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD2704A-gsdk4.2.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD4186C.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD4187C.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD4316A-gsdk4.1.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD4317A-gsdk4.1.s37 │ │ ├── bootloader-storage-internal-single-512k-BRD4319A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD2601B-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD2608A.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4116A.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4117A.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4118A.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4161A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4161A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4162A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4162A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4163A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4163A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4164A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4164A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4166A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4166A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4170A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4170A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4186C-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4187C-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4304A-gsdk4.1-combined.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4304A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4316A-gsdk4.1.s37 │ │ ├── bootloader-storage-spiflash-single-1024k-BRD4317A-gsdk4.1.s37 │ │ └── bootloader-storage-spiflash-single-1024k-BRD4318A-gsdk4.3.s37 │ ├── efr32mg24 │ │ ├── BRD2601B │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ ├── BRD2703A │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ ├── BRD4186A │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── brd4186c.h │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memlcd_usart_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ ├── BRD4186C │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_spidrv_init.c │ │ │ │ ├── sl_spidrv_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── brd4186c.h │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memlcd_usart_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_spidrv_eusart_exp_config.h │ │ │ │ ├── sl_spidrv_exp_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ ├── BRD4187A │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── brd4187c.h │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memlcd_usart_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ └── BRD4187C │ │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── gatt_db.c │ │ │ ├── gatt_db.h │ │ │ ├── sl_bluetooth.c │ │ │ ├── sl_bluetooth.h │ │ │ ├── sl_board_default_init.c │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_i2cspm_init.c │ │ │ ├── sl_i2cspm_instances.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_ot_custom_cli.c │ │ │ ├── sl_ot_init.c │ │ │ ├── sl_ot_init.h │ │ │ ├── sl_simple_button_instances.c │ │ │ ├── sl_simple_button_instances.h │ │ │ ├── sl_simple_led_instances.c │ │ │ ├── sl_simple_led_instances.h │ │ │ ├── sl_spidrv_init.c │ │ │ ├── sl_spidrv_instances.h │ │ │ ├── sl_uartdrv_init.c │ │ │ ├── sl_uartdrv_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ ├── brd4187c.h │ │ │ ├── btconf │ │ │ └── gatt_configuration.btconf │ │ │ ├── buffer_pool_allocator_config.h │ │ │ ├── circular_queue_config.h │ │ │ ├── dmadrv_config.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ ├── sl_bluetooth_config.h │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ ├── sl_board_control_config.h │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ ├── sl_bt_rtos_config.h │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ ├── sl_gp_interface_config.h │ │ │ ├── sl_hfxo_manager_config.h │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memlcd_usart_config.h │ │ │ ├── sl_memory_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ ├── sl_openthread_features_config.h │ │ │ ├── sl_openthread_radio_config.h │ │ │ ├── sl_openthread_rtos_config.h │ │ │ ├── sl_power_manager_config.h │ │ │ ├── sl_rail_util_pa_config.h │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ ├── sl_rail_util_pti_config.h │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ ├── sl_simple_button_config.h │ │ │ ├── sl_simple_led_led0_config.h │ │ │ ├── sl_simple_led_led1_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ ├── sl_spidrv_eusart_exp_config.h │ │ │ ├── sl_spidrv_exp_config.h │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ └── uartdrv_config.h │ ├── efr32mg26 │ │ ├── BRD2608A │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_device_init_dpll_config.h │ │ │ │ ├── sl_device_init_hfxo_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ ├── BRD4116A │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memlcd_usart_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ ├── BRD4117A │ │ │ ├── autogen │ │ │ │ ├── RTE_Components.h │ │ │ │ ├── gatt_db.c │ │ │ │ ├── gatt_db.h │ │ │ │ ├── sl_bluetooth.c │ │ │ │ ├── sl_bluetooth.h │ │ │ │ ├── sl_board_default_init.c │ │ │ │ ├── sl_component_catalog.h │ │ │ │ ├── sl_event_handler.c │ │ │ │ ├── sl_event_handler.h │ │ │ │ ├── sl_i2cspm_init.c │ │ │ │ ├── sl_i2cspm_instances.h │ │ │ │ ├── sl_iostream_handles.c │ │ │ │ ├── sl_iostream_handles.h │ │ │ │ ├── sl_iostream_init_instances.h │ │ │ │ ├── sl_ot_custom_cli.c │ │ │ │ ├── sl_ot_init.c │ │ │ │ ├── sl_ot_init.h │ │ │ │ ├── sl_simple_button_instances.c │ │ │ │ ├── sl_simple_button_instances.h │ │ │ │ ├── sl_simple_led_instances.c │ │ │ │ ├── sl_simple_led_instances.h │ │ │ │ ├── sl_uartdrv_init.c │ │ │ │ ├── sl_uartdrv_instances.h │ │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ │ ├── btconf │ │ │ │ └── gatt_configuration.btconf │ │ │ │ ├── buffer_pool_allocator_config.h │ │ │ │ ├── circular_queue_config.h │ │ │ │ ├── dmadrv_config.h │ │ │ │ ├── emlib_core_debug_config.h │ │ │ │ ├── nvm3_default_config.h │ │ │ │ ├── psa_crypto_config.h │ │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ │ ├── sl_bluetooth_config.h │ │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ │ ├── sl_board_control_config.h │ │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ │ ├── sl_bt_rtos_config.h │ │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ │ ├── sl_core_config.h │ │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ │ ├── sl_device_init_dpll_config.h │ │ │ │ ├── sl_device_init_hfxo_config.h │ │ │ │ ├── sl_gp_interface_config.h │ │ │ │ ├── sl_hfxo_manager_config.h │ │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ │ ├── sl_mbedtls_config.h │ │ │ │ ├── sl_mbedtls_device_config.h │ │ │ │ ├── sl_memlcd_usart_config.h │ │ │ │ ├── sl_memory_config.h │ │ │ │ ├── sl_memory_manager_config.h │ │ │ │ ├── sl_memory_manager_region_config.h │ │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ │ ├── sl_openthread_features_config.h │ │ │ │ ├── sl_openthread_radio_config.h │ │ │ │ ├── sl_openthread_rtos_config.h │ │ │ │ ├── sl_power_manager_config.h │ │ │ │ ├── sl_rail_util_pa_config.h │ │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ │ ├── sl_rail_util_pti_config.h │ │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ │ ├── sl_simple_button_config.h │ │ │ │ ├── sl_simple_led_led0_config.h │ │ │ │ ├── sl_simple_led_led1_config.h │ │ │ │ ├── sl_sleeptimer_config.h │ │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ │ └── uartdrv_config.h │ │ └── BRD4118A │ │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── gatt_db.c │ │ │ ├── gatt_db.h │ │ │ ├── sl_bluetooth.c │ │ │ ├── sl_bluetooth.h │ │ │ ├── sl_board_default_init.c │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_i2cspm_init.c │ │ │ ├── sl_i2cspm_instances.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_ot_custom_cli.c │ │ │ ├── sl_ot_init.c │ │ │ ├── sl_ot_init.h │ │ │ ├── sl_simple_button_instances.c │ │ │ ├── sl_simple_button_instances.h │ │ │ ├── sl_simple_led_instances.c │ │ │ ├── sl_simple_led_instances.h │ │ │ ├── sl_uartdrv_init.c │ │ │ ├── sl_uartdrv_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ │ └── config │ │ │ ├── btconf │ │ │ └── gatt_configuration.btconf │ │ │ ├── buffer_pool_allocator_config.h │ │ │ ├── circular_queue_config.h │ │ │ ├── dmadrv_config.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ ├── sl_bluetooth_config.h │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ ├── sl_board_control_config.h │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ ├── sl_bt_rtos_config.h │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ ├── sl_gp_interface_config.h │ │ │ ├── sl_hfxo_manager_config.h │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memlcd_usart_config.h │ │ │ ├── sl_memory_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ ├── sl_openthread_features_config.h │ │ │ ├── sl_openthread_radio_config.h │ │ │ ├── sl_openthread_rtos_config.h │ │ │ ├── sl_power_manager_config.h │ │ │ ├── sl_rail_util_pa_config.h │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ ├── sl_rail_util_pti_config.h │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ ├── sl_simple_button_config.h │ │ │ ├── sl_simple_led_led0_config.h │ │ │ ├── sl_simple_led_led1_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ └── uartdrv_config.h │ └── mgm24 │ │ ├── BRD2704A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── gatt_db.c │ │ │ ├── gatt_db.h │ │ │ ├── sl_bluetooth.c │ │ │ ├── sl_bluetooth.h │ │ │ ├── sl_board_default_init.c │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_ot_custom_cli.c │ │ │ ├── sl_ot_init.c │ │ │ ├── sl_ot_init.h │ │ │ ├── sl_simple_led_instances.c │ │ │ ├── sl_simple_led_instances.h │ │ │ ├── sl_uartdrv_init.c │ │ │ ├── sl_uartdrv_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── btconf │ │ │ └── gatt_configuration.btconf │ │ │ ├── buffer_pool_allocator_config.h │ │ │ ├── circular_queue_config.h │ │ │ ├── dmadrv_config.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ ├── sl_bluetooth_config.h │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ ├── sl_board_control_config.h │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ ├── sl_bt_rtos_config.h │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ ├── sl_fem_util_config.h │ │ │ ├── sl_gp_interface_config.h │ │ │ ├── sl_hfxo_manager_config.h │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memory_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_openthread_features_config.h │ │ │ ├── sl_openthread_radio_config.h │ │ │ ├── sl_openthread_rtos_config.h │ │ │ ├── sl_power_manager_config.h │ │ │ ├── sl_rail_util_pa_config.h │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ ├── sl_rail_util_pti_config.h │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ ├── sl_simple_led_led0_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ └── uartdrv_config.h │ │ ├── BRD4316A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── gatt_db.c │ │ │ ├── gatt_db.h │ │ │ ├── sl_bluetooth.c │ │ │ ├── sl_bluetooth.h │ │ │ ├── sl_board_default_init.c │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_ot_custom_cli.c │ │ │ ├── sl_ot_init.c │ │ │ ├── sl_ot_init.h │ │ │ ├── sl_simple_button_instances.c │ │ │ ├── sl_simple_button_instances.h │ │ │ ├── sl_uartdrv_init.c │ │ │ ├── sl_uartdrv_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── btconf │ │ │ └── gatt_configuration.btconf │ │ │ ├── buffer_pool_allocator_config.h │ │ │ ├── circular_queue_config.h │ │ │ ├── dmadrv_config.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ ├── sl_bluetooth_config.h │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ ├── sl_board_control_config.h │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ ├── sl_bt_rtos_config.h │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ ├── sl_fem_util_config.h │ │ │ ├── sl_gp_interface_config.h │ │ │ ├── sl_hfxo_manager_config.h │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memlcd_usart_config.h │ │ │ ├── sl_memory_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ ├── sl_openthread_features_config.h │ │ │ ├── sl_openthread_radio_config.h │ │ │ ├── sl_openthread_rtos_config.h │ │ │ ├── sl_power_manager_config.h │ │ │ ├── sl_rail_util_pa_config.h │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ ├── sl_rail_util_pti_config.h │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ ├── sl_simple_button_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ └── uartdrv_config.h │ │ ├── BRD4317A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── gatt_db.c │ │ │ ├── gatt_db.h │ │ │ ├── sl_bluetooth.c │ │ │ ├── sl_bluetooth.h │ │ │ ├── sl_board_default_init.c │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_i2cspm_init.c │ │ │ ├── sl_i2cspm_instances.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_ot_custom_cli.c │ │ │ ├── sl_ot_init.c │ │ │ ├── sl_ot_init.h │ │ │ ├── sl_simple_button_instances.c │ │ │ ├── sl_simple_button_instances.h │ │ │ ├── sl_uartdrv_init.c │ │ │ ├── sl_uartdrv_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── btconf │ │ │ └── gatt_configuration.btconf │ │ │ ├── buffer_pool_allocator_config.h │ │ │ ├── circular_queue_config.h │ │ │ ├── dmadrv_config.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ ├── sl_bluetooth_config.h │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ ├── sl_board_control_config.h │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ ├── sl_bt_rtos_config.h │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ ├── sl_fem_util_config.h │ │ │ ├── sl_gp_interface_config.h │ │ │ ├── sl_hfxo_manager_config.h │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memlcd_usart_config.h │ │ │ ├── sl_memory_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ ├── sl_openthread_features_config.h │ │ │ ├── sl_openthread_radio_config.h │ │ │ ├── sl_openthread_rtos_config.h │ │ │ ├── sl_power_manager_config.h │ │ │ ├── sl_rail_util_pa_config.h │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ ├── sl_rail_util_pti_config.h │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ ├── sl_simple_button_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ └── uartdrv_config.h │ │ ├── BRD4318A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── gatt_db.c │ │ │ ├── gatt_db.h │ │ │ ├── sl_bluetooth.c │ │ │ ├── sl_bluetooth.h │ │ │ ├── sl_board_default_init.c │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_i2cspm_init.c │ │ │ ├── sl_i2cspm_instances.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_ot_custom_cli.c │ │ │ ├── sl_ot_init.c │ │ │ ├── sl_ot_init.h │ │ │ ├── sl_simple_button_instances.c │ │ │ ├── sl_simple_button_instances.h │ │ │ ├── sl_simple_led_instances.c │ │ │ ├── sl_simple_led_instances.h │ │ │ ├── sl_uartdrv_init.c │ │ │ ├── sl_uartdrv_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── btconf │ │ │ └── gatt_configuration.btconf │ │ │ ├── buffer_pool_allocator_config.h │ │ │ ├── circular_queue_config.h │ │ │ ├── dmadrv_config.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_802154_radio_priority_config.h │ │ │ ├── sl_bluetooth_advertiser_config.h │ │ │ ├── sl_bluetooth_config.h │ │ │ ├── sl_bluetooth_connection_config.h │ │ │ ├── sl_board_control_config.h │ │ │ ├── sl_bt_host_adaptation_config.h │ │ │ ├── sl_bt_rtos_config.h │ │ │ ├── sl_bt_rtos_config_s2.h │ │ │ ├── sl_clock_manager_oscillator_config.h │ │ │ ├── sl_clock_manager_tree_config.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_device_init_dcdc_config.h │ │ │ ├── sl_fem_util_config.h │ │ │ ├── sl_gp_interface_config.h │ │ │ ├── sl_hfxo_manager_config.h │ │ │ ├── sl_i2cspm_sensor_config.h │ │ │ ├── sl_interrupt_manager_s2_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memlcd_usart_config.h │ │ │ ├── sl_memory_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_mx25_flash_shutdown_usart_config.h │ │ │ ├── sl_openthread_features_config.h │ │ │ ├── sl_openthread_radio_config.h │ │ │ ├── sl_openthread_rtos_config.h │ │ │ ├── sl_power_manager_config.h │ │ │ ├── sl_rail_util_pa_config.h │ │ │ ├── sl_rail_util_power_manager_init_config.h │ │ │ ├── sl_rail_util_pti_config.h │ │ │ ├── sl_rail_util_rssi_config.h │ │ │ ├── sl_rail_util_sequencer_config.h │ │ │ ├── sl_simple_button_btn0_config.h │ │ │ ├── sl_simple_button_btn1_config.h │ │ │ ├── sl_simple_button_config.h │ │ │ ├── sl_simple_led_led0_config.h │ │ │ ├── sl_simple_led_led1_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ │ └── uartdrv_config.h │ │ └── BRD4319A │ │ ├── autogen │ │ ├── RTE_Components.h │ │ ├── gatt_db.c │ │ ├── gatt_db.h │ │ ├── sl_bluetooth.c │ │ ├── sl_bluetooth.h │ │ ├── sl_board_default_init.c │ │ ├── sl_component_catalog.h │ │ ├── sl_event_handler.c │ │ ├── sl_event_handler.h │ │ ├── sl_iostream_handles.c │ │ ├── sl_iostream_handles.h │ │ ├── sl_iostream_init_instances.h │ │ ├── sl_ot_custom_cli.c │ │ ├── sl_ot_init.c │ │ ├── sl_ot_init.h │ │ ├── sl_simple_button_instances.c │ │ ├── sl_simple_button_instances.h │ │ ├── sl_uartdrv_init.c │ │ ├── sl_uartdrv_instances.h │ │ ├── sli_mbedtls_config_autogen.h │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ ├── sli_psa_builtin_config_autogen.h │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ ├── btconf │ │ └── gatt_configuration.btconf │ │ ├── buffer_pool_allocator_config.h │ │ ├── circular_queue_config.h │ │ ├── dmadrv_config.h │ │ ├── emlib_core_debug_config.h │ │ ├── nvm3_default_config.h │ │ ├── psa_crypto_config.h │ │ ├── sl_802154_radio_priority_config.h │ │ ├── sl_bluetooth_advertiser_config.h │ │ ├── sl_bluetooth_config.h │ │ ├── sl_bluetooth_connection_config.h │ │ ├── sl_board_control_config.h │ │ ├── sl_bt_host_adaptation_config.h │ │ ├── sl_bt_rtos_config.h │ │ ├── sl_bt_rtos_config_s2.h │ │ ├── sl_clock_manager_oscillator_config.h │ │ ├── sl_clock_manager_tree_config.h │ │ ├── sl_core_config.h │ │ ├── sl_device_init_dcdc_config.h │ │ ├── sl_fem_util_config.h │ │ ├── sl_gp_interface_config.h │ │ ├── sl_hfxo_manager_config.h │ │ ├── sl_interrupt_manager_s2_config.h │ │ ├── sl_mbedtls_config.h │ │ ├── sl_mbedtls_device_config.h │ │ ├── sl_memory_config.h │ │ ├── sl_memory_manager_config.h │ │ ├── sl_memory_manager_region_config.h │ │ ├── sl_openthread_features_config.h │ │ ├── sl_openthread_radio_config.h │ │ ├── sl_openthread_rtos_config.h │ │ ├── sl_power_manager_config.h │ │ ├── sl_rail_util_pa_config.h │ │ ├── sl_rail_util_power_manager_init_config.h │ │ ├── sl_rail_util_pti_config.h │ │ ├── sl_rail_util_rssi_config.h │ │ ├── sl_rail_util_sequencer_config.h │ │ ├── sl_simple_button_btn0_config.h │ │ ├── sl_simple_button_btn1_config.h │ │ ├── sl_simple_button_config.h │ │ ├── sl_sleeptimer_config.h │ │ ├── sl_uartdrv_eusart_vcom_config.h │ │ └── uartdrv_config.h ├── mbedtls │ └── tinycrypt │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── README │ │ ├── inc │ │ └── tinycrypt │ │ │ ├── ecc.h │ │ │ ├── ecc_dh.h │ │ │ ├── ecc_dsa.h │ │ │ └── tinycrypt_util.h │ │ └── src │ │ ├── ecc.c │ │ ├── ecc_dh.c │ │ ├── ecc_dsa.c │ │ └── tinycrypt_util.c ├── provision │ └── lib │ │ ├── libProvisionFlash_efr32mg12.a │ │ ├── libProvisionFlash_efr32mg24.a │ │ ├── libProvisionFlash_efr32mg26.a │ │ ├── libProvisionFlash_mgm24.a │ │ ├── libProvisionPSA_si917.a │ │ ├── libProvision_efr32mg12.a │ │ ├── libProvision_efr32mg24.a │ │ ├── libProvision_efr32mg26.a │ │ ├── libProvision_mgm24.a │ │ └── libProvision_si917.a └── si91x │ ├── siwx917 │ ├── BRD2605A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_si91x_button_instances.c │ │ │ ├── sl_si91x_button_instances.h │ │ │ ├── sl_si91x_power_manager_handler.c │ │ │ ├── sl_si91x_power_manager_init.h │ │ │ ├── sl_si91x_power_manager_wakeup_handler.c │ │ │ ├── sl_si91x_power_manager_wakeup_handler.h │ │ │ ├── sl_si91x_rgb_led_instances.c │ │ │ ├── sl_si91x_rgb_led_instances.h │ │ │ ├── sl_ulp_timer_init.c │ │ │ ├── sl_ulp_timer_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── RTE_Device_917.h │ │ │ ├── SEGGER_RTT_Conf.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── pin_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_board_configuration.h │ │ │ ├── sl_board_control.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_net_default_values.h │ │ │ ├── sl_si91x_button_init_btn0_config.h │ │ │ ├── sl_si91x_button_init_btn1_config.h │ │ │ ├── sl_si91x_button_pin_config.h │ │ │ ├── sl_si91x_dma_config.h │ │ │ ├── sl_si91x_power_manager_config_3.h │ │ │ ├── sl_si91x_power_manager_wakeup_source_config.h │ │ │ ├── sl_si91x_rgb_led_config.h │ │ │ ├── sl_si91x_rgb_led_init_led0_config.h │ │ │ ├── sl_si91x_stack_size_config.h │ │ │ ├── sl_si91x_ulp_timer_common_config.h │ │ │ ├── sl_si91x_ulp_timer_init_timer0_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ └── sl_wifi_region_db_config.h │ ├── BRD4338A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_si91x_button_instances.c │ │ │ ├── sl_si91x_button_instances.h │ │ │ ├── sl_si91x_led_instances.c │ │ │ ├── sl_si91x_led_instances.h │ │ │ ├── sl_si91x_power_manager_handler.c │ │ │ ├── sl_si91x_power_manager_init.h │ │ │ ├── sl_si91x_power_manager_wakeup_handler.c │ │ │ ├── sl_si91x_power_manager_wakeup_handler.h │ │ │ ├── sl_ulp_timer_init.c │ │ │ ├── sl_ulp_timer_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── RTE_Device_917.h │ │ │ ├── SEGGER_RTT_Conf.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── glib_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── pin_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_board_configuration.h │ │ │ ├── sl_board_control.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_net_default_values.h │ │ │ ├── sl_si91x_button_init_btn0_config.h │ │ │ ├── sl_si91x_button_init_btn1_config.h │ │ │ ├── sl_si91x_button_pin_config.h │ │ │ ├── sl_si91x_dma_config.h │ │ │ ├── sl_si91x_led_config.h │ │ │ ├── sl_si91x_led_init_led0_config.h │ │ │ ├── sl_si91x_led_init_led1_config.h │ │ │ ├── sl_si91x_memlcd_config.h │ │ │ ├── sl_si91x_power_manager_config_3.h │ │ │ ├── sl_si91x_power_manager_wakeup_source_config.h │ │ │ ├── sl_si91x_stack_size_config.h │ │ │ ├── sl_si91x_ulp_timer_common_config.h │ │ │ ├── sl_si91x_ulp_timer_init_timer0_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ └── sl_wifi_region_db_config.h │ ├── BRD4342A │ │ ├── autogen │ │ │ ├── RTE_Components.h │ │ │ ├── sl_component_catalog.h │ │ │ ├── sl_event_handler.c │ │ │ ├── sl_event_handler.h │ │ │ ├── sl_iostream_handles.c │ │ │ ├── sl_iostream_handles.h │ │ │ ├── sl_iostream_init_instances.h │ │ │ ├── sl_si91x_button_instances.c │ │ │ ├── sl_si91x_button_instances.h │ │ │ ├── sl_si91x_led_instances.c │ │ │ ├── sl_si91x_led_instances.h │ │ │ ├── sl_si91x_power_manager_handler.c │ │ │ ├── sl_si91x_power_manager_init.h │ │ │ ├── sl_si91x_power_manager_wakeup_handler.c │ │ │ ├── sl_si91x_power_manager_wakeup_handler.h │ │ │ ├── sl_ulp_timer_init.c │ │ │ ├── sl_ulp_timer_instances.h │ │ │ ├── sli_mbedtls_config_autogen.h │ │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ │ ├── sli_psa_builtin_config_autogen.h │ │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ │ ├── RTE_Device_917.h │ │ │ ├── SEGGER_RTT_Conf.h │ │ │ ├── emlib_core_debug_config.h │ │ │ ├── glib_config.h │ │ │ ├── nvm3_default_config.h │ │ │ ├── pin_config.h │ │ │ ├── psa_crypto_config.h │ │ │ ├── sl_board_configuration.h │ │ │ ├── sl_board_control.h │ │ │ ├── sl_core_config.h │ │ │ ├── sl_mbedtls_config.h │ │ │ ├── sl_mbedtls_device_config.h │ │ │ ├── sl_memory_manager_config.h │ │ │ ├── sl_memory_manager_region_config.h │ │ │ ├── sl_net_default_values.h │ │ │ ├── sl_si91x_button_init_btn0_config.h │ │ │ ├── sl_si91x_button_init_btn1_config.h │ │ │ ├── sl_si91x_button_pin_config.h │ │ │ ├── sl_si91x_dma_config.h │ │ │ ├── sl_si91x_led_config.h │ │ │ ├── sl_si91x_led_init_led0_config.h │ │ │ ├── sl_si91x_led_init_led1_config.h │ │ │ ├── sl_si91x_memlcd_config.h │ │ │ ├── sl_si91x_power_manager_config_3.h │ │ │ ├── sl_si91x_power_manager_wakeup_source_config.h │ │ │ ├── sl_si91x_psram_config.h │ │ │ ├── sl_si91x_psram_pin_config.h │ │ │ ├── sl_si91x_stack_size_config.h │ │ │ ├── sl_si91x_ulp_timer_common_config.h │ │ │ ├── sl_si91x_ulp_timer_init_timer0_config.h │ │ │ ├── sl_sleeptimer_config.h │ │ │ └── sl_wifi_region_db_config.h │ └── BRD4343A │ │ ├── autogen │ │ ├── RTE_Components.h │ │ ├── sl_component_catalog.h │ │ ├── sl_event_handler.c │ │ ├── sl_event_handler.h │ │ ├── sl_iostream_handles.c │ │ ├── sl_iostream_handles.h │ │ ├── sl_iostream_init_instances.h │ │ ├── sl_si91x_button_instances.c │ │ ├── sl_si91x_button_instances.h │ │ ├── sl_si91x_led_instances.c │ │ ├── sl_si91x_led_instances.h │ │ ├── sl_si91x_power_manager_handler.c │ │ ├── sl_si91x_power_manager_init.h │ │ ├── sl_si91x_power_manager_wakeup_handler.c │ │ ├── sl_si91x_power_manager_wakeup_handler.h │ │ ├── sl_ulp_timer_init.c │ │ ├── sl_ulp_timer_instances.h │ │ ├── sli_mbedtls_config_autogen.h │ │ ├── sli_mbedtls_config_transform_autogen.h │ │ ├── sli_psa_builtin_config_autogen.h │ │ └── sli_psa_config_autogen.h │ │ └── config │ │ ├── RTE_Device_917.h │ │ ├── SEGGER_RTT_Conf.h │ │ ├── emlib_core_debug_config.h │ │ ├── glib_config.h │ │ ├── nvm3_default_config.h │ │ ├── pin_config.h │ │ ├── psa_crypto_config.h │ │ ├── sl_board_configuration.h │ │ ├── sl_board_control.h │ │ ├── sl_core_config.h │ │ ├── sl_mbedtls_config.h │ │ ├── sl_mbedtls_device_config.h │ │ ├── sl_memory_manager_config.h │ │ ├── sl_memory_manager_region_config.h │ │ ├── sl_net_default_values.h │ │ ├── sl_si91x_button_init_btn0_config.h │ │ ├── sl_si91x_button_init_btn1_config.h │ │ ├── sl_si91x_button_pin_config.h │ │ ├── sl_si91x_dma_config.h │ │ ├── sl_si91x_led_config.h │ │ ├── sl_si91x_led_init_led0_config.h │ │ ├── sl_si91x_led_init_led1_config.h │ │ ├── sl_si91x_memlcd_config.h │ │ ├── sl_si91x_power_manager_config_3.h │ │ ├── sl_si91x_power_manager_wakeup_source_config.h │ │ ├── sl_si91x_psram_config.h │ │ ├── sl_si91x_psram_pin_config.h │ │ ├── sl_si91x_stack_size_config.h │ │ ├── sl_si91x_ulp_timer_common_config.h │ │ ├── sl_si91x_ulp_timer_init_timer0_config.h │ │ ├── sl_sleeptimer_config.h │ │ └── sl_wifi_region_db_config.h │ └── support │ ├── hal │ └── rsi_hal_mcu_m4.c │ ├── inc │ └── system_si917.h │ └── src │ └── startup_common_RS1xxxx.c ├── platform ├── radio │ └── rail_lib │ │ └── autogen │ │ └── librail_release │ │ ├── librail_config_mgm240l022rnf_gcc.a │ │ ├── librail_config_mgm240l022rnf_iar.a │ │ ├── librail_config_mgm240l022vif_gcc.a │ │ ├── librail_config_mgm240l022vif_iar.a │ │ ├── librail_config_mgm240l022vnf_gcc.a │ │ ├── librail_config_mgm240l022vnf_iar.a │ │ ├── librail_config_mgm240la22uif_gcc.a │ │ ├── librail_config_mgm240la22uif_iar.a │ │ ├── librail_config_mgm240la22vif_gcc.a │ │ ├── librail_config_mgm240la22vif_iar.a │ │ ├── librail_config_mgm240ld22vif_gcc.a │ │ ├── librail_config_mgm240ld22vif_iar.a │ │ ├── librail_config_mgm240pa22vna_gcc.a │ │ ├── librail_config_mgm240pa22vna_iar.a │ │ ├── librail_config_mgm240pa32vna_gcc.a │ │ ├── librail_config_mgm240pa32vna_iar.a │ │ ├── librail_config_mgm240pa32vnn_gcc.a │ │ ├── librail_config_mgm240pa32vnn_iar.a │ │ ├── librail_config_mgm240pb22vna_gcc.a │ │ ├── librail_config_mgm240pb22vna_iar.a │ │ ├── librail_config_mgm240pb32vna_gcc.a │ │ ├── librail_config_mgm240pb32vna_iar.a │ │ ├── librail_config_mgm240pb32vnn_gcc.a │ │ ├── librail_config_mgm240pb32vnn_iar.a │ │ ├── librail_config_mgm240sa22vna_gcc.a │ │ ├── librail_config_mgm240sa22vna_iar.a │ │ ├── librail_config_mgm240sb22vna_gcc.a │ │ ├── librail_config_mgm240sb22vna_iar.a │ │ ├── librail_config_mgm240sd22vna_gcc.a │ │ ├── librail_config_mgm240sd22vna_iar.a │ │ ├── librail_efr32xg24_gcc_release.a │ │ ├── librail_efr32xg24_iar_release.a │ │ ├── librail_efr32xg26_gcc_release.a │ │ ├── librail_efr32xg26_iar_release.a │ │ ├── librail_module_efr32xg24_gcc_release.a │ │ ├── librail_module_efr32xg24_iar_release.a │ │ ├── librail_module_efr32xg26_gcc_release.a │ │ ├── librail_module_efr32xg26_iar_release.a │ │ ├── librail_multiprotocol_efr32xg24_gcc_release.a │ │ ├── librail_multiprotocol_efr32xg24_iar_release.a │ │ ├── librail_multiprotocol_efr32xg26_gcc_release.a │ │ ├── librail_multiprotocol_efr32xg26_iar_release.a │ │ ├── librail_multiprotocol_module_efr32xg24_gcc_release.a │ │ ├── librail_multiprotocol_module_efr32xg24_iar_release.a │ │ ├── librail_multiprotocol_module_efr32xg26_gcc_release.a │ │ └── librail_multiprotocol_module_efr32xg26_iar_release.a └── security │ └── sl_component │ └── sl_mbedtls_support │ └── inc │ ├── aes_alt.h │ ├── ccm_alt.h │ ├── cmac_alt.h │ ├── ecjpake_alt.h │ ├── gcm_alt.h │ ├── se_management.h │ ├── sha1_alt.h │ ├── sha256_alt.h │ ├── sha512_alt.h │ ├── sl_entropy_adc.h │ ├── sl_mbedtls.h │ ├── sl_psa_crypto.h │ ├── sl_psa_values.h │ ├── sli_psa_crypto.h │ └── threading_alt.h ├── protocol ├── bluetooth │ ├── bgcommon │ │ └── lib │ │ │ └── build │ │ │ ├── gcc │ │ │ └── cortex-m33 │ │ │ │ └── bgcommon │ │ │ │ └── release │ │ │ │ └── libbgcommon.a │ │ │ └── iar │ │ │ └── cortex-m33 │ │ │ └── bgcommon │ │ │ └── release │ │ │ └── libbgcommon.a │ ├── bgstack │ │ └── ll │ │ │ ├── build │ │ │ └── gcc │ │ │ │ ├── x301 │ │ │ │ └── release │ │ │ │ │ └── liblinklayer.a │ │ │ │ ├── xg24 │ │ │ │ └── release │ │ │ │ │ └── liblinklayer.a │ │ │ │ └── xg26 │ │ │ │ └── release │ │ │ │ └── liblinklayer.a │ │ │ └── lib │ │ │ ├── libbluetooth_controller_efr32xg24_gcc_release.a │ │ │ ├── libbluetooth_controller_efr32xg24_iar_release.a │ │ │ ├── libbluetooth_controller_efr32xg26_gcc_release.a │ │ │ └── libbluetooth_controller_efr32xg26_iar_release.a │ └── build │ │ ├── gcc │ │ └── cortex-m33 │ │ │ ├── bgapi_protocol │ │ │ └── api3 │ │ │ │ └── release │ │ │ │ └── libbgapi_core.a │ │ │ ├── ble_host │ │ │ ├── accept_list │ │ │ │ └── release │ │ │ │ │ ├── libble_host_accept_list.a │ │ │ │ │ └── libble_host_accept_list_stub.a │ │ │ ├── bgstack │ │ │ │ └── release │ │ │ │ │ ├── libble_host.a │ │ │ │ │ ├── libbondingdb.a │ │ │ │ │ └── libbondingdb_stub.a │ │ │ ├── ble_bgapi │ │ │ │ └── release │ │ │ │ │ ├── libble_bgapi.a │ │ │ │ │ ├── libble_bgapi_gatt_server.a │ │ │ │ │ └── libble_bgapi_stub_gatt_client.a │ │ │ ├── hal │ │ │ │ └── release │ │ │ │ │ ├── libble_host_hal_series2.a │ │ │ │ │ └── libble_host_hal_series3.a │ │ │ ├── hci │ │ │ │ └── release │ │ │ │ │ └── libble_host_hci.a │ │ │ └── system │ │ │ │ └── release │ │ │ │ └── libble_system.a │ │ │ └── bt_host │ │ │ ├── hal │ │ │ └── release │ │ │ │ └── libbt_hal_series2.a │ │ │ └── release │ │ │ └── libbt_host.a │ │ └── iar │ │ └── cortex-m33 │ │ └── bt_host │ │ ├── hal │ │ └── release │ │ │ ├── libbt_hal_series2.a │ │ │ └── libbt_hal_series3.a │ │ └── release │ │ └── libbt_host.a └── openthread │ ├── libs │ ├── libsl_openthread_cm33_gcc.a │ └── libsl_openthread_efr32mg2x_gcc.a │ └── platform-abstraction │ └── efr32 │ └── radio.c └── scripts ├── copy_librairies.py └── generate_boards.py /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/reviewers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.github/reviewers.yml -------------------------------------------------------------------------------- /.github/workflows/auto_request_review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.github/workflows/auto_request_review.yml -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.github/workflows/labeler.yml -------------------------------------------------------------------------------- /.restyled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/.restyled.yaml -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/README.md -------------------------------------------------------------------------------- /components/service/network_manager/src/sl_net_for_lwip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/components/service/network_manager/src/sl_net_for_lwip.c -------------------------------------------------------------------------------- /matter/efr32/bootloader_binaries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/bootloader_binaries/README.md -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_i2cspm_sensor_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_i2cspm_sensor_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2601B/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2601B/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD2703A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD2703A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/brd4186c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/brd4186c.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_i2cspm_sensor_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_i2cspm_sensor_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_memlcd_usart_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_memlcd_usart_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_spidrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_spidrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_spidrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_spidrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/brd4186c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/brd4186c.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_i2cspm_sensor_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_i2cspm_sensor_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_memlcd_usart_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_memlcd_usart_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4186C/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4186C/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/brd4187c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/brd4187c.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_i2cspm_sensor_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_i2cspm_sensor_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_memlcd_usart_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_memlcd_usart_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_spidrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_spidrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_spidrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_spidrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/brd4187c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/brd4187c.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg24/BRD4187C/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg24/BRD4187C/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD2608A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD2608A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4116A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4116A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4117A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4117A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/efr32mg26/BRD4118A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/efr32mg26/BRD4118A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_simple_led_instances.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_simple_led_instances.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_simple_led_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_simple_led_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_fem_util_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_fem_util_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_mbedtls_device_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_mbedtls_device_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_memory_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_memory_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_openthread_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_openthread_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_rail_util_rssi_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_rail_util_rssi_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_simple_led_led0_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_simple_led_led0_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD2704A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD2704A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_fem_util_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_fem_util_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_mbedtls_device_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_mbedtls_device_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_memlcd_usart_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_memlcd_usart_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_memory_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_memory_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_openthread_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_openthread_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_rail_util_rssi_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_rail_util_rssi_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4316A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4316A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_fem_util_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_fem_util_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_i2cspm_sensor_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_i2cspm_sensor_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_mbedtls_device_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_mbedtls_device_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_memlcd_usart_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_memlcd_usart_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_memory_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_memory_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_openthread_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_openthread_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_rail_util_rssi_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_rail_util_rssi_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4317A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4317A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_i2cspm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_i2cspm_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_i2cspm_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_i2cspm_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_simple_led_instances.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_simple_led_instances.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_simple_led_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_simple_led_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_fem_util_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_fem_util_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_i2cspm_sensor_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_i2cspm_sensor_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_mbedtls_device_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_mbedtls_device_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_memlcd_usart_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_memlcd_usart_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_memory_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_memory_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_openthread_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_openthread_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_rail_util_rssi_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_rail_util_rssi_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_simple_led_led0_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_simple_led_led0_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_simple_led_led1_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_simple_led_led1_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4318A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4318A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/gatt_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/gatt_db.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/gatt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/gatt_db.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_bluetooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_bluetooth.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_bluetooth.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_board_default_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_board_default_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_ot_custom_cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_ot_custom_cli.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_ot_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_ot_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_ot_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_ot_init.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_uartdrv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_uartdrv_init.c -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sl_uartdrv_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sl_uartdrv_instances.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/circular_queue_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/circular_queue_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/dmadrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/dmadrv_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_bluetooth_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_bluetooth_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_board_control_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_board_control_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_bt_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_bt_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_bt_rtos_config_s2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_bt_rtos_config_s2.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_fem_util_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_fem_util_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_gp_interface_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_gp_interface_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_hfxo_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_hfxo_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_mbedtls_device_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_mbedtls_device_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_memory_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_memory_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_memory_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_memory_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_openthread_rtos_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_openthread_rtos_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_power_manager_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_power_manager_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_rail_util_pa_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_rail_util_pa_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_rail_util_pti_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_rail_util_pti_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_rail_util_rssi_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_rail_util_rssi_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_simple_button_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_simple_button_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/efr32/mgm24/BRD4319A/config/uartdrv_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/efr32/mgm24/BRD4319A/config/uartdrv_config.h -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/CMakeLists.txt -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/LICENSE -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/README -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/inc/tinycrypt/ecc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/inc/tinycrypt/ecc.h -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/inc/tinycrypt/ecc_dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/inc/tinycrypt/ecc_dh.h -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/inc/tinycrypt/ecc_dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/inc/tinycrypt/ecc_dsa.h -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/inc/tinycrypt/tinycrypt_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/inc/tinycrypt/tinycrypt_util.h -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/src/ecc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/src/ecc.c -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/src/ecc_dh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/src/ecc_dh.c -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/src/ecc_dsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/src/ecc_dsa.c -------------------------------------------------------------------------------- /matter/mbedtls/tinycrypt/src/tinycrypt_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/mbedtls/tinycrypt/src/tinycrypt_util.c -------------------------------------------------------------------------------- /matter/provision/lib/libProvisionFlash_efr32mg12.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvisionFlash_efr32mg12.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvisionFlash_efr32mg24.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvisionFlash_efr32mg24.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvisionFlash_efr32mg26.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvisionFlash_efr32mg26.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvisionFlash_mgm24.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvisionFlash_mgm24.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvisionPSA_si917.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvisionPSA_si917.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvision_efr32mg12.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvision_efr32mg12.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvision_efr32mg24.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvision_efr32mg24.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvision_efr32mg26.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvision_efr32mg26.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvision_mgm24.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvision_mgm24.a -------------------------------------------------------------------------------- /matter/provision/lib/libProvision_si917.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/provision/lib/libProvision_si917.a -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_ulp_timer_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_ulp_timer_init.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sl_ulp_timer_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sl_ulp_timer_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/RTE_Device_917.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/RTE_Device_917.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/SEGGER_RTT_Conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/SEGGER_RTT_Conf.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/pin_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/pin_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_board_configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_board_configuration.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_board_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_board_control.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_net_default_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_net_default_values.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_si91x_dma_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_si91x_dma_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_si91x_rgb_led_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_si91x_rgb_led_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD2605A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD2605A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_si91x_led_instances.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_si91x_led_instances.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_si91x_led_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_si91x_led_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_ulp_timer_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_ulp_timer_init.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sl_ulp_timer_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sl_ulp_timer_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/RTE_Device_917.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/RTE_Device_917.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/SEGGER_RTT_Conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/SEGGER_RTT_Conf.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/glib_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/glib_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/pin_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/pin_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_board_configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_board_configuration.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_board_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_board_control.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_net_default_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_net_default_values.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_si91x_dma_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_si91x_dma_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_si91x_led_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_si91x_led_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_si91x_memlcd_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_si91x_memlcd_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4338A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4338A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_si91x_led_instances.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_si91x_led_instances.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_si91x_led_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_si91x_led_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_ulp_timer_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_ulp_timer_init.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sl_ulp_timer_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sl_ulp_timer_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/RTE_Device_917.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/RTE_Device_917.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/SEGGER_RTT_Conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/SEGGER_RTT_Conf.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/glib_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/glib_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/pin_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/pin_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_board_configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_board_configuration.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_board_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_board_control.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_net_default_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_net_default_values.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_si91x_dma_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_si91x_dma_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_si91x_led_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_si91x_led_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_si91x_memlcd_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_si91x_memlcd_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_si91x_psram_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_si91x_psram_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4342A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4342A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/RTE_Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/RTE_Components.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_component_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_component_catalog.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_event_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_event_handler.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_event_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_event_handler.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_iostream_handles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_iostream_handles.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_iostream_handles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_iostream_handles.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_si91x_led_instances.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_si91x_led_instances.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_si91x_led_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_si91x_led_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_ulp_timer_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_ulp_timer_init.c -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sl_ulp_timer_instances.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sl_ulp_timer_instances.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/autogen/sli_psa_config_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/autogen/sli_psa_config_autogen.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/RTE_Device_917.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/RTE_Device_917.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/SEGGER_RTT_Conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/SEGGER_RTT_Conf.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/emlib_core_debug_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/emlib_core_debug_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/glib_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/glib_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/nvm3_default_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/nvm3_default_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/pin_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/pin_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/psa_crypto_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/psa_crypto_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_board_configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_board_configuration.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_board_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_board_control.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_core_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_core_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_mbedtls_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_mbedtls_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_net_default_values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_net_default_values.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_si91x_dma_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_si91x_dma_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_si91x_led_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_si91x_led_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_si91x_memlcd_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_si91x_memlcd_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_si91x_psram_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_si91x_psram_config.h -------------------------------------------------------------------------------- /matter/si91x/siwx917/BRD4343A/config/sl_sleeptimer_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/siwx917/BRD4343A/config/sl_sleeptimer_config.h -------------------------------------------------------------------------------- /matter/si91x/support/hal/rsi_hal_mcu_m4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/support/hal/rsi_hal_mcu_m4.c -------------------------------------------------------------------------------- /matter/si91x/support/inc/system_si917.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/support/inc/system_si917.h -------------------------------------------------------------------------------- /matter/si91x/support/src/startup_common_RS1xxxx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/matter/si91x/support/src/startup_common_RS1xxxx.c -------------------------------------------------------------------------------- /protocol/openthread/libs/libsl_openthread_cm33_gcc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/protocol/openthread/libs/libsl_openthread_cm33_gcc.a -------------------------------------------------------------------------------- /protocol/openthread/libs/libsl_openthread_efr32mg2x_gcc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/protocol/openthread/libs/libsl_openthread_efr32mg2x_gcc.a -------------------------------------------------------------------------------- /protocol/openthread/platform-abstraction/efr32/radio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/protocol/openthread/platform-abstraction/efr32/radio.c -------------------------------------------------------------------------------- /scripts/copy_librairies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/scripts/copy_librairies.py -------------------------------------------------------------------------------- /scripts/generate_boards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SiliconLabs/sdk_support/HEAD/scripts/generate_boards.py --------------------------------------------------------------------------------