#define WIFI_FAIL_BIT BIT1 static const char *TAG = "wifi station"; static int s_retry_num = 0; static void event_handler(void* arg, esp_event_base_t event_base, int32_t event_id, void* event_data) { if (event_base == WIFI_EVENT && event_id == WIFI_EVENT_STA_START) { ...
TEST_IGNORE_MESSAGE("this test case is ignored due to the critical memory leak of esp_netif and event_loop."); }#endif //#if (SOC_ADC_PERIPH_NUM > 1) #if CONFIG_IDF_TARGET_ESP32C6 // On ESP32C6, ADC need to call two modem clocks: modem_syscon_ll_enable_fe_80m_clock and ...
db->addr_res=platform_get_resource(pdev,IORESOURCE_MEM,0); db->data_res=platform_get_resource(pdev,IORESOURCE_MEM,1); db->irq_res=platform_get_resource(pdev,IORESOURCE_IRQ,0); if(db->addr_res==NULL||db->data_res==NULL|| db->irq_res==NULL){ dev_err(db->dev,"insufficient reso...
* netif is down. * To use this in your own application/protocol, define LWIP_IP_ACCEPT_UDP_PORT * to return 1 if the port is accepted and 0 if the port is not accepted. */ #define LWIP_IP_ACCEPT_UDP_PORT(port) ((port == 67 || port == 68)?1:0) #define LWIP_HOOK_IP4_RO...