mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-04 20:53:06 +08:00
feat(esp8266): rename some wifi private file
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#include <sys/errno.h>
|
||||
#include "esp_log.h"
|
||||
#include "rom/crc.h"
|
||||
#include "internal/esp_system_internal.h"
|
||||
#include "esp_private/esp_system_internal.h"
|
||||
#include "esp_fast_boot.h"
|
||||
#ifndef BOOTLOADER_BUILD
|
||||
#include "esp_ota_ops.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "esp8266/rom_functions.h"
|
||||
#include "driver/rtc.h"
|
||||
#include "rom/uart.h"
|
||||
#include "internal/phy_init_data.h"
|
||||
#include "esp_private/phy_init_data.h"
|
||||
|
||||
#define FRC2_LOAD (0x60000620)
|
||||
#define FRC2_COUNT (0x60000624)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "esp_system.h"
|
||||
#include "esp_wifi.h"
|
||||
#include "esp_log.h"
|
||||
#include "internal/esp_wifi_internal.h"
|
||||
#include "esp_private/wifi.h"
|
||||
#include "phy.h"
|
||||
|
||||
#define TAG "wifi_init"
|
||||
@ -168,4 +168,4 @@ bool IRAM_ATTR esp_wifi_try_rate_from_high(void) {
|
||||
}
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "nvs_flash.h"
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#include "internal/phy_init_data.h"
|
||||
#include "esp_private/phy_init_data.h"
|
||||
#include "phy.h"
|
||||
|
||||
#include "driver/rtc.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "sdkconfig.h"
|
||||
#include <string.h>
|
||||
#include "esp_system.h"
|
||||
#include "internal/esp_system_internal.h"
|
||||
#include "esp_private/esp_system_internal.h"
|
||||
#include "esp8266/rtc_register.h"
|
||||
#include "esp8266/rom_functions.h"
|
||||
#include "esp_log.h"
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include "esp_phy_init.h"
|
||||
#include "esp_heap_caps_init.h"
|
||||
#include "esp_task_wdt.h"
|
||||
#include "internal/esp_wifi_internal.h"
|
||||
#include "internal/esp_system_internal.h"
|
||||
#include "esp_private/wifi.h"
|
||||
#include "esp_private/esp_system_internal.h"
|
||||
#include "esp8266/eagle_soc.h"
|
||||
|
||||
#include "FreeRTOS.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
#include "internal/esp_system_internal.h"
|
||||
#include "esp_private/esp_system_internal.h"
|
||||
|
||||
#include "rom/crc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user