mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
fix(esp8266): remove 40MHz STAL option
This commit is contained in:
@ -254,19 +254,6 @@ config ESP8266_CORE_GLOBAL_DATA_LINK_IRAM
|
|||||||
help
|
help
|
||||||
Link libcore.a internal global data(.bss .data COMMON) from DRAM to IRAM.
|
Link libcore.a internal global data(.bss .data COMMON) from DRAM to IRAM.
|
||||||
|
|
||||||
choice CRYSTAL_USED
|
|
||||||
prompt "Crystal used in your module or board"
|
|
||||||
default CRYSTAL_USED_26MHZ
|
|
||||||
help
|
|
||||||
For most modules, 26MHz is the default crystal. If you use special module,
|
|
||||||
you can reconfigure this option.
|
|
||||||
|
|
||||||
config CRYSTAL_USED_26MHZ
|
|
||||||
bool "26MHz"
|
|
||||||
config CRYSTAL_USED_40MHZ
|
|
||||||
bool "40MHz"
|
|
||||||
endchoice
|
|
||||||
|
|
||||||
config INIT_OS_BEFORE_START
|
config INIT_OS_BEFORE_START
|
||||||
bool "Init OS before starting it"
|
bool "Init OS before starting it"
|
||||||
default n
|
default n
|
||||||
|
@ -27,13 +27,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_CRYSTAL_USED_26MHZ
|
|
||||||
#define CRYSTAL_USED 26
|
#define CRYSTAL_USED 26
|
||||||
#endif
|
|
||||||
|
|
||||||
#if CONFIG_CRYSTAL_USED_40MHZ
|
|
||||||
#define CRYSTAL_USED 40
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ESP_MAC_WIFI_STA,
|
ESP_MAC_WIFI_STA,
|
||||||
|
Reference in New Issue
Block a user